Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. name: DropsToInventory
  2. version: 2.1.1
  3. description: Never have to pick up blocks again!
  4. main: net.amunak.bukkit.dropstoinventory.DropsToInventory
  5. softdepend: [Factions, WorldGuard]
  6.  
  7. commands:
  8. dti:
  9. description: Main Drops to inventory command
  10. usage: /dti
  11. permission: dti.help
  12. permission-message: Sorry you can not do this.
  13.  
  14. permissions:
  15. dti.help:
  16. description: Access to /dti, and /dti help
  17. default: true
  18. dti.change.self:
  19. descrtiption: Access to turn on/off for yourself with /dti <on|off>
  20. default: true
  21. dti.change.others:
  22. description: Access to turn on/off for others.
  23. default: op
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement