Advertisement
nathan2439

Untitled

Oct 14th, 2015
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. name: RageGames
  2. version: 1.4
  3. prefix: RageGames
  4. main: me.BukkitPVP.Ragegames.Main
  5. author: BukkitPVP
  6. website: http://bukkitpvp.blogspot.com
  7. dev-url: http://dev.bukkit.org/bukkit-plugins/rage-mode/
  8. depend: []
  9. softdepend: [PointsAPI]
  10. database: false
  11. description: RageGames is a funny game with some special features!
  12. commands:
  13. rm:
  14. description: Basic command and some information /rm help for more help
  15. usage: /<command>
  16. permissions:
  17. rm.play:
  18. description: Allows to play
  19. default: true
  20. rm.vip:
  21. description: Allows join full games
  22. default: op
  23. rm.setup:
  24. description: Allows to setup a game
  25. default: op
  26. rm.manage:
  27. description: Allows to manage a game
  28. default: op
  29. rm.stats:
  30. description: Allows to see your own stats
  31. default: true
  32. rm.stats.others:
  33. description: Allows to see other's stats
  34. default: op
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement