Configuración
Next, I will present each feature of the Lobby configuration. These settings are available in the configs/lobby.yml
file, where you can make adjustments to customize the welcome experience on your server.
enabled: true
force_disable: false
high_priority: false
commands_alias:
- hub
- lobby2
lobby_mode:
mode: Server
server: lobby
multiple_lobbies: false
This configuration only applies in Server mode
teleport_in_multiple:
enabled: false
lobby: General
specify: Lobby
This configuration only applies in Server
mode
teleport_delay:
enabled: true
time: 3s
cancel_on_move: true
cooldown:
enabled: true
time: 10m
count_when_teleporting: true
by_rank:
enabled: true
ranks:
vip: 5m
staff: 1m 30s
auto_ranks:
enabled: true
permissions_plugin: LuckPerms
prioritize_time: SHORTEST
save_playerdata: true
You can see which time formats to use [HERE].
teleport_conditions:
conditions:
money:
type: 'has money'
amount: 500
enabled: false
deny_actions:
insuficient:
type: message
message: "%prefix_spawn%&cNo tienes suficiente dinero, necesitas 500/%vault_money%"
You can see which time formats to use [HERE].
teleport_actions:
default_messages: true
actions:
sound1:
type: sound
when: during_delay
sound: ENTITY_EXPERIENCE_ORB_PICKUP
actionbar1:
type: actionbar
when: during_delay
message: "&aTeletransportarse en &b%lobby_delay_formatted%"
sound2:
type: sound
when: cancel_delay
sound: BLOCK_ANVIL_LAND
actionbar2:
type: actionbar
when: cancel_delay
message: "&cTeletransportación cancelada"
duration: 3
sound3:
type: sound
when: after_delay, none
sound: ENTITY_PLAYER_LEVELUP
actionbar3:
type: actionbar
when: after_delay, none
message: "&aTeletransportado"
duration: 2
You can learn how to configure actions in detail in the corresponding section of this documentation [HERE].
Last updated
Was this helpful?