This plugin allows the server owner to control how many entity can be spawned in a chunk (or a plot if you're using a plot plugin).
If your server faces a problem with players spawning too many entities (mobs/animals), you can control the spawning with this plugin.
You can set the maximum spawn number per chunk/plot for each entity type.
If you have plot plugin on your server such as:
you can use the entity limit per plot.
You can find the types of entities at https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html
Commands:
Permission Node:
You just need to install EntityControl.jar in the plugins folder.
Dependency:
You do not need these plugins but if you have one EntityContol's plot support can be turned on :
Code (Text):
Messages:
ErrorMsg : "&c[EC] : Some error occured."
EnoughEntity: "&a[EC] : There are enough entity of %type% type in this chunk!"
HelpMessages:
banner:
msg: "=== &e[&aEntityControl Commands List (%version%)&e] &r==="
help:
msg: "&a/ectl help : displays this help menu."
reload:
msg: "&a/ectl reload : reloads config file."
permission: "entitycontrol.reload"
debug:
msg: "&a/ectl debug <true|false> : turn on / off the debug mode."
permission: "entitycontrol.debug"
setlimit:
msg: "&a/ectl setlimit <entity_name> <max_number> : Sets the maximum number of the specified entity can be spawned in the chunk/plot."
permission: "entitycontrol.list.modify"
list:
msg: "&a/ectl list <entity_name> : Lists the current limit of the specified entity."
permission: "entitycontrol.list"
#
#
# if you wish to use plot instead of chunk
PlotSupport: false
#
# if you this is set to positive value, ghast and pigzombies will not spawn
# above this hight.
HightLimits: -1
#
# if the number is -1, no ristriction is placed
#
# you can find the type of entity at https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html
EntityLimits:
VILLAGER: 10
CHICKEN: 10
OCELOT: -1
License:
If your server faces a problem with players spawning too many entities (mobs/animals), you can control the spawning with this plugin.
You can set the maximum spawn number per chunk/plot for each entity type.
If you have plot plugin on your server such as:
- Plotz
- PlotMe
- PlotSquared
you can use the entity limit per plot.
You can find the types of entities at https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html
Commands:
- /ectl | /ectl help : displays the help menu
- /ectl setlimit <entity_name> <max_num> : Sets the maximum number of the specified entity can be spawned in the chunk/plot.
- /ectl list <entity_name> : Lists the current limit of the specified entity.
Permission Node:
- entitycontrol.list.modify : allows you to use /ectl setlimit command.
- entitycontrol.list : allows you to use /ectl list command.
You just need to install EntityControl.jar in the plugins folder.
Dependency:
You do not need these plugins but if you have one EntityContol's plot support can be turned on :
- Plotz
- PlotMe
- PlotSquared
Code (Text):
Messages:
ErrorMsg : "&c[EC] : Some error occured."
EnoughEntity: "&a[EC] : There are enough entity of %type% type in this chunk!"
HelpMessages:
banner:
msg: "=== &e[&aEntityControl Commands List (%version%)&e] &r==="
help:
msg: "&a/ectl help : displays this help menu."
reload:
msg: "&a/ectl reload : reloads config file."
permission: "entitycontrol.reload"
debug:
msg: "&a/ectl debug <true|false> : turn on / off the debug mode."
permission: "entitycontrol.debug"
setlimit:
msg: "&a/ectl setlimit <entity_name> <max_number> : Sets the maximum number of the specified entity can be spawned in the chunk/plot."
permission: "entitycontrol.list.modify"
list:
msg: "&a/ectl list <entity_name> : Lists the current limit of the specified entity."
permission: "entitycontrol.list"
#
#
# if you wish to use plot instead of chunk
PlotSupport: false
#
# if you this is set to positive value, ghast and pigzombies will not spawn
# above this hight.
HightLimits: -1
#
# if the number is -1, no ristriction is placed
#
# you can find the type of entity at https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html
EntityLimits:
VILLAGER: 10
CHICKEN: 10
OCELOT: -1
License: