RPG Core
Official compatibility
| Element | Reference |
|---|---|
TypeWriter | Required. Use the official TypeWriter release supported by the extension release. |
| Related extensions | Install the related extensions listed on this page before using entries that depend on them. |
The RPG Core Extension allows you to build deep, interconnected progression systems. From creating custom professions to managing complex player stats and a global Auction House.
Features
- Profession Engine — Infinite custom professions.
- Attributes — Custom stats (Wisdom, Agility).
- Auction House — Player marketplace.
- Custom Items — NBT-rich items with dynamic stats.
- Smart Inventory — Virtual storage systems.
- Loot Tables — Complex drop tables.
- Global Level — Profession-based progression.
Entries
- Actions — Manage Items: Give/Remove items. Profession XP: Grant experience. Reward Menu: Selectable rewards.
- Artifacts — Player Data: Stats & resources. Professions: Progress tracking. Marketplace: Listings DB.
User guide
- 1. Create Storage — Add artifact entries to persist data: player_state, profession_data. → player_state → profession_data
- 2. Trigger Actions — Use action entries to interact with the extension: give_item, profession_xp, quest_reward_menu. Trigger them from commands, NPCs, events, or other entries. → give_item → profession_xp
Commands
Command List
| Command | Permission | Description |
|---|---|---|
/rpgauction | None | Open Auction House. |
/rpgprofession | admin | Manage professions. |
/rpgitem | admin | Give custom items. |
/rpgstat | admin | Modify stats. |
Placeholders
List
%typewriter_profession_<id>_level%%typewriter_stat_<id>%%typewriter_item_count_<id>%%typewriter_global_level%%typewriter_global_experience%
Permissions
No custom permissions. All access is controlled through Typewriter's entry-level system.
Dependencies
| Extension | Required | Usage |
|---|---|---|
| GUI Extension | Required | RPG menus and GUIs. |
| PlaceholderAPI | Optional | For @Placeholder fields. |
Troubleshooting
The extension is not visible
Check that the installed release matches the supported TypeWriter release and that the related extensions listed in the compatibility section are present.
An entry is missing
In the Typewriter Web panel, use the Search bar or the + button to find or create the entry with its exact identifier. Entry IDs and field names are case-sensitive; do not translate them.
The entry saves but nothing happens
Check that the entry is connected to the trigger, command, objective, event, or menu interaction required by its type. Test with optional permissions and criteria removed, then add them back one at a time.
An integration does not work
Verify the dependency and version shown in the extension card, then check the server log for the first error. Do not replace a missing dependency with a similarly named plugin unless the extension source explicitly supports it.