Advertisement
Guest User

plugin.yml

a guest
Oct 20th, 2015
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. name: iCommands
  2. version: 1.0.0
  3. description: This plugin adds a few new commands for fun, and to troll people on your server with it. Great for any type of server! Please feel free to request new commands!
  4. author: higgsboson728
  5. main: higgsboson728.bukkit.org.MainClass
  6. commands:
  7. setfire:
  8. description: Sets a target player on fire for a specified amount of time.
  9. usage: /setfire <Player> <Duration>
  10. strike:
  11. description: Strikes a specified player with lightning.
  12. usage: /strike <Player>
  13. execute:
  14. description: Kills a player.
  15. usage: /execute <Player>
  16. freeze:
  17. description: Prevents a player from moving for a specified amount of time.
  18. usage: /freeze <Player> <Duration>
  19. permissions:
  20. icommands.setfire
  21. description: Gives the player permission to do /setfire.
  22. default: op
  23. icommands.strike
  24. description: Gives the player permission to do /strike.
  25. default: op
  26. icommand.execute
  27. description: Gives the player permission to do /execute.
  28. default: op
  29. icommand.freeze
  30. description: Gives the player permission to do /freeze.
  31. default: op
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement