▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/ChatTriggers
ChatTriggers

ChatTriggers

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

116.9K
22

2.2.1

release1 апреля 2025 г.
  • Fix certificate issue on older Java versions that caused issues with importing (@MisterCheezeCake)
  • Fix modules sometimes evaluating twice when imported from different locations
  • Fix trigger priorities sometimes not working correctly (@camnwalter)
  • Color required modules gray in the /ct modules menu (@NoahTheNerd)

3.0.0-beta.12

beta11 апреля 2024 г.
  • Completely revamped the Scoreboard API to be more ergonomic
    • Score is now mutable, and many methods have been added. Check the docs for more info
  • Added PlayerInteraction to provided libs
  • Added MIT license
  • Added CT module list to crash reports
  • Added a typings generator that produces a TypeScript definition file for the mod (see attachments)
  • Added support for targeting non-Minecraft classes when using mixins
  • Added entityDamage and entityDeath triggers
  • Fixed a bunch of misc bugs
  • Disallow cancelling playerInteract trigger if the action is BreakBlock
  • Calling .register() on a trigger more than once will now do nothing
  • TextComponent now mirrors /tellraw with respect to click and hover event values

3.0.0-beta.11

beta2 января 2024 г.
  • Console now prints error causes where applicable
  • Fix a few more edge cases with KeyBind
  • Fix Shape rendering being offset by the player's position
  • Completely rewrite TextComponent
    • It is now immutable and much more developer-friendly. See the docs for more details
    • Removed Message; TextComponent now contains chat()/actionBar()/chatLineId/etc
  • Fix not parsing JS files as UTF-8
  • Add a Toast API, which can be used to display toasts (the thing that pops up in the top right when you get an advancement)
  • Re-add ModMenu support

3.0.0-beta.10

beta2 января 2024 г.

Update to 1.20.4 and Fabric loader 0.15.3. This version should still work with old Fabric loaders.

3.0.0-beta.9

beta4 декабря 2023 г.
  • Fix Renderer.drawCircle() causing crashes
  • Fix needing to call Renderer.rotateToCamera/translateToPlayer
  • Fix Commands API not converting Java objects to JS values
  • Fix a bunch of mapping errors
  • Fix Gui buttons not being clickable and add functions to set their text and tooltip
  • Fix various KeyBind issues
  • Fix not being to colorize Item's rendering
  • Fix ChatLib.chat() triggering chat triggers
  • Fix /ct files on MacOS
  • Fix TextComponent not parsing its actions correctly
  • Add TextComponent.setColor()
  • Add ability for Commands to redirect to the vanilla MC command dispatcher via Commands.redirect(Commands.getDispatcherRoot()
  • Add Renderer.lineWidth()

Совместимость

Minecraft: Java Edition

1.20.x1.19.x1.8.x

Платформы

Поддерживаемые окружения

Клиент

Детали

Лицензия:MIT
Опубликован:5 лет назад
Обновлён:11 месяцев назад
Главная