⭐️ Mythical Races Engine (Premium) ⭐️ 1.21.4+ ⭐️

MC Plugin ⭐️ Mythical Races Engine (Premium) ⭐️ 1.21.4+ ⭐️ 2.7.3-SE-V1
A flexible, advanced plugin with races, abilities, potion effects, attributes, and classes

Bug Fixes:

  • Patched console log errors when players hit citizen NPC's and the plugin attempts to grab their class/race
New Features:

  • N/A
Configuration Changes:

  • N/A
All new change logs from now on, will follow this format

Bug Fixes:

  • Fixed issue where dragon health was 0 at night
  • Fixed config typo in default dragon race
  • Fixed levels crossing over into other races/classes
  • Fixed tree slot config typos inside of classes.yml
  • Fixed levels/xp not saving correctly when the player leaves when MySQL is not being used
  • Fixed HEX colours not being able to be used within sub classes (/tree) specifically
  • Fixed config typos of classes level requirements back to 0 for all base classes
New Features:
  • Added PLAYERJOINEVENT to CUSTOMABILITY
Configuration Changes:
  • Users may want to delete their classes.yml and let it generate a new file (only if using default classes)
  • Users may want to delete their config.yml and let it generate a new file (only if using default races)
  • No config reset needed unless only using the default configurations
- Patched when switching classes you retain the attributes from the previous class
- Patched a small config typo
Please read the changelog before this changelog

Added RESTRICTITEMFROMINVENTORY
- Supports custom model IDs
Added HASITEMINVENTORY to CUSTOMABILITY
- If the player has X item, then execute ability
- Supports custom model IDs

Added the ability to specify custom model ID's in certain RESTRICT abilities

Comments and wiki will be updated accordingly
Random placeholders inside a command
Example
ability = '/effect give Korbsti rand(Speed, Strength, Haste)' - means rand([items]) can be either Speed, Strength or Haste, each one has a 1/3 chance, you can add more random 'items' inside of the rand, as long as it has ', {itemname}' after another item

RIGHTCLICKBLOCKHAND event for CUSTOMABILITY [DONE]
DEATHEVENTCAUSECANCEL event for CUSTOMABILITY [DONE]
Config options to disable the forward and backwards clicks/items [DONE]
PASSIVE event custom ability [DONE]

Added a folder called 'abilities' where inside the folder you can create abilities and then call that custom ability inside the config folder, for ease of use to read the abilities/and its more organized - please read the updated config for more information

Denoted as, 'LOAD={ability file name}'

Inside of your BASE mythical races (config.yml), please add the following piece of information inside of your 'other' category, below backwardClickDisplay
- Patched a bug with the right click air consume where the later "cmd" would consume another item
Top Bottom