Configuration
A continuación, te presentare cada característica de la configuración de los Homes. Esta configuración está disponible en el archivo configs/home.yml
, donde podrás realizar ajustes.
enabled: true
force_disable: false
high_priority: false
commands_alias:
home: []
homes: []
sethome: []
delhome:
- removehome
default_name: home
default_max_homes: 2
overwrite_existing_home: false
sethome_multiple:
vip: 5
staff: 10
Puedes cambiar este permiso en el archivo permissions.yml. Puedes ver más acerca de los permisos [AQUÍ].
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%home_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?