Difference between revisions of "SuperLobbyDeluxe:config.yml"

From PedroJM96 Wiki EN
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 18: Line 18:
 
# |                                                                                              | #
 
# |                                                                                              | #
 
# +----------------------------------------------------------------------------------------------+ #
 
# +----------------------------------------------------------------------------------------------+ #
####################################################################################################
 
 
 
# +----------------------------------------------------------------------------------------------+ #
 
# +----------------------------------------------------------------------------------------------+ #
 
# | For a detailed explanation of the configuration see this page.                              | #
 
# | For a detailed explanation of the configuration see this page.                              | #
 
# | http://en.wiki.pedrojm96.com/wiki/SuperLobbyDeluxe:config.yml                                | #
 
# | http://en.wiki.pedrojm96.com/wiki/SuperLobbyDeluxe:config.yml                                | #
 
# +----------------------------------------------------------------------------------------------+ #
 
# +----------------------------------------------------------------------------------------------+ #
 +
####################################################################################################
  
 
# +----------------------------------------------------------------------------------------------+ #
 
# +----------------------------------------------------------------------------------------------+ #
 
# |                                            General                                          | #
 
# |                                            General                                          | #
 
# +----------------------------------------------------------------------------------------------+ #
 
# +----------------------------------------------------------------------------------------------+ #
 
+
#Only for developers, do not modify.
 +
debug: false
 +
newconfig: true
 
#Check for updates.
 
#Check for updates.
Update-Check: true
+
update-check: true
 
 
 
#The prefix that the plugin will show in the messages.
 
#The prefix that the plugin will show in the messages.
Prefix: '&6SuperLobby &e>> &7'
+
prefix: '&6SuperLobby &e>> &7'
 
 
 
#The language of the plugin messages.
 
#The language of the plugin messages.
Messages: EN
+
messages: EN
 
+
#To clean the inventory to enter the server.
#The worlds where the plugin will be active.
+
join-clear-inventory: true
Worlds:
+
#To clean the chat when entering the server.
- world
+
join-clear-chat: true
- lobby
+
#To teleport the player to the spawn when entering the server.
- hub
+
join-spawn: true
 
+
#To transport the player to spawn when they place the command /spawn
 +
command-spawn: true
 +
#To activate custom information commands.
 +
info-commands: true
 +
#To activate custom events.
 +
custom-events: true
 +
#To activate the menus.
 +
menu: true
 
#To deactivate the rain.
 
#To deactivate the rain.
DisableRain: true
+
disable-rain:
 +
  enable: true
 +
  world:
 +
  - 'lobby'
 +
  - 'auth'
  
 
#To deactivate the blocks break.
 
#To deactivate the blocks break.
DisableBlockBreak: true
+
disable-block-break:
 +
  enable: true
 +
  world:
 +
  - 'lobby'
 +
  - 'auth'
  
 
#To deactivate that they place blocks.
 
#To deactivate that they place blocks.
DisableBlockPlace: true
+
disable-block-place:
 +
  enable: true
 +
  world:
 +
  - 'lobby'
 +
  - 'auth'
  
 
#To deactivate that the blocks burn.
 
#To deactivate that the blocks burn.
DisableBlockBurn: true
+
disable-block-burn:
 
+
  enable: true
 +
  world:
 +
  - 'lobby'
 +
  - 'auth'
 +
 
 
#To deactivate if the player can throw item.
 
#To deactivate if the player can throw item.
DisableDropItem: true
+
disable-drop-item:
 +
  enable: true
 +
  world:
 +
  - 'lobby'
 +
  - 'auth'
  
 
#To deactivate if the player can move item in the inventory.
 
#To deactivate if the player can move item in the inventory.
DisableItemMove: true
+
disable-item-move:
 +
  enable: true
 +
  world:
 +
  - 'lobby'
 +
  - 'auth'
  
 
#To deactivate that the items do damage.
 
#To deactivate that the items do damage.
DisableItemDamage: true
+
disable-item-damage:
 +
  enable: true
 +
  world:
 +
  - 'lobby'
 +
  - 'auth'
  
 
#To deactivate if the player can collect item.
 
#To deactivate if the player can collect item.
DisablePickUpItems: true
+
disable-pick-up-items:
 +
  enable: true
 +
  world:
 +
  - 'lobby'
 +
  - 'auth'
  
 
#To deactivate entity explosions.
 
#To deactivate entity explosions.
DisableEntityExplode: true
+
disable-entity-explode:
 
+
  enable: true
 +
  world:
 +
  - 'lobby'
 +
  - 'auth'
 +
 
 
#To deactivate the damage.
 
#To deactivate the damage.
DisableDamage: false
+
disable-damage:
 +
  enable: true
 +
  world:
 +
  - 'lobby'
 +
  - 'auth'
  
 
#To deactivate hunger in the players.
 
#To deactivate hunger in the players.
DisableHunger: true
+
disable-hunger:
 
+
  enable: true
 +
  world:
 +
  - 'lobby'
 +
  - 'auth'
 +
 
 
#To deactivate the players' death messages.
 
#To deactivate the players' death messages.
DisableDeathMessage: true
+
disable-death-message:
 +
  enable: true
 +
  world:
 +
  - 'lobby'
 +
  - 'auth'
  
 
#To deactivate monsters and animals appear.
 
#To deactivate monsters and animals appear.
DisableCreatureSpawn: true
+
disable-creature-spawn:
 +
  enable: true
 +
  world:
 +
  - 'lobby'
 +
  - 'auth'
  
 
#To clean the items left by the player when he dies.
 
#To clean the items left by the player when he dies.
ClearDropsOnDeath: true
+
clear-drops-on-death:
 
+
  enable: true
#To clean the inventory to enter the server.
+
  world:
JoinClearInventory: true
+
  - 'lobby'
 
+
  - 'auth'
#To clean the chat when entering the server.
 
JoinClearChat: true
 
 
 
#To teleport the player to the spawn when entering the server.
 
JoinSpawn: true
 
 
 
#To transport the player to spawn when they place the command /spawn
 
CommandSpawn: true
 
  
 
#To give and activate the custom items when entering the server.
 
#To give and activate the custom items when entering the server.
LobbyItems: true
+
lobby-items:
 +
  enable: true
 +
  join-server: true
 +
  respawn: true
 +
  join-world: true
 +
  world:
 +
  - 'lobby'
  
 
#To prevent players from falling into the void.
 
#To prevent players from falling into the void.
VoidTP: true
+
#level = nivel de altura(y) que se tomara como el vacio.
 
+
void-tp:
#Location in Y of the void level.
+
  enable: true
VoidLevel: 0
+
  level: 0
 
+
  world:
 +
  - 'lobby'
 +
  - 'auth'
 
#So that the world is always day.
 
#So that the world is always day.
AlwaysDay: true
+
always-day:
 
+
  enable: true
#To activate custom information commands.
+
  world:
InfoCommands: true
+
  - 'lobby'
 
+
  - 'auth'
#To activate custom events.
 
CustomEvents: true
 
 
 
 
#To protect the frames.
 
#To protect the frames.
FrameProtect: true
+
frame-protect:
 
+
  enable: true
 +
  world:
 +
  - 'lobby'
 +
  - 'auth'
 
#To protect the farm.
 
#To protect the farm.
FarmProtect: true
+
farm-protect:
 
+
  enable: true
 +
  world:
 +
  - 'lobby'
 +
  - 'auth'
 
#To have the launch pad.
 
#To have the launch pad.
JumpPads: true
+
jump-pads:
 
+
  enable: true
#The material of the launch pad.
+
  plate-block: 'GOLD_PLATE'
JumpPadsPlateBlock: GOLD_PLATE
+
  sound: 'PISTON_EXTEND'
 
+
  world:
 +
  - 'lobby'
 +
  - 'auth'
 
# +----------------------------------------------------------------------------------------------+ #
 
# +----------------------------------------------------------------------------------------------+ #
 
# |                                            BossBar                                          | #
 
# |                                            BossBar                                          | #
Line 135: Line 198:
 
#Colors: BLUE, GREEN, PINK, PURPLE, RED, WHITE, YELLOW
 
#Colors: BLUE, GREEN, PINK, PURPLE, RED, WHITE, YELLOW
 
#Styles: NOTCHED_10, NOTCHED_12, NOTCHED_20, NOTCHED_6, PROGRESS
 
#Styles: NOTCHED_10, NOTCHED_12, NOTCHED_20, NOTCHED_6, PROGRESS
JoinBossBar:
+
join-boss-bar:
   Enable: true
+
   enable: true
   Message: '&3Welcome to my server!'
+
   message: '&3Welcome to my server!'
   Color: BLUE
+
   color: BLUE
   Style: NOTCHED_20
+
   style: NOTCHED_20
   Time: 50
+
   seconds: 10
 
 
 
# +----------------------------------------------------------------------------------------------+ #
 
# +----------------------------------------------------------------------------------------------+ #
 
# |                                              Tab                                            | #
 
# |                                              Tab                                            | #
Line 147: Line 209:
  
 
#To send the tab when joining the server.
 
#To send the tab when joining the server.
JoinTab:
+
#update = 0 to disable update interval.
   Enable: true
+
join-tab:
   Header: |-
+
   enable: true
 +
   update: 1000
 +
  header: |-
 
     &7
 
     &7
 
     &a&m--&2&m--&8&m[-&r &a&lYourserver &f&lNetwork &8&m-]&2&m--&a&m--
 
     &a&m--&2&m--&8&m[-&r &a&lYourserver &f&lNetwork &8&m-]&2&m--&a&m--
 
     &7
 
     &7
   Footer: |-
+
   footer: |-
 
     &7
 
     &7
 
     &7Website &7yourserver.com
 
     &7Website &7yourserver.com
Line 159: Line 223:
 
     &7Store: &7store.yourserver.com
 
     &7Store: &7store.yourserver.com
 
     &7
 
     &7
 
 
# +----------------------------------------------------------------------------------------------+ #
 
# +----------------------------------------------------------------------------------------------+ #
 
# |                                            Titles                                          | #
 
# |                                            Titles                                          | #
Line 165: Line 228:
  
 
#To send titles when joining the server.
 
#To send titles when joining the server.
JoinTitles:
+
join-titles:
   Enable: true
+
   enable: true
   FadeIn: 20
+
   fade-in: 20
   Stay: 50
+
   stay: 50
   FadeOut: 10
+
   fade-out: 10
   Title: '&6<player> &bWelcome to'
+
   title: '&6<player> &bWelcome to'
   Subtitle: '&6&lYourserver'
+
   sub-title: '&6&lYourserver'
 
 
 
# +----------------------------------------------------------------------------------------------+ #
 
# +----------------------------------------------------------------------------------------------+ #
 
# |                                              MOTD                                            | #
 
# |                                              MOTD                                            | #
Line 178: Line 240:
  
 
#To send the MOTD when joining the server.
 
#To send the MOTD when joining the server.
JoinMotd:
+
join-motd:
   Enable: true
+
   enable: true
   Message:
+
   message:
 
   - '&a&m---------------------------------------------------'
 
   - '&a&m---------------------------------------------------'
 
   - ' '
 
   - ' '
Line 190: Line 252:
 
   - ''
 
   - ''
 
   - '&a&m---------------------------------------------------'
 
   - '&a&m---------------------------------------------------'
 
 
# +----------------------------------------------------------------------------------------------+ #
 
# +----------------------------------------------------------------------------------------------+ #
# |                                            GameMode                                          | #
+
# |                                            ActionBar                                        | #
 
# +----------------------------------------------------------------------------------------------+ #
 
# +----------------------------------------------------------------------------------------------+ #
  
#To change the game mode when entering.
+
#To send the ActionBar when joining the server.
#Game modes: ADVENTURE, CREATIVE, SPECTATOR, SURVIVAL
+
#Types: Animation, Random
JoinGameMode:
+
join-action-bar:
   Enable: true
+
   enable: true
   GameMode: survival
+
   seconds: 10
 
+
  message: '&6Welcome to my server!'
 
# +----------------------------------------------------------------------------------------------+ #
 
# +----------------------------------------------------------------------------------------------+ #
 
# |                                      Commands Blacklist                                    | #
 
# |                                      Commands Blacklist                                    | #
Line 206: Line 267:
  
 
#To deactivate commands.
 
#To deactivate commands.
CommandsBlacklist:
+
commands-blacklist:
   Enable: true
+
   enable: true
   Bypass: superlobby.admin
+
   bypass: superlobby.admin
   List:
+
   list:
 
   - p
 
   - p
 
   - pl
 
   - pl
Line 224: Line 285:
 
   - bukkit:version
 
   - bukkit:version
 
   - bukkit:ver
 
   - bukkit:ver
 
 
# +----------------------------------------------------------------------------------------------+ #
 
# |                                            ActionBar                                        | #
 
# +----------------------------------------------------------------------------------------------+ #
 
 
#To send the ActionBar when joining the server.
 
#Types: Animation, Random
 
JoinActionBar:
 
  Enable: true
 
  Type: Animation
 
  Messages:
 
  - 0,&6W_
 
  - 0,&6We_
 
  - 0,&6Wel_
 
  - 0,&6Welc_
 
  - 0,&6Welco_
 
  - 0,&6Welcom_
 
  - 0,&6Welcome_
 
  - 0,&6Welcome _
 
  - 0,&6Welcome t_
 
  - 0,&6Welcome to_
 
  - 0,&6Welcome to _
 
  - 0,&6Welcome to m_
 
  - 0,&6Welcome to my_
 
  - 0,&6Welcome to my _
 
  - 0,&6Welcome to my s_
 
  - 0,&6Welcome to my se_
 
  - 0,&6Welcome to my ser_
 
  - 0,&6Welcome to my serv_
 
  - 0,&6Welcome to my serve_
 
  - 0,&6Welcome to my server_
 
  - 0,&6Welcome to my server!_
 
 
 
# +----------------------------------------------------------------------------------------------+ #
 
# |                                          ChatFormat                                        | #
 
# +----------------------------------------------------------------------------------------------+ #
 
 
#To format the chat
 
#Chat Variables: {PLAYER_NAME}, {DISPLAY_NAME}, {WORLD}, {PREFIX}, {SUFFIX}, {MESSAGE}
 
ChatFormat:
 
  Enable: true
 
  format:
 
    default: '{PREFIX} &r{PLAYER_NAME} &e&l> &7{MESSAGE}'
 
    vip: '{PREFIX} &r{PLAYER_NAME} &e&l> &5{MESSAGE}'
 
    admin: '{PREFIX} &r{PLAYER_NAME}% &e&l> &c{MESSAGE}'
 
 
 
</syntaxhighlight>
 
</syntaxhighlight>

Latest revision as of 07:35, 9 December 2018

####################################################################################################
# +----------------------------------------------------------------------------------------------+ #
# |    _____                       _           _     _           _____       _                   | #
# |   / ____|                     | |         | |   | |         |  __ \     | |                  | #
# |  | (___  _   _ _ __   ___ _ __| |     ___ | |__ | |__  _   _| |  | | ___| |_   ___  _____    | #
# |   \___ \| | | | '_ \ / _ \ '__| |    / _ \| '_ \| '_ \| | | | |  | |/ _ \ | | | \ \/ / _ \   | #
# |   ____) | |_| | |_) |  __/ |  | |___| (_) | |_) | |_) | |_| | |__| |  __/ | |_| |>  <  __/   | #
# |  |_____/ \__,_| .__/ \___|_|  |______\___/|_.__/|_.__/ \__, |_____/ \___|_|\__,_/_/\_\___|   | #
# |               | |                                       __/ |                                | #
# |               |_|                                      |___/                                 | #
# |                                                                                              | #
# |                                                                                              | #
# |  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                                                             | #
# |                                                                                              | #
# +----------------------------------------------------------------------------------------------+ #
# +----------------------------------------------------------------------------------------------+ #
# | For a detailed explanation of the configuration see this page.                               | #
# | http://en.wiki.pedrojm96.com/wiki/SuperLobbyDeluxe:config.yml                                | #
# +----------------------------------------------------------------------------------------------+ #
####################################################################################################

# +----------------------------------------------------------------------------------------------+ #
# |                                            General                                           | #
# +----------------------------------------------------------------------------------------------+ #
#Only for developers, do not modify.
debug: false
newconfig: true
#Check for updates.
update-check: true
#The prefix that the plugin will show in the messages.
prefix: '&6SuperLobby &e>> &7'
#The language of the plugin messages.
messages: EN
#To clean the inventory to enter the server.
join-clear-inventory: true
#To clean the chat when entering the server.
join-clear-chat: true
#To teleport the player to the spawn when entering the server.
join-spawn: true
#To transport the player to spawn when they place the command /spawn
command-spawn: true
#To activate custom information commands.
info-commands: true
#To activate custom events.
custom-events: true
#To activate the menus.
menu: true
#To deactivate the rain.
disable-rain:
  enable: true
  world:
  - 'lobby'
  - 'auth'

#To deactivate the blocks break.
disable-block-break:
  enable: true
  world:
  - 'lobby'
  - 'auth'

#To deactivate that they place blocks.
disable-block-place:
  enable: true
  world:
  - 'lobby'
  - 'auth'

#To deactivate that the blocks burn.
disable-block-burn:
  enable: true
  world:
  - 'lobby'
  - 'auth'
  
#To deactivate if the player can throw item.
disable-drop-item:
  enable: true
  world:
  - 'lobby'
  - 'auth'

#To deactivate if the player can move item in the inventory.
disable-item-move:
  enable: true
  world:
  - 'lobby'
  - 'auth'

#To deactivate that the items do damage.
disable-item-damage:
  enable: true
  world:
  - 'lobby'
  - 'auth'

#To deactivate if the player can collect item.
disable-pick-up-items:
  enable: true
  world:
  - 'lobby'
  - 'auth'

#To deactivate entity explosions.
disable-entity-explode:
  enable: true
  world:
  - 'lobby'
  - 'auth'
  
#To deactivate the damage.
disable-damage:
  enable: true
  world:
  - 'lobby'
  - 'auth'

#To deactivate hunger in the players.
disable-hunger:
  enable: true
  world:
  - 'lobby'
  - 'auth'
  
#To deactivate the players' death messages.
disable-death-message:
  enable: true
  world:
  - 'lobby'
  - 'auth'

#To deactivate monsters and animals appear.
disable-creature-spawn:
  enable: true
  world:
  - 'lobby'
  - 'auth'

#To clean the items left by the player when he dies.
clear-drops-on-death:
  enable: true
  world:
  - 'lobby'
  - 'auth'

#To give and activate the custom items when entering the server.
lobby-items:
  enable: true
  join-server: true
  respawn: true
  join-world: true
  world:
  - 'lobby'

#To prevent players from falling into the void.
#level = nivel de altura(y) que se tomara como el vacio.
void-tp:
  enable: true
  level: 0
  world:
  - 'lobby'
  - 'auth'
#So that the world is always day.
always-day:
  enable: true
  world:
  - 'lobby'
  - 'auth'
#To protect the frames.
frame-protect:
  enable: true
  world:
  - 'lobby'
  - 'auth'
#To protect the farm.
farm-protect:
  enable: true
  world:
  - 'lobby'
  - 'auth'
#To have the launch pad.
jump-pads:
  enable: true
  plate-block: 'GOLD_PLATE'
  sound: 'PISTON_EXTEND'
  world:
  - 'lobby'
  - 'auth'
# +----------------------------------------------------------------------------------------------+ #
# |                                            BossBar                                           | #
# +----------------------------------------------------------------------------------------------+ #

#To send messages when you enter using the BossBar.
#Colors: BLUE, GREEN, PINK, PURPLE, RED, WHITE, YELLOW
#Styles: NOTCHED_10, NOTCHED_12, NOTCHED_20, NOTCHED_6, PROGRESS
join-boss-bar:
  enable: true
  message: '&3Welcome to my server!'
  color: BLUE
  style: NOTCHED_20
  seconds: 10
# +----------------------------------------------------------------------------------------------+ #
# |                                              Tab                                             | #
# +----------------------------------------------------------------------------------------------+ #

#To send the tab when joining the server.
#update = 0 to disable update interval.
join-tab:
  enable: true
  update: 1000
  header: |-
    &7
    &a&m--&2&m--&8&m[-&r &a&lYourserver &f&lNetwork &8&m-]&2&m--&a&m--
    &7
  footer: |-
    &7
    &7Website &7yourserver.com
    &7Twitter: &7@yourserver
    &7Store: &7store.yourserver.com
    &7
# +----------------------------------------------------------------------------------------------+ #
# |                                             Titles                                           | #
# +----------------------------------------------------------------------------------------------+ #

#To send titles when joining the server.
join-titles:
  enable: true
  fade-in: 20
  stay: 50
  fade-out: 10
  title: '&6<player> &bWelcome to'
  sub-title: '&6&lYourserver'
# +----------------------------------------------------------------------------------------------+ #
# |                                              MOTD                                            | #
# +----------------------------------------------------------------------------------------------+ #

#To send the MOTD when joining the server.
join-motd:
  enable: true
  message:
  - '&a&m---------------------------------------------------'
  - ' '
  - '&a# &6&l<player> &7Welcome to &b&lYourserver &fNetwork!'
  - ' '
  - '&a# &7Buy rank on: &2yourpage.com/shop'
  - '&a# &7Facebook: &2facebook.com/Yourserver'
  - '&a# &7For more information type &2/info'
  - ''
  - '&a&m---------------------------------------------------'
# +----------------------------------------------------------------------------------------------+ #
# |                                            ActionBar                                         | #
# +----------------------------------------------------------------------------------------------+ #

#To send the ActionBar when joining the server.
#Types: Animation, Random
join-action-bar:
  enable: true
  seconds: 10
  message: '&6Welcome to my server!'
# +----------------------------------------------------------------------------------------------+ #
# |                                       Commands Blacklist                                     | #
# +----------------------------------------------------------------------------------------------+ #

#To deactivate commands.
commands-blacklist:
  enable: true
  bypass: superlobby.admin
  list:
  - p
  - pl
  - '?'
  - help
  - plugins
  - bukkit:plugins
  - bukkit:pl
  - bukkit:?
  - bukkit:help
  - ver
  - version
  - gc
  - bukkit:version
  - bukkit:ver