supported plugins - magemonkeystudio/fabled GitHub Wiki
Fabled supports several third-party plugins to enhance compatibility and gameplay. These plugins are not developed specifically for Fabled, but integrate through APIs or general plugin features.
If you're looking for plugins made specifically for Fabled, see:
๐ Addon Plugins
-
PlaceholderAPI
Lets you display Fabled data (class, level, mana, skill names, etc.) in other plugins like:- TAB
- FeatherBoard
- DeluxeMenus
- Scoreboards
See PlaceholderAPI Placeholders for a full list of usable placeholders.
-
WorldGuard
Supported viaworldGuard.yml
to restrict or allow:- Skill usage in specific regions
- Experience gain in certain zones
This makes it easy to create safe zones, PvP-free regions, or training areas.
-
MythicMobs
MythicMobs can be used with Fabled classes and skills to:- Trigger Fabled skills from MythicMobs events
- Give mobs class-like mechanics
- Enhance boss fights with RPG-style abilities
Some server owners use Fabled skills to simulate mob abilities or scaling.
Fabled Skill Example:
Dummy:
Type: ZOMBIE
Display: 'Dummy'
Skills:
- skill{s=BasicMeleeAttack} @Target ~onAttack 0.5
Called Skill:
BasicMeleeAttack:
Skills:
- cancelevent
- command{c="class mobcast <mob.uuid> basis_melee_attack"} @Target
-
Citizens
Allows creation of scripted NPCs. While not directly integrated, Citizens can:- Run
/class
,/skill
, or other Fabled commands via traits or scripts - Act as trainers, quest givers, or class vendors
- Run
Both support PlaceholderAPI and can show:
- Player class
- Level
- Attributes
- Mana
- Skill bar data
These make it easy to create dynamic HUDs for RPG tracking.