Features: Optimized code
Radius and chunk stack methods
Don't use runnables
Improved performance for long term
Blacklist entities and worlds (Optional)
CustomNames (Optional)
SubCommands:
Entities:
Custom types for others entities
. You can
translate this to
spanish or
other languages!:
Performance:
DEFAULT spigot.yml, server.propeties, bukkit.yml and paper.yml
blacklist-entities: # Default settings to prevent some bugs in survival
- "VILLAGER" # Trades in villages
- "GUARDIAN" # Errors with ocean monument
- "ARMOR_STAND" # Prevent stack of custom armorstands
blacklist-worlds:
- "world"
# Chunk method: Get all entities in one chunk
# Radius method: Get all entities in radius
methods:
radius: true # If this is disable, the plugin uses chunk method
radius:
x: 20
y: 10
z: 20
customname:
enable-performance-name: false # Disable customname and languages but HEAVY reduce cpu usage.
name: "&e%TYPE% &7- &8(&7x&f%AMOUNT%&8)"
# This uses more ram and cpu but is more customizable
# If this is disable the types are alredy in english
enable-custom-types: false
language: "es" # Set this in "other" for select other language
Languages
Code (Text):
BAT: &8Murciélago
BLAZE: &eBlaze
CAVE_SPIDER: &5Araña de cueva
CHICKEN: &fGallina
COW: &6Vaca
CREEPER: &aCreeper
ENDER_DRAGON: &5&lDragón del end
ENDERMAN: &5Enderman
ENDERMITE: &dEndermite
GHAST: &fGhast
GIANT: &5&lGigante
GUARDIAN: &bGuardián
HORSE: &eCaballo
IRON_GOLEM: &f&lGolem de hierro
MAGMA_CUBE: &cSlime de magma
MUSHROOM_COW: &cVaca de champiñones
OCELOT: &eOcelote
PIG: &dCerdo
PIG_ZOMBIE: &2Cerdo zombie
RABBIT: &fConejo
SHEEP: &fOveja
SILVERFISH: &7Pez de hierro
SKELETON: &fEsqueleto
SLIME: &aSlime
SNOWMAN: &fHombre de nieve
SPIDER: &8Araña
SQUID: &1Calamar
VILLAGER: &6Aldeano
WITCH: &dBruja
WITHER: &8Wither
WOLF: &fLobo
Code (Text):
# You can edit this yml file if you language isn't avaible
#
# Types:
# 1.8: https://helpch.at/docs/1.8/index.html?org/bukkit/entity/EntityType.html
# 1.9: https://helpch.at/docs/1.9/org/bukkit/entity/EntityType.html
# 1.11: https://helpch.at/docs/1.11/index.html?org/bukkit/entity/EntityType.html
# 1.12: https://helpch.at/docs/1.12.2/org/bukkit/entity/EntityType.html
# 1.13: https://helpch.at/docs/1.13.1/org/bukkit/entity/EntityType.html
# 1.14: https://helpch.at/docs/1.14/index.html?org/bukkit/entity/EntityType.html
# 1.15: https://helpch.at/docs/1.15/org/bukkit/entity/EntityType.html
# 1.16: https://jd.papermc.io/paper/1.16/org/bukkit/entity/EntityType.html
# 1.17: https://jd.papermc.io/paper/1.17/org/bukkit/entity/EntityType.html
# 1.18: https://jd.papermc.io/paper/1.18/org/bukkit/entity/EntityType.html
# 1.19: https://helpch.at/docs/1.19.1/org/bukkit/entity/class-use/EntityType.html
#
# You only can add creature entities. Example: The entity BOAT isn't works
# Please see "es.txt" to follow the sintaxis
#
# Format: EntityType: CustomName
# CHICKEN: &fChicken