Skip to main content

Commands and Permissions

CommandDescriptionPermission
/ecomobs reloadReloads the pluginecomobs.command.reload
/ecomobs spawn <mob> [x] [y] [z] [world]Spawns the EcoMobsecomobs.command.spawn
/ecomobs give <player> <mob>Give the player an EcoMob spawn eggecomobs.command.give
/ecomobs import <id>Import a mob from lrcdbecomobs.command.import
/ecomobs export <id>Export a mob to lrcdbecomobs.command.export

Spawner Commands

CommandDescriptionPermission
/ecomobs spawner give <player> <mob> [amount] [attributes...]Give spawner items to a player, with optional attribute customizationecomobs.command.spawner.give
/ecomobs spawner modify <attribute> [value...]Modify attributes on a held spawner item or targeted spawner block (player only)ecomobs.command.spawner.modify

To modify a placed spawner, look at a spawner within 5 blocks and run the modify command.

Spawner Attributes

Both the give and modify commands accept the following attributes:

AttributeValue(s)DescriptionModify Permission
mob<mobId>The mob type the spawner spawnsecomobs.command.spawner.modify.mob
delay<min> <max>Spawn delay range in ticksecomobs.command.spawner.modify.delay
radius<value>Spawn radius in blocks (min 1)ecomobs.command.spawner.modify.radius
player-radius<value>Required player proximity in blocks (min 1)ecomobs.command.spawner.modify.player-radius
count<value>Number of entities to spawn per cycle (min 1)ecomobs.command.spawner.modify.count
max-nearby<value>Maximum nearby entities before suppressing (min 1)ecomobs.command.spawner.modify.max-nearby
pickupallow | silk_touch | denyHow players can pick up the spawnerecomobs.command.spawner.modify.pickup
particlenone | <animation_name>Particle animation displayed by the spawnerecomobs.command.spawner.modify.particle
explosion-prooftrue | falseWhether the spawner survives explosionsecomobs.command.spawner.modify.explosion-proof

Additional Permissions

These permissions are not tied to commands but control player interactions with spawners:

PermissionDescription
ecomobs.spawner.pickupAllows picking up spawners when the pickup mode is set to allow
ecomobs.spawner.pickup.silktouchAllows picking up spawners with Silk Touch when pickup mode is silk_touch