Перейти к содержимому
Mineforgian

JsMacros Ruby

Ruby support for JsMacros. Add .rb files to macros dir use Ruby. Runs under JRuby.

Загрузки
95
Подписчики
0
Обновлён
8 июля 2026 г.
Лицензия
MIT

Опубликован 2 июня 2026 г.

JsMacros Ruby

Write your JsMacros macros in Ruby instead of JavaScript. Drop .rb files into your macros folder and they run under JRuby with the full JsMacros API.

Requirements

  • JsMacros Reloaded 2.0.0 or newer — required. This is a companion mod; it does nothing on its own.
  • Fabric, Minecraft 26.1.2+

Install

  1. Install JsMacros Reloaded.
  2. Drop JsMacros Ruby into your mods/ folder — exactly like any other Fabric mod. (No more hunting for a config/jsMacros/Extensions/ folder.)
  3. Write macros as .rb files. They're picked up automatically and bound to triggers like any JS macro.

Example

Chat.log("Hello from Ruby!")

# the full JsMacros API is available
player = Player.get_player
Chat.log "You are at #{player.get_x}, #{player.get_y}, #{player.get_z}"

Notes

  • JRuby is bundled into the mod (no separate Ruby install needed).
  • Open source — see the source link.

Ченджлог

1.0.2+fabricРелиз26.1.1, 26.1.2, 26.2 · 8 июля 2026 г.

JsMacros Ruby 1.0.2 for fabric on Minecraft 26.1+. Requires JsMacros Reloaded.

1.0.1+26.1.2-fabricРелиз26.1.2 · 3 июля 2026 г.

JsMacros Ruby 1.0.1 for fabric on Minecraft 26.1.2. Requires JsMacros Reloaded.

1.0.0+26.1.2-fabricРелиз26.1.2 · 21 июня 2026 г.

JsMacros Ruby 1.0.0 for fabric on Minecraft 26.1.2. Requires JsMacros Reloaded.

Комментарии

Загружаем…