Get started
In this page, you will learn how to use the libary and how to create staff mods using it.
Last updated
Was this helpful?
In this page, you will learn how to use the libary and how to create staff mods using it.
Last updated
Was this helpful?
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.
Learn to create a simple staff mod only in code.
Learn to create a configurable staff mod using a configuration file.
Example of project : https://github.com/Syr0ws/ConfigurableStaffModExample
Learn to create an advanced staff mod which can be configured and with a pagination system.
Example of project : https://github.com/Syr0ws/AdvancedStaffModExample