Advertisement
Guest User

plugin file

a guest
Jul 2nd, 2014
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. name: TentMod
  2. main: me.ArsenArsen.tentmod.Main
  3. version: 1.0
  4. description: This is a plugin witch add item witch allow adding insta-tent!
  5. depend: [WorldEdit, Vault]
  6. author: ArsenArsen
  7. commands:
  8. tentmod:
  9. description: Main command.
  10. aliases: [tm]
  11. usage: /tentmod [givetent <playername>|version|reload]
  12. tentmod reload:
  13. description: Reload configs!
  14. usage: /tentmod reload
  15. aliases: [tm rel, tm reload]
  16. tentmod version:
  17. description: Version command.
  18. usage: /tentmod version
  19. aliases: [tm ver, tm version]
  20. tentmod givetent:
  21. aliases: [tm gt, tm givetent]
  22. description: Give tent item.
  23. usage: /tentmod givetent <playername>
  24.  
  25. permissions:
  26. tentmod.*:
  27. children:
  28. tentmod.give: true
  29. tentmod.version: true
  30. tentmod.reload: true
  31. tentmod.give.paymentoverride: true
  32. tentmod.give:
  33. default: true
  34. children:
  35. tentmod.give.paymentoverride: true
  36. tentmod.version:
  37. default: true
  38. tentmod.reload:
  39. default: true
  40. tentmod.give.paymentoverride:
  41. default: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement