-
Notifications
You must be signed in to change notification settings - Fork 14
Getting Started
goflishMC edited this page Oct 22, 2024
·
3 revisions
- The item_generator module is where you make custom RPG items in game with with random stats based on class, level, etc for weapons, tools, and armor.
- Use
/itemgen create <name>to create the item. - Use
/itemgen edit <name>to edit the stats
- Use
- The custom_items module is where you make all your other items that need custom names, lore, model data, etc, but don't need special functions. Like items that would go in crafting recipes that are just ingredients that only need name, lore, etc.
- The item generator and custom items modules are only 2 of 20+ modules.
- For all other modules except the item generator module open up the modules folders on your server to create your custom items for those modules.