File Details
LincerosLevelTools-2.3.jar
- R
- Mar 6, 2026
- 10.44 MB
- 2.2K
- Early Access
File Name
LincerosLevelTools-2.3.jar
Supported Versions
- Early Access
Changelog — LincerosLevelTools
All notable changes to this project are documented here.
[2.3] — 2026-03-06
Added
- Prestige system (
/leveltools prestige): while holding a tool or weapon, converts accumulated levels into Ability Tokens (1 token perTokensPerLevellevels, default 5). The item resets to the leftover levels below the threshold. - Prestige tokens accumulate across multiple prestiges — stored as
LincerosPrestigeTokensin item metadata and preserved throughsetlevel. - Token count now includes prestige tokens in both
TokenPagedisplay and toggle logic. - Tooltips on all ability buttons in the Weapon Mastery menu: hover any ability to read its description.
leveltools.adminpermission gate on/leveltools setlevel— only operators or players with the node can use it.- Commands section in
publish.mdlisting all available commands. - New config fields documented:
TokensPerLevel,WeaponXPMultiplier,ToolXPMultiplier,ShowLevelUpMessage,HudRefreshIntervalMs,MaxLevelJunk,MaxLevelUncommon,MaxLevelRare,MaxLevelEpic,VeinMinerMaxBlocks,VampirismLifestealPercent,IgnoreDefenseMultiplier,EnergySaverStaminaRefund,FireBurnDurationSeconds,PoisonDurationSeconds,SalvageCompatEnabled,LevelUpFullRepair.
Changed
- UI overhaul — Weapon Mastery menu (
LincerosTokens.ui) now uses official HytaleCommon.uitemplates:- Layout uses native
Panel/SimpleContainercontainers and official separator elements. - All buttons use
CancelTextButton/ standard Hytale button styles with correct hover and press states. - Tooltip style uses
$Common.@DefaultTextTooltipStyle(the mod's ownCommon.uidefinition, compatible with the Hytale mod API).
- Layout uses native
- Sound polish — ability buttons now use the correct mod-local sound templates:
- Activate:
$Sounds.@Tickat volume10(was incorrect template at volume6). - Hover:
$Sounds.@ButtonsLightHoverat volume6.
- Activate:
publish.mdupdated to v2.3 with prestige system docs, updated ability table with costs and descriptions, full config reference, and commands table.HYTALE_UI_GUIDE.txtupdated with sounds section rewrite (mod vs gameSounds.uidistinction) and new tooltips section (section 12).
Fixed
- Salvage Station compatibility — tools and weapons with level data can now be salvaged normally at the Salvage Station without issues. Controlled via
SalvageCompatEnabledin config (defaulttrue). - Wrong sound template
@ButtonsSmallreferenced in button sounds — this template does not exist in the mod'sSounds.ui; replaced with inline sound definition using@Tick+@ButtonsLightHover. - Crash:
Could not find an expression named ButtonTextTooltipStyle—@ButtonTextTooltipStyleonly exists in the game-installedCommon.ui, not in the mod's ownCommon.ui. Fixed by using@DefaultTextTooltipStylethroughout.
[2.2] — (previous release)
Added
- Token System (Early Access): earn 1 token every 5 levels, spend them in the Weapon Mastery menu.
- Weapon Mastery UI (
LincerosTokens.ui): in-game page to toggle abilities on held tools and weapons. - 7 unlockable abilities:
- Weapons: Fire Aspect, Vampirism, Poison, Unstoppable, Energy Saver.
- Tools: Vein Miner, Auto Smelt.
- Ability state and token count stored in item metadata (persisted across sessions).
/leveltools tokenscommand to open the Weapon Mastery menu.
[2.1] — (previous release)
Added
/leveltools setlevel <level>admin command to force-set a tool's level./leveltools hudcommand to toggle the XP HUD per-player.
Changed
- HUD layout improved: shows current level, XP bar, and max level.
[2.0] — (previous release)
Added
- Complete rewrite with Hytale mod API.
- Level-up system: tools gain XP on durability use, level up and auto-repair on full bar.
- Per-rarity level caps (Junk → Legendary / Infinite).
- Stat bonuses per level: +15% durability, +5% damage (weapons), +5% mining speed (tools).
- Custom HUD overlay via MultipleHUD.
LevelTools.jsonconfiguration file.- Manual repair detection: repairing at a bench resets current-level XP progress.

