supported plugins - magemonkeystudio/fabled GitHub Wiki

๐Ÿงฉ Supported Plugins

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

  • 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

  • WorldGuard
    Supported via worldGuard.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
    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

  • 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

๐Ÿงพ TAB, FeatherBoard, and Scoreboards

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.


๐Ÿ”— Related Pages

โš ๏ธ **GitHub.com Fallback** โš ๏ธ