Guest User

Plugin.yml

a guest
Jun 14th, 2021
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.46 KB | None | 0 0
  1. name: ProudMix
  2. version: 0.1
  3. main: me.prouddesk.proudmix.ProudMix
  4. api-version: 1.16
  5. authors: [ ProudDesk ]
  6. commands:
  7.   Repair:
  8.     usage: /<command>
  9.     description: Repairs held item
  10.     aliases:
  11.       - fix
  12.       - goodasnew
  13.     permission: ProudMix.Commands.Essential.Repair
  14.  
  15.   Item:
  16.     usage: /<command> <item> <amount>
  17.     description: Adds provided item to players inventory
  18.     aliases:
  19.       - i
  20.       - iwant
  21.       - giveme
  22.       - gimme
  23.       - ineed
  24.     permission: ProudMix.Commands.Essential.Item
  25.   Wallet:
  26.     usage: /<command> <(optional)player>
  27.     description: Check your or a players balance
  28.     permission: ProudMix.Commands.Admin.Wallet
  29.     aliases:
  30.       - balance
  31.       - bal
  32.       - money
  33.       - coins
  34.       - cash
  35.     Walletadd:
  36.       usage: /<command> <(optional)player>
  37.       description: Adds money to a players wallet
  38.       permission: ProudMix.Commands.Admin.Walletadd
  39.   Trash:
  40.     usage: /<command>
  41.     description: Opens a inventory where you can throw stuff away
  42.     aliases:
  43.       - throwaway
  44.       - idontwantthis
  45.   Rename:
  46.     usage: /<command> <name>
  47.     description: Raname the item you are holding
  48.     aliases:
  49.       - setname
  50.       - anvil
  51.       - name
  52.   Sethome:
  53.     usage: /<command>
  54.     description: Set your home to your current location
  55.   Delhome:
  56.     usage: /<command>
  57.     description: Delete your current home
  58.   Home:
  59.     usage: /<command>
  60.     description: Teleport to your current home
Advertisement
Add Comment
Please, Sign In to add comment