StaffModLib
  • Welcome
  • Get started
  • Create a staff mod
    • Simple staff mod
    • Configurable staff mod
    • Pageable staff mod
  • Other
    • Handle player data
    • Custom events
Powered by GitBook
On this page
  • Different types of staff mods
  • Simple staff mod
  • Configurable staff mod
  • Advanced staff mod

Was this helpful?

Get started

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

PreviousWelcomeNextSimple staff mod

Last updated 4 years ago

Was this helpful?

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 :

Advanced staff mod

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

Example of project :

Simple staff mod
Get started
https://github.com/Syr0ws/ConfigurableStaffModExample
https://github.com/Syr0ws/AdvancedStaffModExample
Get started