- MySQL support [DONE]
- Require Level to execute X ability added [DONE]
- Random Race Command [DONE] /races set [{randomRace}/{randomClass}] [player]
- Improved Auto Tab [DONE]
- Fix typo from LuckGoo to LuckyGoo inside MRPremiumAddons [DONE]
- Improved Base Mythical Race Optimization [DONE]
- Fix EXTRADMG bug not working [DONE]
- Command to display sub races in a list [DONE]
Fixed DEATHEVENT not being able to execute multiple times within the abilities [DONE]
Leaderboard Placeholders [DONE]
Note about a couple things about this version, you will need to add a few things to config, such as
Adding
Code (YAML):
displaySubs
: '&aThe sub-evolutions of the race or class is
:
{races/classes
}'
^ This to the messages at the bottom of the configuration inside your config.yml for the base MythicalRaces
You also want to add
Code (YAML):
# This feature is still experimental and, bugs may occur using MySQL
# It has been tested as much as it can be however be warned that bug may occur
# Please report them if bugs to occur
# Do note that all jar files must have the same configuration inside all the servers for the SQL to work properly
useMySQL
: false
database
: ''
username
: ''
password
: ''
^ Underneath "checkUpdates" inside your config.yml for your base, make sure these four keys are aligned properly in your "other" part of the config.yml
OR you can copy all of your races from your config.yml, delete config.yml and let it generate a new file, and then switch just the races part from your old config to the new one and restart
New commands and features will be updated in their spots accordingly on the spigot page/discord server
It is highly recommended you test this version on a separate server as a lot of storage code was changed, before putting it into production, as MySQL support is experimental