JsMacros Ruby
No reviews yet
Ruby support for JsMacros. Add .rb files to macros dir use Ruby. Runs under JRuby.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
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
- Install JsMacros Reloaded.
- Drop JsMacros Ruby into your
mods/folder — exactly like any other Fabric mod. (No more hunting for aconfig/jsMacros/Extensions/folder.) - Write macros as
.rbfiles. 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.
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources