Advertisement
Guest User

Untitled

a guest
Apr 6th, 2013
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. # Sends private message to the voting player.
  2. private-message: '&eThanks for voting!'
  3.  
  4. # Sends public broadcast to server.
  5. public-message: '&c%name%&a voted at &c%service%&a and received &c1 diamond&a!'
  6.  
  7. # Commands to be performed only if the player is offline, without the slash.
  8. offline-commands:
  9. - 'broadcast &aGo to &c%service%&a to vote for our server, just like &c%name%&a did!'
  10. # Commands to be performed if the player voted offline and joins the server.
  11. login-commands:
  12. - '&c%name% &alogged in after voting!'
  13. - 'give %name% diamond 1'
  14.  
  15. # Commands to be performed only if the player is online.
  16. online-commands:
  17. - 'give %name% diamond 1'
  18.  
  19. # Commands to be performed after a given amount of time.
  20. # Separate command from time using ';' and define the time
  21. # using 'h' (hour), 'm' (minute), 's' (second). Exclude the slash
  22. # in front of the command unless the command requires another slash.
  23. timed-commands:
  24. # Note: Stopping or reloading the server will execute the timed commands.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement