MMOItems 6.2.0

- The previous crafting system is back! Horray for the recipe book! This
also fixes a lot of issues with crafting if you aren't using amounts. If
you used the amount system, please refresh your config.yml and enable it
there.
- Fixed the Diamond Sword bug. You know... The one that made all your
items turn into Diamond Swords...
- Performance boosted the ItemUse class. This should fix some major lag
caused by MMOItems.
- Added '/mmoitems reload all' command!
This commit is contained in:
ASangarin 2020-09-22 20:38:48 +02:00
parent fdbd2cf344
commit 6fdf93ab21

View File

@ -89,6 +89,10 @@ import net.mmogroup.mmolib.api.player.MMOPlayerData;
import net.mmogroup.mmolib.version.SpigotPlugin;
public class MMOItems extends JavaPlugin {
/* Introducing: The commit comment!
* Just change this a tiny bit each time you
* need to push a new build. It's convenient!
*/
public static MMOItems plugin;
private final PluginUpdateManager pluginUpdateManager = new PluginUpdateManager();