Guest User

Untitled

a guest
Aug 31st, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. ######################################################################
  2. #You get more help at http://dev.bukkit.org/server-mods/simple-info2 #
  3. #You can use %sender% to get the name of the command-sender! #
  4. #You can use %realtime% to get the machine-time of the server! #
  5. #You can use %onlineplayers% to get how many players are online #
  6. #You can use %world% to get the senders world #
  7. # #
  8. #ONLY IN THE ALISES!!! #
  9. #You can use %argNUMBER% to use the given argument. #
  10. #Example: #
  11. # /teleport: #
  12. # permission: 'aliases.tp' #
  13. # execute: '/tp %arg1% %arg2%' #
  14. ######################################################################
  15.  
  16.  
  17. #Enable this if you want to get notified when a new version is released!
  18. CheckForUpdates: true
  19.  
  20. #This is the command-section
  21. commands:
  22. /vote:
  23. sendTo: sender
  24. permission: info.vote
  25. messages:
  26. - '&aPlease vote daily %sender%!'
  27. - '&ehttp://myVote.url'
  28. /website:
  29. sendTo: sender
  30. permission: info.website
  31. messages:
  32. - '&aPlease visit daily our website to see news!'
  33. - '&ehttp://myWebsite.url'
  34.  
  35. #Here you can define aliases. Example: a Player types /s and then /spawn will be executed
  36. aliases:
  37. /rank:
  38. permission: 'aliases.rank'
  39. execute: '/perms player setgroup %arg1% %arg2%'
  40. /pmail:
  41. permission: 'aliases.pmail'
  42. execute: '/mail send %arg1% Congratulations on the promotion, you now have access to all our world change worlds at any time by using /mvtp <worldname>. For a list of worlds use /kit books'
  43.  
  44. #Here you can make Teleport-commands
  45. Teleportations:
  46. /tptest:
  47. #Here you can set a teleport-delay (in seconds)
  48. delay: 3.0
  49. message: '&eYou were teleported!'
  50. permission: 'myoc.tptest'
  51. world: 'world'
  52. x: 100.0
  53. y: 100.0
  54. z: 100.0
  55. pitch: 0.0
  56. yaw: 0.0
Advertisement
Add Comment
Please, Sign In to add comment