Advertisement
Guest User

Untitled

a guest
May 8th, 2015
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. # The general configuration structure for a command should be placed under the 'commands' node.
  2. # Its basic layout is as follows:
  3. # commands:
  4. # - [command id] This should be something like 'cmd1' or 'suicide'.
  5. # - content: "suicide" Command content. Make sure to omit the slash!
  6. # - interval: 3600 This interval is in seconds for convenience.
  7. # - permission: "plugin.perm" Either place the permission node or "ALL" to indicate.
  8. # Sorry, the organization is somewhat arbitrary.
  9.  
  10. commands:
  11. - [cmd1]
  12. - content: "spawn"
  13. - interval: 10
  14. - permission: "ALL"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement