A plugin that adds descriptions for all items with level requirements.
TesutoAuraLore is a lightweight addon for AuraSkills that automatically shows skill level requirements directly in item lore.
It reads requirements from AuraSkills (global config + per-item requirements) and renders them in a clean format like:
Requires Mining: 6Требуется Шахтёрство: 6
Lore updates dynamically — no server restart required.
plugins/AuraSkills/config.yml/tesu reloadmessages_ru.yml)Install AuraSkills
Install TesutoAuraLore
Start the server once
Configure requirements in:
plugins/AuraSkills/config.yml
Configure plugin language in:
plugins/TesutoAuraLore/config.yml
In:
plugins/TesutoAuraLore/config.yml
Set the language code (default is English):
language: en_US
Plugin translations are stored here:
plugins/TesutoAuraLore/lang/
Example:
en_US.ymlru_RU.ymlThese files control phrases like:
RequiresRequires {skill}: {level}){skill} is localized using AuraSkills message files:
plugins/AuraSkills/messages/messages_xx.yml
Example:
messages_en.ymlmessages_ru.ymlSo if your plugin language is ru_RU, TesutoAuraLore will try to use AuraSkills messages_ru.yml skill names.
TesutoAuraLore reads requirements directly from AuraSkills.
requirement:
enabled: true
override_global: true
item:
global:
- STONE_PICKAXE MINING:6
- IRON_PICKAXE MINING:14
- DIAMOND_PICKAXE MINING:25
Supported formats:
MATERIAL SKILL:LEVELMATERIAL <custom colored text> SKILL:LEVELIf custom text is provided, it will be shown as-is, and {skill} localization may not apply (because you override the phrase manually).
/tesu reloadReloads requirements and language files and updates item lore without restarting the server.
Permission:
tesu.reload
(Default: OP)
TesutoAuraLore is visual-only — it improves clarity without affecting gameplay logic.
Use TesutoAuraLore if you want players to: