Zen Triggers
Warning: Version 1.0.1 completely breaks compatibility with scripts created for version 1.0.0. However, it's worth noting that any functionality available in the previous version can be easily implemented using CraftTweaker's standard event system.
What is this mod?
Zen Triggers provides developers and pack creators with a set of special methods for CraftTweaker, allowing them to create unique scenarios and events that trigger under specific in-game conditions.
Imagine the possibilities, such as:
- Setting up instant player death when picking up a diamond sword
- Automatically giving players bread upon entering the End
- Or creating any other custom triggers for your specific needs
A Bit of History
Interesting fact: this mod was developed before I learned about the existence of CraftTweaker's own event system, which actually offers even more capabilities than my implementation.
Future Plans
Most likely, in future updates, the mod will be expanded to work with additional Forge events through anonymous functions, similar to the standard CraftTweaker system - if such functionality is truly needed by the community.
System Requirements
For Zen Triggers to function properly, CraftTweaker installation is mandatory. Without it, the mod simply won't be able to perform its core functions.
Usage Examples
On GitHub, you'll find numerous ready-to-use script examples that will help you quickly understand the mod's capabilities and start creating your own unique events.