ChatTriggers

A framework for Minecraft Forge that allows for client modifications to be scripted in JavaScript

MIT License

Stars
169
Committers
25

Bot releases are visible (Hide)

ChatTriggers - 0.7.1

Published by kerbybit over 6 years ago

Added new ways to use FileLib read and write
FileLib.read(fileLocation) reads a file from anywhere on the system
FileLib.write(fileLocation, toWrite) writes to a file anywhere on the system

ChatTriggers - 0.7

Published by kerbybit over 6 years ago

This version completely removes MinecraftVars (any of the managed vars in provided libs) so everyone needs to update their modules to use the new wrappers
On top of that, the old TriggerRegister.registerCommand has also been removed so any old command registers that use the format TriggerRegister.registerCommand("methodName", "command", "usage") will no longer work.

All of the new wrappers:
https://www.chattriggers.com/javadocs/com/chattriggers/ctjs/minecraft/wrappers/package-frame.html

The new TriggerRegister.registerCommand:
https://www.chattriggers.com/javadocs/com/chattriggers/ctjs/triggers/TriggerRegister.html#registerCommand-java.lang.String-

ChatTriggers -

Published by kerbybit over 6 years ago

ChatTriggers -

Published by kerbybit over 6 years ago

Badges
Extracted from project README
forthebadge