Skip to content

config.yml

Atsuquipro edited this page Jun 7, 2026 · 5 revisions

config.yml

español:

config:
  chat:
    global:
      enabled: true
      format: "&7[Global] %player% &e-> &r%message%"
      permission: ""
      priority: 0
    vip:
      enabled: true
      format: "&b[VIP] %player% &e-> &r%message%"
      permission: "customessentials.chat.vip"
      priority: 1
    admin:
      enabled: true
      format: "&c[Admin] %player% &e-> &r%message%"
      permission: "customessentials.chat.admin"
      priority: 2
  scoreboard:
    enabled: true
    update-interval: 20
    head: "&6Mi servidor"
    format:
      - "&6name: %player_name%"
      - "&6rango: %vault_group%"
      - "&6dinero: %vault_eco_balance_formatted%"
  tab:
    enabled: true
    update-interval: 20
    format:
      header:
        - "&6Mi server"
        - "&6Bienvenido %player_name%"
        - " "
      footer:
        - " "
        - "&6visita nuestra web: &fhttps://example.com"
  actionBar:
    enabled: true
    update-interval: 20
    format: "&d%player_name% &6| &c%player_health_rounded%"
  bossBar:
    enabled: true
    update-interval: 20
    format: "&6ip&f: &6example.com"
    color: RED
    style: PROGRESS
  spawn:
    title: "&ateletransportando..."
    subtitle: "&edirigiendose al spawn!"
    time: 20
  warps:
    title: "&ateletransportando..."
    subtitle: "&edirigiendose al warp %warp_name%!"
    time: 20
  pwarps:
    title: "&ateletransportando..."
    subtitle: "&edirigiendose al pwarp %pwarp_name% del jugador %pwarp_owner%"
    time: 20
  homes:
    title: "&ateletransportando..."
    subtitle: "&edirigiendose a casa"
    time: 20

seccion de chat

en esta seccion puedes definir uno o varios canales de texto para que los usuarios se comuniquen entre si. puedes definir una prioridad, un permiso y el formato que tendran los mensajes puedes usar placeholderapi para dar aun mas vida y personalizacion a estos chats

´´´yml chat: global: enabled: true format: "&7[Global] %player% &e-> &r%message%" permission: "" priority: 0 vip: enabled: true format: "&b[VIP] %player% &e-> &r%message%" permission: "customessentials.chat.vip" priority: 1 admin: enabled: true format: "&c[Admin] %player% &e-> &r%message%" permission: "customessentials.chat.admin" priority: 2 ´´´

seccion de scoreboard

aqui puedes definir una scoreboard y personalizarla completamente.

enabled - define si estara o no activa en el servidor

update-interval - define en tickts cada cuanto se actualiza la scoreboard

head - define el nombre que aparece arriba del todo en la scoreboard

format - define el contenido de la scoreboard

soporta placeholderapi para mas personalizacion

scoreboard:
    enabled: true
    update-interval: 20
    head: "&6Mi servidor"
    format:
      - "&6name: %player_name%"
      - "&6rango: %vault_group%"
      - "&6dinero: %vault_eco_balance_formatted%"

seccion de tab

en esta seccion puedes definir un tab y personalizarlo completamente

enabled - define si estara o no activa en el servidor

update-interval - define en tickts cada cuanto se actualiza el tab

header - define el texto que aparecera arriba de los nombres de los jugadores

footer - define el texto que aparecera abajo de los nombres de los jugadores

soporta placeholderapi para mas personalizacion

tab:
    enabled: true
    update-interval: 20
    format:
      header:
        - "&6Mi server"
        - "&6Bienvenido %player_name%"
        - " "
      footer:
        - " "
        - "&6visita nuestra web: &fhttps://example.com"

seccion de actionbar

en esta seccion puedes definir una actionbar y personalizarla completamente

enabled - define si estara o no activa en el servidor

update-interval - define en tickts cada cuanto se actualiza la actionbar

format - define que texto mostrara la actionbar

soporta placeholderapi para mas personalizacion

actionBar:
    enabled: true
    update-interval: 20
    format: "&d%player_name% &6| &c%player_health_rounded%"

seccion de bossbar

en esta seccion puedes definir una bossbar y personalizarla completamente

enabled - define si estara o no activa en el servidor

update-interval - define en tickts cada cuanto se actualiza la bossbar

format - define que texto mostrara

color - define que color tendra la bossbar

style - define que estilo tendra la bossbar

soporta placeholderapi para mas personalizacion

  bossBar:
    enabled: true
    update-interval: 20
    format: "&6ip&f: &6example.com"
    color: RED
    style: PROGRESS

secciones de teletransportes

###spawn, warps, pwarps, homes en estas secciones se define un titulo que se mostrara en pantalla al teletransportarse a alguno de estos lugares

title - define el titulo de teletransporte

subtitle - define el subtitulo de teletransporte

time - define el tiempo en ticks que se muestra el titulo

spawn - usa /spawn set para definir tu posision en ese momento como spawn, los usuarios podran teletransportarse usando el comando /spawn

warps - usa /warp set <nombre> para definir tu posision en ese momento como warp, los usuarios podran teletransportarse usando el comando /warp <nombre>

pwarps - usa /pwarp set <nombre> para definir tu posision en ese momento como pwarp, los usuarios podran teletransportarse usando el comando /pwarp <nombre> (esta funcion fue pensada para usuarios y esta limitado a un solo pwarp por usuario)

homes - usa /home set para definir tu posision en ese momento como home, podras teletransportarte a tu casa utilizando el comando /home (esta funcion esta limitada a un hogar por usuario)

abajo de la configuracion de los titulos apareceran las localizaciones de cada warp,pwarp,home o el spawn separadas por nombre y/o usuario, se recomienda encarecidamente no modificar ninguna de estas ya que el plugin utiliza esta informacion para saber a donde teletransportar a los jugadores en cada caso

english

Chat Section

In this section, you can define one or more chat channels for players to communicate with each other. You can define a priority, a permission, and the format used for messages.

You can use PlaceholderAPI to add even more customization and functionality to your chat channels.

chat:
    global:
      enabled: true
      format: "&7[Global] %player% &e-> &r%message%"
      permission: ""
      priority: 0
    vip:
      enabled: true
      format: "&b[VIP] %player% &e-> &r%message%"
      permission: "customessentials.chat.vip"
      priority: 1
    admin:
      enabled: true
      format: "&c[Admin] %player% &e-> &r%message%"
      permission: "customessentials.chat.admin"
      priority: 2

Scoreboard Section

Here you can define a scoreboard and fully customize it.

enabled - Defines whether the scoreboard is enabled or disabled on the server

update-interval - Defines how often the scoreboard is updated, measured in ticks

head - Defines the title displayed at the top of the scoreboard

format - Defines the scoreboard content

Supports PlaceholderAPI for additional customization.

scoreboard:
    enabled: true
    update-interval: 20
    head: "&6My Server"
    format:
      - "&6name: %player_name%"
      - "&6rank: %vault_group%"
      - "&6money: %vault_eco_balance_formatted%"

Tab Section

In this section, you can define a TAB list and fully customize it.

enabled - Defines whether the TAB list is enabled or disabled on the server

update-interval - Defines how often the TAB list is updated, measured in ticks

header - Defines the text displayed above the player list

footer - Defines the text displayed below the player list

Supports PlaceholderAPI for additional customization.

tab:
    enabled: true
    update-interval: 20
    format:
      header:
        - "&6My Server"
        - "&6Welcome %player_name%"
        - " "
      footer:
        - " "
        - "&6Visit our website: &fhttps://example.com"

ActionBar Section

In this section, you can define an ActionBar and fully customize it.

enabled - Defines whether the ActionBar is enabled or disabled on the server

update-interval - Defines how often the ActionBar is updated, measured in ticks

format - Defines the text displayed in the ActionBar

Supports PlaceholderAPI for additional customization.

actionBar:
    enabled: true
    update-interval: 20
    format: "&d%player_name% &6| &c%player_health_rounded%"

BossBar Section

In this section, you can define a BossBar and fully customize it.

enabled - Defines whether the BossBar is enabled or disabled on the server

update-interval - Defines how often the BossBar is updated, measured in ticks

format - Defines the text displayed in the BossBar

color - Defines the BossBar color

style - Defines the BossBar style

Supports PlaceholderAPI for additional customization.

bossBar:
    enabled: true
    update-interval: 20
    format: "&6ip&f: &6example.com"
    color: RED
    style: PROGRESS

Teleport Sections

spawn, warps, pwarps, homes

In these sections, you can define a title that will be displayed when teleporting to any of these locations.

title - Defines the teleport title

subtitle - Defines the teleport subtitle

time - Defines how long the title is displayed, measured in ticks

spawn - Use /spawn set to set your current location as the server spawn. Players can teleport to it using the /spawn command.

warps - Use /warp set <name> to set your current location as a warp. Players can teleport to it using the /warp <name> command.

pwarps - Use /pwarp set <name> to set your current location as a player warp. Players can teleport to it using the /pwarp <name> command. (This feature is intended for players and is limited to one pwarp per player.)

homes - Use /home set to set your current location as your home. You can teleport back to it using the /home command. (This feature is limited to one home per player.)

Below the title configuration, the locations of each warp, pwarp, home, and the spawn will be stored, organized by name and/or player.

It is strongly recommended not to modify any of these entries manually, as the plugin uses this information to determine where players should be teleported.

Clone this wiki locally