handlers.simple-handler.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Pouvoir Show documentation
Show all versions of Pouvoir Show documentation
Bukkit Script Engine Plugin.
custom-handler:
triggers: [ async player chat ]
when:
- if: "'check &player name == 'Glom_'"
goto: main1
- else: main
functions:
main: |-
tell &player 你说话了! - 爱来自 plugins/Pouvoir/handlers/simple-handler.yml
main1: |-
tell &player Glom说话了!
© 2015 - 2024 Weber Informatics LLC | Privacy Policy