SuperLobbyDeluxe:customevents.yml

From PedroJM96 Wiki EN
Jump to: navigation, search
####################################################################################################
# +----------------------------------------------------------------------------------------------+ #
# |    _____                       _           _     _           _____       _                   | #
# |   / ____|                     | |         | |   | |         |  __ \     | |                  | #
# |  | (___  _   _ _ __   ___ _ __| |     ___ | |__ | |__  _   _| |  | | ___| |_   ___  _____    | #
# |   \___ \| | | | '_ \ / _ \ '__| |    / _ \| '_ \| '_ \| | | | |  | |/ _ \ | | | \ \/ / _ \   | #
# |   ____) | |_| | |_) |  __/ |  | |___| (_) | |_) | |_) | |_| | |__| |  __/ | |_| |>  <  __/   | #
# |  |_____/ \__,_| .__/ \___|_|  |______\___/|_.__/|_.__/ \__, |_____/ \___|_|\__,_/_/\_\___|   | #
# |               | |                                       __/ |                                | #
# |               |_|                                      |___/                                 | #
# |                                                                                              | #
# |                                                                                              | #
# |  WIKI:       http://en.wiki.pedrojm96.com/wiki/SuperLobbyDeluxe                              | #
# |  BUG REPORTS: https://www.spigotmc.org/threads/superlobbydeluxe.132949                       | #
# |  AUTHOR: PedroJM96 (pedrojm96.com)                                                           | #
# |  OFFICIAL SERVER: mc.minepal.net                                                             | #
# |                                                                                              | #
# +----------------------------------------------------------------------------------------------+ #
####################################################################################################

# +----------------------------------------------------------------------------------------------+ #
# |                                          Nodes                                               | #
# +----------------------------------------------------------------------------------------------+ #
# |                                                                                              | #
# |  permission: Permission for the event to work.                                               | #
# |  join-message: Message when entering the server. Place "none" to not send any message.       | #
# |  quit-message: Message when leaving the server. Place "none" to not send any message.        | #
# |  join-firework: Fireworks when entering the server. Use random or (https://goo.gl/11ZwHx).   | #
# |  join-sound: Sound when entering the server. (https://goo.gl/7xQxqE).                        | #
# |  join-gamemode: Player's game mode when it enters the server.                                | #
# |  join-comands: (List) Commands to execute when the player enters the server. (server, player,| #
# |     console, op, broadcast, give, money, points, tell, open, world)                          | #
# |                                                                                              | #
# |                                                                                              | #
# +----------------------------------------------------------------------------------------------+ #

# +----------------------------------------------------------------------------------------------+ #
# | To add a new group simply copy and paste in a new place.                                     | #
# | The order is very important while higher up is the group's priority.                         | #
# +----------------------------------------------------------------------------------------------+ #

#List of groups for events.
owner:
  permission: superlobby.owner
  join-message: '&eThe owner &a<player> &ejoined the server!'
  quit-message: '&eThe owner &c<player> &eleave the server!'
  join-firework: random, 5
  join-sound: EXPLODE
silent:
  permission: superlobby.staff
  join-message: none
  quit-message: none
vip++:
  permission: superlobby.vip++
  join-message: '&b#VIP++ &a<player> &ejoined the server!'
  quit-message: '&b#VIP++ &c<player> &eleave the server!'
  join-firework: random, 5
  join-sound: EXPLODE
vip:
  permission: superlobby.vip
  join-message: '&b#VIP &a<player> &ejoined the server!'
  quit-message: '&b#VIP &c<player> &eleave the server!'
  join-firework: random, 5
default:
  permission: superlobby.default
  join-message: '&a<player> &ejoined the server!'
  quit-message: '&c<player> &eleave the server!'