Use /mythicmobs instead of /mm

This commit is contained in:
Daniel Saukel 2016-04-29 21:54:25 +02:00
parent 394080da34
commit 8cbbe09265
2 changed files with 2 additions and 2 deletions

View File

@ -79,5 +79,5 @@ Supported.
* Towny
* Corpses
Many incompatibilities can be fixed with [PerWorldPlugins](http://dev.bukkit.org/bukkit-plugins/perworldplugins/) ([fork for 1.8+](http://dev.bukkit.org/bukkit-plugins/perworldplugins-1-8/)).
Many incompatibilities can be fixed with [PerWorldPlugins](http://dev.bukkit.org/bukkit-plugins/perworldplugins/) ([fork for 1.8+](https://www.spigotmc.org/resources/perworldplugins-unofficial-update-version.6454/)).
Try to add the incompatible plugins only to the worlds where you need them.

View File

@ -46,7 +46,7 @@ public class MythicMobSpawnTask extends BukkitRunnable {
double y = sign.getSpawnLocation().getY();
double z = sign.getSpawnLocation().getZ();
String command = "mm mobs spawn " + sign.getMob() + " 1 DXL_Game_" + gameWorld.getId() + "," + x + "," + y + "," + z;
String command = "mythicmobs mobs spawn " + sign.getMob() + " 1 DXL_Game_" + gameWorld.getId() + "," + x + "," + y + "," + z;
Bukkit.getServer().dispatchCommand(Bukkit.getServer().getConsoleSender(), command);
sign.setMythicMobs();