CobblemonNPCUtils
A Fabric server mod that enhances the functionality of working with Cobblemon NPCs by adding useful utilities!
Main Features
- Item presets with 4 related Molang functions
- Location presets with 1 related Molang function
- 4 economic Molang functions for working with in-game currency
Installation
- Download the latest version of the mod
- Install all required dependencies:
- Fabric Language Kotlin
- Fabric Permissions API
- Cobblemon
- Place the mod and dependencies in your server's
modsfolder - Configure the configuration files in the
./config/cobblemonnpcutils/directory
Commands and Permissions
| Command | Description | Permission |
|---|---|---|
/npcutils reload |
Reloads the mod | cobblemonnpcutils.command.reload |
/npcutils location create <id> |
Creates a location preset with the specified ID | cobblemonnpcutils.command.location |
/npcutils location delete <id> |
Deletes a location preset | cobblemonnpcutils.command.location |
/npcutils location teleport <id> |
Teleports to the specified location | cobblemonnpcutils.command.location |
/npcutils item create <id> |
Creates an item preset from your hand | cobblemonnpcutils.command.item |
/npcutils item delete <id> |
Deletes an item preset | cobblemonnpcutils.command.item |
/npcutils item give <id> |
Gives yourself the specified item (debugging) | cobblemonnpcutils.command.item |
/npcutils item take <id> [amount] |
Takes items from inventory (debugging) | cobblemonnpcutils.command.item |
/npcutils item count <id> |
Counts items in inventory (debugging) | cobblemonnpcutils.command.item |
Planned Features
Suggestions for new functionality are welcome!
Support
Support community is available for all Skies Development projects! Join to ask questions and leave suggestions.