âCreating Skills
Step 1: Basic Setup
Create a new YAML file in the skills
folder of your AdvancedSkills configuration directory. Name it after your skill, for example we will be making an Acrobatics skill - acrobatics.yml
.
Step 2: Name and Description
Step 3: Icon Configuration
Choose an icon from the Minecraft material list:
Reference the full Material List for icon options.
Step 4: Leveling System
Configure the experience curve and max level:
Step 5: Talent Integration
Link talents to your skill:
Talents are part of AdvancedSkills, you can learn more about Talents here.
Step 6: Mana Configuration
Set up mana rewards:
Step 7: Point Triggers
Define how players gain skill points:
This step utilizes both triggers and conditions:
Explore the full list of available triggers
Learn about conditions and their syntax
Reference the list of condition variables for more complex conditions
Step 8: Advanced Configuration
For more complex skills, you may need to dive deeper into the Abilities engine. This powerful system allows for the creation of custom effects, triggers, and conditions.
Refer to the Abilities Introduction for an overview of the system
Use the triggers list to create diverse activation scenarios
Implement conditions for fine-tuned control over skill activation
Step 9: Reload And Test
Now, reload the plugin to load in your new skill using /skills reload
. That's it, your skill is now ready!
Remember to test your skill thoroughly after configuration and adjust as needed for balance and performance.
Last updated