This plugin depend of
PlaceholderAPI.
Supported Storage: YAML and MYSQL
Edit all tags with a intuitive inventory gui.
Placeholders:
%HarimeltTags_prefix% - Show the tag prefix
%HarimeltTags_suffix% - Show the tag suffix
%HarimeltTags_tag% - Show the current tag name
Commands:
/HarimeltTags
/CreateTag
/DeleteTag
/EditTag
/ListTags
/SelectTag
Permissions:
harimelt.admin.tags - Can manage this plugin
harimelt.create.tag - Can create a tag
harimelt.delete.tag - Can delete a tag
harimelt.edit.tag - Can edit a tag
harimelt.list.tag - Can list all tags
harimelt.select.tag - Can select your tag
harimelt.select.other.tag - Can select the tag for other players
Messages in Spanish
Code (YAML):
prefix
:
"&aHarimelt&2Tags &8»"
CreateTag:
noPermission
:
"%prefix% &fNo tienes permisos suficientes."
tagNameEmpty
:
"%prefix% &fEl nombre del tag no puede estar vacío."
tagAlreadyExist
:
"%prefix% &fEl nombre del tag &2%tag.name%&f ya esta en uso."
tagCreated
:
"%prefix% &fEl tag &2%tag.name%&f se creo exitosamente."
DeleteTag:
noPermission
:
"%prefix% &fNo tienes permisos suficientes."
tagNameEmpty
:
"%prefix% &fEl nombre del tag no puede estar vacío."
tagNoExist
:
"%prefix% &fEl tag &2%tag.name%&f no existe."
tagDeleted
:
"%prefix% &fEl tag &2%tag.name%&f se elimino exitosamente."
EditTag:
isConsole
:
"%prefix% &fNo puedes editar el tag desde la consola."
noPermission
:
"%prefix% &fNo tienes permisos suficientes."
tagNameEmpty
:
"%prefix% &fEl nombre del tag no puede estar vacío."
tagNoExist
:
"%prefix% &fEl tag &2%tag.name%&f no existe."
menuClose
:
"%prefix% &fCerraste el menú de edición."
inputPrefix
:
-
"%prefix% &fIngrese en el chat el nuevo prefix."
-
"&fSi desea cancelar debe agacharse."
inputSuffix
:
-
"%prefix% &fIngrese en el chat el nuevo suffix."
-
"&fSi desea cancelar debe agacharse."
inputRename
:
-
"%prefix% &fIngrese en el chat el nuevo nombre del tag."
-
"&fRecuerde que no debe contener espacios."
-
"&fSi desea cancelar debe agacharse."
ListTags:
noPermission
:
"%prefix% &fNo tienes permisos suficientes."
listIsEmpty
:
"%prefix% &fNo hay tags existentes."
header
:
"%prefix% &fLista de Tags"
format
:
"%tag.name% - %tag.prefix% - %tag.suffix%"
footer
:
"-------------------------"
SelectTag:
noPermission
:
"%prefix% &fNo tienes permisos suficientes."
tagNameEmpty
:
"%prefix% &fEl nombre del tag no puede estar vacío."
tagNoExist
:
"%prefix% &fEl tag &2%tag.name%&f no existe."
tagNoPermission
:
"%prefix% &fNo tienes permitido usar el tag &2%tag.name%&f."
tagSelected
:
"%prefix% &fSeleccionaste el tag &2%tag.name%&f."
noPermissionOthers
:
"%prefix% &fNo tienes permisos suficientes."
playerNoExist
:
"%prefix% &fEl jugador &2%player.name%&f no existe o esta desconectado."
tagNoPermissionOther
:
"%prefix% &fNo tienes permitido usar el tag &2%tag.name%&f en otros jugadores."
tagAlreadySelected
:
"%prefix% &fYa te encuentras usando el tag &2%tag.name%&f."
tagAlreadySelectedOther
:
"%prefix% &fEl jugador &2%player.name% &fya tiene seleccionado el tag &2%tag.name%&f."
tagSelectedOther
:
"%prefix% &fLe cambiaste el tag del jugador &2%player.name% &fal &2%tag.name%&f."
tagSelectedOtherNotify
:
"%prefix% &fTu tag fue cambiado a &2%tag.name%&f."
playerNameEmpty
:
"%prefix% &fEl nombre del jugador esta vacío."
HarimeltTags:
noPermission
:
"%prefix% &fNo tienes permisos suficientes."
optionEmpty
:
"%prefix% &fLa opción no puede estar vacía."
optionInvalid
:
"%prefix% &fLa opción &2%option% &fno es válida."
help
:
-
"%prefix% &fAyuda del comando"
-
" /%command% reload &8» &2Recarga el complemento."
-
" /%command% version &8» &2Información del complemento."
reloaded
:
"%prefix% &fEl complemento &2%plugin%&f fue recargado."