Advertisement
Guest User

Untitled

a guest
May 3rd, 2015
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. # Sends private message to the voting player.
  2. private-message: '&eMuito obrigado por votar agora voce esta concorendo a um vip!'
  3.  
  4. # Sends public broadcast to server.
  5. public-message: '&e%name% Votou no servidor e ganhou &910 dimas, &a40 blocos de ouro &ee &b1 RW .'
  6.  
  7. # Commands to be performed only if the player is offline, without the slash.
  8. offline-commands:
  9. - 'broadcast &eVotem no servidor e recebam premios!'
  10. # Commands to be performed if the player voted offline and joins the server.
  11. login-commands:
  12. - 'give %name% diamond 10'
  13. - 'give %name% gold_block 40'
  14. - 'give %name% aple 5'
  15. - 'give %name% redstone_wire 1'
  16.  
  17. # Commands to be performed only if the player is online.
  18. online-commands:
  19. - 'give %name% diamond 10'
  20. - 'give %name% gold_block 40'
  21. - 'give %name% aple 5'
  22. - 'give %name% redstone_wire 1'
  23.  
  24. # Commands to be performed after a given amount of time.
  25. # Separate command from time using ';' and define the time
  26. # using 'h' (hour), 'm' (minute), 's' (second). Exclude the slash
  27. # in front of the command unless the command requires another slash.
  28. timed-commands:
  29. - 'group set %name% user;24h'
  30. - 'spawn %user%'
  31. # Note: Stopping or reloading the server will execute the timed commands.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement