Advertisement
Guest User

SVL

a guest
Sep 22nd, 2014
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 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% &fvoted and received &6$10Million &f/&6 20 Gapples &f/ &6Haste 3 (2mins)'
  6.  
  7. # Commands to be performed only if the player is offline, without the slash.
  8. offline-commands:
  9. - 'broadcast &e%name% tried to vote but was &4Offline'
  10. # Commands to be performed if the player voted offline and joins the server.
  11. login-commands:
  12. # Commands to be performed only if the player is online.
  13. online-commands:
  14. - 'give %name% 322:1 20'
  15. - 'eco give %name% 10000000'
  16. - 'effect %name% 3 120 2'
  17.  
  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