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
high_priority: false
commands_alias:
tpa:
- tprequest
tpaccept: []
tpacancel: []
tpadeny: []
tpahere: []
tpatoggle: []
autocomplete_names: true
status_default: true
list_position: Last
send:
tpa_himself: false
ignore_tpa_status: false
multiple_tpa: true
request:
click_tpa: true
centered_message: true
expiration:
enabled: true
time: 3m
teleport_delay:
enabled: true
time: 3s
cancel_on_move: true
cooldown:
enabled: true
time: 10m
count_when_teleporting: true
cooldown_for: TargetPlayer
by_rank:
enabled: true
in_multiple:
accept_pending: false
ranks:
vip: 5m
staff: 1m 30s
auto_ranks:
enabled: true
permissions_plugin: LuckPerms
prioritize_time: SHORTEST
save_playerdata: false
geyser_support:
enabled: false
click_tpa: false
different_message: true
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
whom: both
sound: ENTITY_EXPERIENCE_ORB_PICKUP
actionbar1:
type: actionbar
when: during_delay
whom: both
message: "&aTeleporting in &b%home_delay_formatted%"
sound2:
type: sound
when: cancel_delay
whom: both
sound: BLOCK_ANVIL_LAND
actionbar2:
type: actionbar
when: cancel_delay
whom: both
message: "&cTeleportation cancelled"
duration: 3
sound3:
type: sound
when: after_delay, none
whom: both
sound: ENTITY_PLAYER_LEVELUP
actionbar3:
type: actionbar
when: after_delay, none
whom: both
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?