Menu

Mobs Related

Zathrus Writer

Commands allowing mobs management and spawning.


Configuration

Each of the commands may have a specific configuration options included with it. Please check commands descriptions for more details.


/cex_mob

  • Description: Allows player to spawn mobs.
  • Usage: /cex_mob \<mob>:[type] [amount]
  • Usage note: if no parameter is provided, a list of available mobs will be listed
  • Permission nodes:
  • cex.mob.spawn - Allows the player to spawn mobs
  • cex.mob.spawn.bypasslimit - Allows the player to bypass the mob spawn limit
  • Default permission: OP only
  • Aliases: mob, spawnmob
  • Location in JAR file: com/github/zathrus_writer/commandsex/commands/Command_cex_mob.class

Configuration:

# Sets a limit for how many mobs can be spawned at once (0 disables limit - NOT RECOMMENDED)
spawnMobLimit: 20

/cex_spawner

  • Description: Changes which type a mob a spawner will spawn.
  • Usage: /cex_mob <mob name=""></mob>
  • Usage note: if no parameter is provided, a list of available mobs will be listed
  • Permission nodes: cex.spawner
  • Default permission: OP only
  • Aliases: spawner, mobspawner
  • Location in JAR file: com/github/zathrus_writer/commandsex/commands/Command_cex_spawner.class

/cex_butcher

  • Description: Kills all nearby mobs with the option of LIGHTNING
  • Usage: /cex_butcher [radius] [mob] [-l]
  • Usage note: if no parameter is provided, a list of available mobs will be listed
  • Permission nodes: cex.butcher
  • Default permission: OP only
  • Aliases: butcher
  • Location in JAR file: com/github/zathrus_writer/commandsex/commands/Command_cex_butcher.class

Configuration:

# The default radius for the /butcher command when no radius is specified
butcherDefaultRadius: 5

Related

Wiki: CommandsEX CraftBukkit plugin Wiki

MongoDB Logo MongoDB