Advertisement
JustMeTimo

Untitled

Jan 19th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.26 KB | None | 0 0
  1. #
  2. # +----------------------------------------------------------------------------------------------+ #
  3. # | _____ _ _ _ _____ _ | #
  4. # | / ____| | | | | | | | __ \ | | | #
  5. # | | (___ _ _ _ __ ___ _ __| | ___ | |__ | |__ _ _| | | | ___| |_ ___ _____ | #
  6. # | \___ \| | | | '_ \ / _ \ '__| | / _ \| '_ \| '_ \| | | | | | |/ _ \ | | | \ \/ / _ \ | #
  7. # | ____) | |_| | |_) | __/ | | |___| (_) | |_) | |_) | |_| | |__| | __/ | |_| |> < __/ | #
  8. # | |_____/ \__,_| .__/ \___|_| |______\___/|_.__/|_.__/ \__, |_____/ \___|_|\__,_/_/\_\___| | #
  9. # | | | __/ | | #
  10. # | |_| |___/ | #
  11. # | | #
  12. # | | #
  13. # | WIKI: http://en.wiki.pedrojm96.com/wiki/SuperLobbyDeluxe | #
  14. # | BUG REPORTS: https://www.spigotmc.org/threads/superlobbydeluxe.132949 | #
  15. # | AUTHOR: PedroJM96 (pedrojm96.com) | #
  16. # | OFFICIAL SERVER: mc.minepal.net | #
  17. # | | #
  18. # +----------------------------------------------------------------------------------------------+ #
  19. # +----------------------------------------------------------------------------------------------+ #
  20. # | Nodes | #
  21. # +----------------------------------------------------------------------------------------------+ #
  22. # | | #
  23. # | permission: Permission for the event to work. | #
  24. # | join-message: Message when entering the server. Place "none" to not send any message. | #
  25. # | quit-message: Message when leaving the server. Place "none" to not send any message. | #
  26. # | join-firework: Fireworks when entering the server. Use random or (https://goo.gl/11ZwHx). | #
  27. # | join-sound: Sound when entering the server. (https://goo.gl/7xQxqE). | #
  28. # | join-gamemode: Player's game mode when it enters the server. | #
  29. # | join-comands: (List) Commands to execute when the player enters the server. (server, player,| #
  30. # | console, op, broadcast, give, money, points, tell, open, world) | #
  31. # | | #
  32. # | | #
  33. # +----------------------------------------------------------------------------------------------+ #
  34. # +----------------------------------------------------------------------------------------------+ #
  35. # | To add a new group simply copy and paste in a new place. | #
  36. # | The order is very important while higher up is the group's priority. | #
  37. # +----------------------------------------------------------------------------------------------+ #
  38. owner:
  39. permission: superlobby.owner
  40. join-message: '&c&lThe owner &4<player> &c&ljoined the server!'
  41. quit-message: '&c&lThe owner &4<player> &c&lleft the server!'
  42. join-firework: random, 5
  43. join-sound: EXPLODE
  44. silent:
  45. permission: superlobby.staff
  46. join-message: none
  47. quit-message: none
  48. developer:
  49. permission: superlobby.developer
  50. join-message: '&5&lThe developer &d<player> &5&ljoined the server!'
  51. quit-message: '&5&lThe developer &d<player> &5&lleft the server!'
  52. join-firework: random, 5
  53. join-sound: EXPLODE
  54. default:
  55. permission: superlobby.default
  56. join-message: '&7<player> &8joined the server!'
  57. quit-message: '&7<player> &8left the server!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement