Custom mobs made for the WesterosCraft modpack and other ASOIAF themed experiences.
A mod for the WesterosCraft server that adds a pet manager and mount system.
/wcm)Players can own and manage pets that persist across server restarts. Each player is limited to one pet per type.
/wcm summon [type] — Summon a pet or create a new one/wcm dismiss — Despawn your active pet/wcm list — List your owned pets/wcm select <number> — Switch active pet/wcm rename <name> — Rename your active pet/wcm info — View pet details/wcm release <number> — Permanently release a pet/wcm admin give <player> <type> — Give a pet to a player/wcm admin remove <player> <number> — Remove a pet from a playerPets are immortal — they despawn instead of dying. They also despawn automatically when the owner disconnects or changes dimensions, and can be re-summoned at any time.
/mount)A simple toggle command that spawns or despawns a temporary saddled horse. Mounts are not persistent — they exist only for the current session and despawn on disconnect or dimension change.
Integrates optionally with LuckPerms. When LuckPerms is not installed, all features are available by default.
| Permission | Description |
|---|---|
westerosmobs.mount |
Use the /mount command |
westerosmobs.pet |
Use the /wcm commands |
westerosmobs.pet.<type> |
Create a specific pet type |
westerosmobs.pet.admin |
Use admin pet commands |
A config file is generated at config/westerosmobs.json on first run:
{
"mountEnabled": true,
"petEnabled": true
}
Conversation