mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-01-08 07:27:39 +01:00
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:
parent
fdbd2cf344
commit
6fdf93ab21
@ -89,6 +89,10 @@ import net.mmogroup.mmolib.api.player.MMOPlayerData;
|
|||||||
import net.mmogroup.mmolib.version.SpigotPlugin;
|
import net.mmogroup.mmolib.version.SpigotPlugin;
|
||||||
|
|
||||||
public class MMOItems extends JavaPlugin {
|
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;
|
public static MMOItems plugin;
|
||||||
|
|
||||||
private final PluginUpdateManager pluginUpdateManager = new PluginUpdateManager();
|
private final PluginUpdateManager pluginUpdateManager = new PluginUpdateManager();
|
||||||
|
Loading…
Reference in New Issue
Block a user