👽Entities

Here I will explain how to create entities rewards.

My plugin allows you to create entities rewards with a custom name, this allows you to create different rewards if the player meets certain conditions

https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/EntityType.htmlarrow-up-right

Example

Kill:
  entities:
    example_mob1:
      type: ZOMBIE
      actions:
      - 'send_message: -1 Zombie'

Last updated