Getting Started

Here's how you can setup your very own level system!

Editing files

You can edit internal files of the plugin in your desired editor. There are no commands, GUI or any other way to edit the files. You can find the files in the plugins/CyberLevels folder. Your main focus will be the config.yml file. It contains all the settings you need to configure the plugin. You can find more information about the settings in the Configuration wiki page.

Level system

The system is based on the requirements to reach the next level. You can set the requirements in the levels.yml file. You can set any requirement on any level and any amount of exp to reach the next level. If you want to automatizate requirements of the same formula, you can edit general-formula. You can find more information about the settings in the Levels wiki page.

Getting EXP based on events

Events are the main source of EXP. Based on your setting, players can get desired amount of EXP for each event. It is also possible to create an interval to generate random EXP between two numbers. Set the amount of EXP in the earn-exp.yml file.

There’s also a multiplier option on different blocks, mobs and even player’s permission. The customisation is endless. You can find more information about the settings in the Events wiki page.

You can’t create new events nor add events from third party plugins. If you’re looking for supporting your plugin, please contact us on Discord.


Getting Started
Frequently Asked Questions