Configuration
A continuación, te presentare cada característica de la configuración del spawn. Esta configuración está disponible en el archivo configs/spawn.yml
, donde podrás realizar ajustes.
enabled: true
force_disable: false
high_priority: false
commands_alias:
- spawn2
- spawn3
aliases:
world: "&aWorld"
world_nether: "&cNether"
world_the_end: "&dThe End"
other_world: AnotherWorld
by_world: false
teleport_in_by_world:
enabled: false
spawn: General
specify: world
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: false
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%"
Puedes ver cómo usar las condiciones [AQUÍ].
teleport_actions:
default_messages: true
actions:
sound1:
type: sound
when: during_delay
sound: ENTITY_EXPERIENCE_ORB_PICKUP
actionbar1:
type: actionbar
when: during_delay
message: "&aTeleporting in &b%spawn_delay_formatted%"
sound2:
type: sound
when: cancel_delay
sound: BLOCK_ANVIL_LAND
actionbar2:
type: actionbar
when: cancel_delay
message: "&cTeleportation cancelled"
duration: 3
sound3:
type: sound
when: after_delay, none
sound: ENTITY_PLAYER_LEVELUP
actionbar3:
type: actionbar
when: after_delay, none
message: "&aTeleported"
duration: 2
Puedes aprender cómo configurar acciones detalladamente en la sección correspondiente de esta documentación [AQUÍ].
Last updated
Was this helpful?