English
• Fix: Fixed the problem
".getEntity() is null".
• Fix: When the boss was in an unloaded chunk, another boss was generated. This issue has been resolved; now a new boss is not generated in this situation.
• Fix: Previously, when the boss was in an unloaded chunk and you approached it, the bossbar didn't reload. This has been fixed; now it automatically detects the registered boss and recreates the bossbar.
• Rework: A boss will no longer be generated if one is already registered.
• Addition:
The position of the boss (x, y, z) is saved each time one is generated.
• Addition:
Added /tsb location command
Sends a message to the chat with the last registered coordinates of the boss.
• Addition:
Added /tsb clear command
Removes the logged data from the boss, it does not remove the boss only the logs.
• Addition: Added 2 personalized messages.
Code (YAML):
# Messages in English
plugin:
commands:
already_exists
:
"You cannot generate another boss because one already exists in the world."
clear_records
:
"All the bosses' records have been deleted!"
Note: If this is the first time you download the plugin, ignore this note, but if you are updating the plugin, to avoid problems and conflicts it is recommended to delete the data folder inside the plugin folder.
---------------------------------------------------------------------------------------
Español
• Parche: Se solucionó el problema
".getEntity() is null".
• Parche: Cuando el jefe se encontraba en un chunk no cargado, se volvía a generar otro jefe, ya está solucionado, ahora ya no se genera de nuevo.
• Parche: Cuando el jefe se encontraba en un chunk no cargado y te acercas no se volvía a cargar la bossbar, solucionado, ahora automáticamente detecta al jefe registrado y recrea la bossbar.
• Modificación: Ya no se generará un jefe si ya existe uno registrado.
• Adición:
Se guarda la posición del jefe (x, y, z) cada que se genera uno.
• Adición:
Añadido el comando /tsb location
Envía un mensaje al chat con las últimas coordenadas registradas del jefe.
• Adición: Añadido el comando
/tsb clear
Elimina los datos registrados del jefe,
no elimina el jefe solo los registros.
• Adición: Añadido 2 mensajes personalizados.
Code (YAML):
# Mensajes en español
plugin:
commands:
already_exists
:
"No puedes generar otro jefe porque ya existe uno en el mundo."
clear_records
:
"¡Todos los registros de los jefes han sido borrados!"
Nota: Si es la primera vez que descargas el complemento, ignora esta nota, pero si estás actualizando el complemento, para evitar problemas y conflictos se recomienda eliminar la carpeta data dentro de la carpeta del complemento.