That is all. Contact me on skype at TemmieTheTemmoXD
Up to 8$May I ask your budget?
package com.kthisiscvpv;
import org.bukkit.Bukkit;
import org.bukkit.entity.EntityType;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.entity.CreatureSpawnEvent;
import org.bukkit.event.entity.CreatureSpawnEvent.SpawnReason;
import org.bukkit.plugin.java.JavaPlugin;
public class NoMagmaSplit extends JavaPlugin implements Listener {
public void onEnable() {
Bukkit.getServer().getPluginManager().registerEvents(this, this);
}
@EventHandler
public void onSpawn(CreatureSpawnEvent evt) {
if (evt.getSpawnReason() == SpawnReason.SLIME_SPLIT && evt.getEntityType() == EntityType.MAGMA_CUBE)
evt.setCancelled(true);
}
}

Hahah you killed me :') You just rekt him xDOh common. It's like 2 lines of code? You're going to charge $8 for that? ._.
Code:package com.kthisiscvpv; import org.bukkit.Bukkit; import org.bukkit.entity.EntityType; import org.bukkit.event.EventHandler; import org.bukkit.event.Listener; import org.bukkit.event.entity.CreatureSpawnEvent; import org.bukkit.event.entity.CreatureSpawnEvent.SpawnReason; import org.bukkit.plugin.java.JavaPlugin; public class NoMagmaSplit extends JavaPlugin implements Listener { public void onEnable() { Bukkit.getServer().getPluginManager().registerEvents(this, this); } @EventHandler public void onSpawn(CreatureSpawnEvent evt) { if (evt.getSpawnReason() == SpawnReason.SLIME_SPLIT && evt.getEntityType() == EntityType.MAGMA_CUBE) evt.setCancelled(true); } }
Download: https://www.kthisiscvpv.com/NoMagmaSplit.jar
Vouch my profile please![]()
Why would you bump a thread that's 3 days old and already solved?
I'm not mod wannabe. The last thing I want is to be staff on this website.Why would you bump a thread that's 3 days old and already solved?
Also, couldn't you have just reported the post instead of making a statement about it?
There are more staff members that could've dealt with the problem other than the 2 you've listed.
These features exist for a reason... no reason for you to try to be a mod wannabe. lol
