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: truehigh_priority: falsecommands_alias:
  tpa:
    - tprequest
  tpaccept: []
  tpacancel: []
  tpadeny: []
  tpahere: []
  tpatoggle: []autocomplete_names: truestatus_default: truelist_position: Lastsend:
  tpa_himself: false
  ignore_tpa_status: false
  multiple_tpa: truerequest:
  click_tpa: true
  centered_message: trueexpiration:
  enabled: true
  time: 3mteleport_delay:
  enabled: true
  time: 3s
  cancel_on_move: truecooldown:
  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: falsegeyser_support:
  enabled: false
  click_tpa: false
  different_message: trueteleport_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: 2Puedes aprender cómo configurar acciones detalladamente en la sección correspondiente de esta documentación [AQUĆ].
Last updated
Was this helpful?