libreforge triggers

MythicTotem added those triggers to libreforge plugin. You can use them at EcoEnchants, EcoSkills... plugin that using libreforge effect system.

You need enable register-libreforge option in config.yml file to use this feature!

libreforge is required, this plugin is built-in for eco-style plugins, like EcoEnchants, EcoJobs, EcoSkills...

Totem Actived

Called when one totem actived.

triggers:
  - totem_actived

You can use text filter to specified which totem can be called.

triggers:
  - totem_actived
filters:
  text: 
    - "TestTotem"
    - "TotemID2"

Last updated