EssentialsX

EssentialsX

2M Downloads

Multiple difficulties with /butcher

SlimeDog opened this issue ยท 2 comments

commented

Information

>ess version
[10:40:26 INFO]: CONSOLE issued server command: /ess version
[10:40:26 INFO]: Server version: 1.12.2-R0.1-SNAPSHOT git-Spigot-b6ecf3b-9060bfa (MC: 1.12.2)
[10:40:26 INFO]: EssentialsX version: 2.15.0.1
[10:40:26 INFO]: LuckPerms version: 4.1.63
[10:40:26 INFO]: Vault version: 1.5.6-b49
[10:40:26 INFO]: EssentialsXChat version: 2.15.0.1

Details

  • Wiki documentation lists /butcher as an alias for /remove but the command parameters are different. In practice, /remove uses the documented parameters, but /butcher uses flag parameters.
remove
<command> all|tamed|named|drops|arrows|boats|minecarts|xp|paintings|itemframes|endercrystals|monsters|animals|ambient|mobs|[mobType]
  • Using the documented parameters with /butcher yields error messages.
  • /help butcher yields the new flag parameters.
>help remove
[10:46:59 INFO]: --------- Help: /remove -------------------------
[10:46:59 INFO]: Usage: <type> <radius>
>help butcher
[10:47:08 INFO]: --------- Help: /butcher ------------------------
[10:47:08 INFO]: Usage: [radius]
[10:47:08 INFO]: Kills nearby mobs, based on radius, if none is given uses default in configuration.
[10:47:08 INFO]: Flags:
[10:47:08 INFO]: -p also kills pets.
[10:47:08 INFO]: -n also kills NPCs.
[10:47:08 INFO]: -g also kills Golems.
[10:47:08 INFO]: -a also kills animals.
[10:47:08 INFO]: -b also kills ambient mobs.
[10:47:08 INFO]: -t also kills mobs with name tags.
[10:47:08 INFO]: -f compounds all previous flags.
[10:47:08 INFO]: -r also destroys armor stands.
[10:47:08 INFO]: -l currently does nothing.
  • It does not appear possible to remove dropped items with /butcher. /remove marks them for removal.
  • I find nothing in config.yml that refers to remove or butcher default mobs. Perhaps I missed it. config.yml is up-to-date.
[10:47:08 INFO]: Kills nearby mobs, based on radius, if none is given uses default in configuration. ```
commented
commented

Ah. That explains it. I guess I could have tried /essentials:butcher to get closer to that insight. Thanks.