Eniripsa96 / SkillAPIKotlin

A flexible RPG plugin for Minecraft allowing for custom skills and classes - recoded in Kotlin
20 stars 4 forks source link

[Feature] Skill Bar Enchancements/Changes #26

Open VHSR opened 5 years ago

VHSR commented 5 years ago

So i have a couple ideas for the skillbar that might improve it alot

  1. Singletype/Lockedtype Slots Option to lock a single type to a certain slot in the skillbar to prevent players from selecting the same type too much Example: layout: 1: skill: true locked: false locktype: true type: projectile (requires locktype to be true)

  2. Item changes Option to change the item on the cast slot when it enters in cooldown or finishes it's current cooldown

Example: empty-icon: material: PUMPKIN_SEEDS data: 0 text: &7Unassigned

cooldown-icon: material: COAL data: 0 text: &7In Cooldown...

endcooldown-icon: material: EMERALD data: 0 text: &aSkill Ready