MMO Core
- Voxel Store — Available on the BTC Studio Voxel store.
The MMOCore Extension integrates MMOCore RPG framework, enabling complex interactions with player stats, professions, skill trees, and social groups.
Features
- RPG Stats — Read/manipulate Mana, Stamina, Health.
- Classes — Track profession and class levels.
- Waypoints — Control discovery and teleportation.
- Skills — Monitor casting and cooldowns.
Architecture
Entries
- Actions — Warp: Teleport to waypoint. Give Exp: Grant experience tokens. Unlock: Discover locations. Lock: Restrict waypoint access. Skill State: Exit casting mode.
- Facts & Groups — Class Levels: Check levels. Skill Tree: Check node status. Guild Stats: Member info. Player Count: Group size check. Party Group: Multi-player tasks. Guild Group: Team-based events.
- Objectives — Profession: Achieve level milestone. Skill Cast: Perform specific ability. Profession Exp: Gain experience milestones.
Quick Start
- 1. Trigger Actions — Use action entries to interact with the extension: warp_waypoint, add_profession_experience, unlock_waypoint. Trigger them from commands, NPCs, events, or other entries. → warp_waypoint → add_profession_experience
Dependencies
| Extension | Required | Usage |
|---|---|---|
| MMOItems Extension | Required | Custom items integration. |
| PlaceholderAPI | Optional | For @Placeholder fields. |