MythicRPG - Spells, Classes, Professions, & More!

MythicRPG - Spells, Classes, Professions, & More! v0.1.0

You do not have access to download Development Builds!

You do not have access to Development Builds!
These builds require purchasing the product. Help the dev team continue providing new features, bug fixes, and more by supplying them with caffeine!

»
Fixed NullPointerException with MythicHUD quickcast bar when logging out
Build 93 ·
»
Added MySQL Support, needs testing. do not use this build on a live server

Configured in `MythicMobs/configs/config-rpg.yml`
Build 92 ·
»
Fixed custom menus causing plugin to not load in certain situations
Build 91 ·
»
- Added Multi-profile support
- Added `/rpg profile set` command
- Added `/rpg profile delete` command
- Added `setActiveProfile` mechanic
- Added conditional buttons for custom menus
```
CONDITIONAL_BUTTON:
Mapping: C
Conditional:
- Conditions:
- night
Material: BLACK_CONCRETE
Display: 'Night'
Skills:
- message{m="night"} @self
Material: YELLOW_CONCRETE
Display: 'Day'
Skills:
- message{m="day"} @self
```
if a condition is met, that icon will be rendered instead. the base icon is used as the fallback.
Build 90 ·
»
Added `archetype_display_[type]` papi placeholder

Added `Category` for archetypes, allowing another way to categorize them without grouping them

Added `hasArchetypesInCategory{category=X;amount=>0}` condition

Cleaned up some profile stuff

Group and Category now default to the archetype's name instead of `CLASS`
Build 89 ·
Top