Jump to content

InventoryRewards


NubbbZ
 Share

Recommended Posts

InventoryRewards


Make custom commands, custom crafts, etc! Enter a command and it checks if you got the stuff and the correct amount and executes the configured command!

Notes:

  • If Permission or Message is not set aka "" then they will be skipped!

Configuration:

{
  "Commands": {
    "firebullets": {
      "ExecuteCommand": "giveto {1} ammo.rifle.incendiary 64",
      "Permission": "firebullets",
      "Message": "Enjoy the fire bullets!",
      "TakeItems": true,
      "Items": [
        {
          "Shortname": "ammo.rifle",
          "Amount": 64
        },
        {
          "Shortname": "lowgradefuel",
          "Amount": 32
        }
      ]
    }
  }
}

 


 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...