Get started

In this page, you will learn how to use the libary and how to create staff mods using it.

Different types of staff mods

StaffModLib allows developers to create different types of staff mods very easily. Indeed, you can create a very simple staff mod only in code or using a configuration file for your items. You can also create a pagination system for staff mods with more than 9 items.

Simple staff mod

Learn to create a simple staff mod only in code.

Configurable staff mod

Learn to create a configurable staff mod using a configuration file.

Example of project : https://github.com/Syr0ws/ConfigurableStaffModExample

Advanced staff mod

Learn to create an advanced staff mod which can be configured and with a pagination system.

Example of project : https://github.com/Syr0ws/AdvancedStaffModExample

Last updated