EntityManager
EntityManager
Links
- Download
- Permissions
- Source code
- Please submit suggestions, I love updating this project :)
Commands
- /em reload - Reloads plugin (v5.0 and up)
- /em dump - Generates plugin memory dump (v5.6 and up)
Installation
- Drag and drop the .jar into the plugins directory and restart the server.
General
- Powerful: EntityManager supports a wide range of entity management functionality
- Multi-World: A config file is generated for every world on your server!
- Permissions: Config settings can be overridden by players with permission!
- Logging: Console, player, and admins alerts keep your staff aware!
Mob Management
- Prevent any or all mobs from spawning, or prevent a spawn reason entirely
- Supports "meta", you can block baby zombies and or villager zombies, along with other baby animals too
- Example: 'cow:baby', 'zombie:baby', 'zombie:villager', 'zombie:baby:villager'
Weather and Time control
- Set the time for any world to a specific time and it will always stay that time there
- Settings for permanently disabling thunder and or rain.
Potion Management
- Prevent any potion from being thrown and/or dispensed
- (NEW) Support Minecraft 1.9+
- Works with Potions, Splash Potions, and Lingering Potions
- Use wildcards to block any class of potions easily!
- (NEW) Use PotionManager to modify potion intensity (which determines potion duration)
Dispenser Management
- Easily block any item from being dispensed
- Supports blocking specific potions
Enchantment Management
- Ability to block certain players from enchanting items
- Supports anvils as well as enchantment tables
Experience Management
- Disable experience orbs and/or items from mobs generated from spawners.
- Enforce XP retention when players die.
Spawn Egg Management
- Easily limit who can use (a list of all) spawn eggs
- Option to disable all, then you can manually allow group access via permissions :)
Support
- Contact me for support using [email protected]
Please add an option to stop both the Dropper and Dispenser from creating any entities...
@QuAd205
I'd prefer a ticket, but i'll work on a release shortly.
@SanCarlo
You need Java 7
when is the potions control going to be added? i want this plugin just for that the rest is an added bonus
Still have this problem, does anybody know whats the reason?
Everything is working great on 1.5 , but it would be nice to have the new things added (tnt carts)
The latest version does not recognize TNT Minecarts for blocked dispensed items!
Ok, sry so its a problem with my server, can you see the problem (Wrong Java Version?):
2013-03-25 22:22:10 [SEVERE] Could not load 'plugins/EntityManager.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: net/milkycraft/em/EntityManager : Unsupported major.minor version 51.0 at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:184) at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230) at org.bukkit.craftbukkit.v1_5_R2.CraftServer.loadPlugins(CraftServer.java:239) at org.bukkit.craftbukkit.v1_5_R2.CraftServer.<init>(CraftServer.java:217) at net.minecraft.server.v1_5_R2.PlayerList.<init>(PlayerList.java:56) at net.minecraft.server.v1_5_R2.DedicatedPlayerList.<init>(SourceFile:11) at net.minecraft.server.v1_5_R2.DedicatedServer.init(DedicatedServer.java:105) at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:381) at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573) Caused by: java.lang.UnsupportedClassVersionError: net/milkycraft/em/EntityManager : Unsupported major.minor version 51.0 at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:634) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) at java.net.URLClassLoader.defineClass(URLClassLoader.java:277) at java.net.URLClassLoader.access$000(URLClassLoader.java:73) at java.net.URLClassLoader$1.run(URLClassLoader.java:212) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:205) at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:80) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53) at java.lang.ClassLoader.loadClass(ClassLoader.java:321) at java.lang.ClassLoader.loadClass(ClassLoader.java:266) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:334) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:264) at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:173) ... 9 more
@SanCarlo
What needs to be be updated...? It should work on 1.5 without any issues
How long will it take to update the Plugin. I really need this.
SanCarlo
@Kartikitrak
Functionality is not added yet, but since you've asked I'll be working on it ;)
Hey! How can you make it so only certain items in the inventory get dropped. I have a pvp server that offers free gold armour. I don't want gold armour to be dropped. Everything else can be dropped.
@Azergagash
In the latest version you cannot, however I wrote the code for that last night. Just working out the bugs. It doesn't let you block splash potions because of some issue with bukkit, so I'll have to work around that.
Thanks for this plugin @imilkywayz and @Mitsugaru. For those of us who consider mob grinders to be overpowered this is a great help. Keep up the good work.
How do I block certain potions? I tried using their ID's but nothing happened.
Thanks for the quick reply! Loving the plugin so far, by the way. It's keeping our creative worlds clean and I don't need to go around spamming butcher anymore :D
@Remi_Scarlet
The official permission is "entitymanager.spawn." + type.toString().toLowerCase())
For example:
You must use the names from http://jd.bukkit.org/rb/apidocs/org/bukkit/entity/EntityType.html
Hi! Could you add, if you haven't already, a permission for bypassing monster egg blocking? You don't seem to have it listed under the permission page.
@Nistune1
Thanks for the feedback, if you need anything fine tuned just make a ticket or post a comment :D
Sorry I forgot to reply. I ended up finding the list after posting the other day, I would really suggesting posting that on the config page somewhere. So far everything is working, including the water_bucket from dispensers. It even blocks people from eating certain things.
So far I like this version much better! Just the initial setup was frustrating when finding all of the right names etc.