Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Tesuto's AuraSkills Lore
PluginApache-2.0

Tesuto's AuraSkills Lore

A plugin that adds descriptions for all items with level requirements.

25
Downloads
3
Followers
3 months ago
Updated
📦
3
Versions
utilitypaperpurpurspigot
Download Latestv1.3View on Modrinth

📖About Tesuto's AuraSkills Lore

TesutoAuraLore

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.


✨ Features

  • 📜 Adds skill requirement lore to items (tools, weapons, armor)
  • ⚙️ Supports global requirements from plugins/AuraSkills/config.yml
  • 🛠 Supports per-item requirements added via AuraSkills commands
  • 🔄 Hot reload with /tesu reload
  • 🧼 Automatically replaces outdated requirement lines (no duplication)
  • 🧩 Supports multiple requirements per item
  • 🧱 Updates correctly in crafting/anvil/smithing previews and after taking the result
  • 🗂 Uses AuraSkills messages_xx.yml for skill names (e.g. messages_ru.yml)

📦 Requirements

  • Minecraft 1.21.x (tested up to 1.21.11)
  • Java 21
  • AuraSkills 2.x

🔧 Installation

  1. Install AuraSkills

  2. Install TesutoAuraLore

  3. Start the server once

  4. Configure requirements in:

    plugins/AuraSkills/config.yml
    
  5. Configure plugin language in:

    plugins/TesutoAuraLore/config.yml
    

🌍 Localization

1) Plugin language setting

In:

plugins/TesutoAuraLore/config.yml

Set the language code (default is English):

language: en_US

2) Plugin language files

Plugin translations are stored here:

plugins/TesutoAuraLore/lang/

Example:

  • en_US.yml
  • ru_RU.yml

These files control phrases like:

  • Requires
  • formatting template (e.g. Requires {skill}: {level})

3) Skill names come from AuraSkills

{skill} is localized using AuraSkills message files:

plugins/AuraSkills/messages/messages_xx.yml

Example:

  • messages_en.yml
  • messages_ru.yml

So if your plugin language is ru_RU, TesutoAuraLore will try to use AuraSkills messages_ru.yml skill names.


⚙️ Configuration (AuraSkills)

TesutoAuraLore reads requirements directly from AuraSkills.

Example: Global item requirements

requirement:
  enabled: true
  override_global: true
  item:
    global:
      - STONE_PICKAXE MINING:6
      - IRON_PICKAXE MINING:14
      - DIAMOND_PICKAXE MINING:25

Supported formats:

  • MATERIAL SKILL:LEVEL
  • MATERIAL <custom colored text> SKILL:LEVEL

If custom text is provided, it will be shown as-is, and {skill} localization may not apply (because you override the phrase manually).


🧾 Commands

/tesu reload

Reloads requirements and language files and updates item lore without restarting the server.

Permission:

tesu.reload

(Default: OP)


🔁 How Lore Updates Work

  • Old requirement lore added by TesutoAuraLore is removed
  • New requirements are re-applied
  • Prevents duplicates and outdated lines
  • Can update items already in player inventories

🎯 What This Plugin Does NOT Do

  • ❌ Does not block item usage
  • ❌ Does not change AuraSkills mechanics
  • ❌ Does not enforce restrictions

TesutoAuraLore is visual-only — it improves clarity without affecting gameplay logic.


🧩 Intended Use Case

Use TesutoAuraLore if you want players to:

  • immediately see why an item requires a certain skill level
  • have consistent requirement info on items
  • support a server language (RU/EN/etc.) regardless of client settings

👥 Team & Contributors

Tesuto
TesutoOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paperpurpurspigot
Minecraft Versions
1.211.21.11.21.21.21.31.21.41.21.51.21.61.21.7+4 more

🔗 Links

Modrinth Page