Skip to content

_Tutorial Adding to Server

Steven edited this page Aug 14, 2018 · 3 revisions

Adding a single skill

Click on the "Save Skill" button in the skill effect editor. This will download the .yml file for you.
Now just place that .yml file into the folder at
plugins > SkillAPI > dynamic > skill
See the image to the left for an example.
_______________________________

Adding a single class

Click on the "Save Class" button at the bottom when editing the class. This will download the .yml for you.
Now just place that .yml file into the folder at
plugins > SkillAPI > dynamic > class
See the image to the left for an example.
_______________________________

Adding all at once

Click on the "Backup All Data" button at the top right of the editor. This will give you two .yml files that contain the data for all skills and classes you've made.
Now just place both .yml files into the folder at
plugins > SkillAPI > dynamic
See the image to the left for an example. Overwrite existing files and make sure the names are correct.
_______________________________

Run the server

Once you've done one of the above methods, run your server and the files you copied over should load in and be available to use!

Clone this wiki locally