▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/EzSkills
EzSkills

EzSkills

Add skill-based XP, leveling, and timed abilities to any plugin with a clean API

30
0

EzSkills 2.0.3

release8 мая 2026 г.

Fixed

  • JitPack build: remove invalid build: key from jitpack.yml, switch compiler config to source/target properties

EzSkills 2.0.2

release8 мая 2026 г.

Fixed

  • JitPack build: use array syntax for jdk in jitpack.yml (- openjdk25)

EzSkills 2.0.1

release8 мая 2026 г.

Fixed

  • JitPack build: skip checkstyle during mvn install, bump maven-compiler-plugin to 3.14.0 for Java 25 support

EzSkills 2.0.0

release8 мая 2026 г.

Added

  • Acrobatics skill — tracks XP earned from jumping, falling, and sprinting (ACROBATICS enum constant, Feather GUI icon, xp-base: 80.0, xp-multiplier: 1.4, max-level: 100)
  • Custom skills API — third-party plugins can now register their own skills at runtime via SkillDefinition and EzSkillsAPI.registerSkill(); progress is persisted in the same storage backend as built-in skills
  • SkillDefinitionRegistry — thread-safe in-memory registry for custom SkillDefinition instances; rejects names that clash with built-in SkillType values
  • EzSkillsAPI.getRegisteredSkills() — returns the list of all currently registered custom skill definitions
  • Custom skill XP / level methods on EzSkillsAPI: addExperience, getSkillLevel, getSkillExperience, setSkillLevel now accept any registered custom skill name in addition to built-in SkillType names

Changed

  • Skill GUI (/skills) updated to a 36-slot (4-row) layout to accommodate five built-in skills; close button moved to slot 31
  • SkillProfile stores custom skill progress in a separate HashMap alongside the built-in EnumMap; getAllCustom() exposes the full map for serialisation
  • SkillProfileModel persists and loads custom skill columns (<name>_level / <name>_experience) automatically

Skills

SkillEnumXP baseXP multiplierMax level
WoodcuttingWOODCUTTING100.01.5100
MiningMINING100.01.5100
FishingFISHING100.01.5100
FightingFIGHTING120.01.6100
AcrobaticsACROBATICS80.01.4100

Abilities

AbilitySkillTrigger
LumberjackWoodcuttingAuto-smelt logs on break
SpelunkerMiningNight-vision while underground
AnglerFishingReduced fishing wait time
WarriorFightingTemporary strength boost on kill streak

EzSkills 1.0.0

beta21 апреля 2026 г.

Official public release of EzSkills on SpigotMC.org Dec 24, 2025

Совместимость

Minecraft: Java Edition

26.1.x1.21.x1.20.x1.19.x1.18.x1.17.x1.16.x1.15.x1.14.x1.13.x1.12.x1.11.x1.10.x1.9.x1.8.x

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:MIT
Опубликован:2 недели назад
Обновлён:2 дня назад
Главная