Advertisement
Mr_Gavitt

Untitled

Mar 29th, 2014
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 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: '&e%name% voted from %service%!'
  6.  
  7. # Commands to be performed only if the player is offline, without the slash.
  8. offline-commands:
  9. - 'broadcast &eGo to %service% to vote for our server, just like %name% &edid!(5s)'
  10. # Commands to be performed if the player voted offline and joins the server.
  11. login-commands:
  12. - '%name% &7logged in after voting!(5s)'
  13. - 'msg %name% Here is your prize for voting!(5s)'
  14. - 'time day(5s)'
  15. - 'money give %name% 300(5s)'
  16. - 'broadcast &eGo to %service% to vote for our server, just like %name% &e did!(5s)'
  17. # Commands to be performed only if the player is online.
  18. online-commands:
  19. - 'money give %name% 300(5s)'
  20. - 'msg %name% Here is your prize for voting!(5s)'
  21. - 'time day(5s)'
  22. - 'broadcast &eGo to %service% to vote for our server, just like %name% &edid!(5s)'
  23. # Commands to be performed after a given amount of time.
  24. # Separate command from time using ';' and define the time
  25. # using 'h' (hour), 'm' (minute), 's' (second). Exclude the slash
  26. # in front of the command unless the command requires another slash.
  27. timed-commands:
  28. - 'group set %name% user(5s)'
  29. - 'spawn %user%(5s)'
  30. # Note: Stopping or reloading the server will execute the timed commands.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement