Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Sends private message to the voting player.
- private-message: '&eThanks for voting! You're pretty cool!'
- # Sends public broadcast to server.
- public-message: '&e%name% voted for the server! You can to /warp vote for cool prizes!'
- # Commands to be performed only if the player is offline, without the slash.
- offline-commands:
- - 'broadcast &eGo to %service% to vote for our server for cool prizes, just like %name% &edid!'
- # Commands to be performed if the player voted offline and joins the server.
- login-commands:
- - '%name% &7logged in after voting! You can to at /warp vote!'
- - 'msg %name% Here is your prize for voting!'
- - 'give %name% diamond 5'
- - 'give %name% diamondsword 1'
- - 'give %name% diamondpickaxe 1'
- - 'money give %name% 250'
- # Commands to be performed only if the player is online.
- online-commands:
- - 'give %name% diamond 5'
- - 'give %name% diamondsword 1'
- - 'give %name% diamondpickaxe 1'
- - 'money give %name% 250'
- # Commands to be performed after a given amount of time.
- # Separate command from time using ';' and define the time
- # using 'h' (hour), 'm' (minute), 's' (second). Exclude the slash
- # in front of the command unless the command requires another slash.
- timed-commands:
- - 'group set %name% user;24h'
- - 'spawn %user%'
- # Note: Stopping or reloading the server will execute the timed commands.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement