Compatibility
Minecraft: Java Edition
1.21.8
1.21.4
1.21.1–1.21.2
Platforms
Supported environments
Creators
Details
Licensed LGPL-3.0-or-later
Published 5 months ago
Updated 2 weeks ago
Changelog
- Semantic Versioning introduced. This project now follows the
MAJOR.MINOR.PATCH
format. - Removed Command:
wol printMode
has been removed. - Output Behavior:
- The Lua
print(...)
function now sends its output as standard command feedback. - New
log(...)
function introduced for logging messages. Output is routed based on thelog
field in theWizardsOfLua
module.
- The Lua
- New Class:
Trace
- Use
Trace
objects to programmatically capture command output.
- Use
- Updated Function:
Spell:execute(...)
- No longer returns a value.
- Command output is now sent as standard command feedback.
- To capture feedback, pass a
Trace
object as the optional second argument. - Now supports multiple calls within the same game tick.
- New Function:
Spell:executeSilent(...)
- Executes a command without sending output as feedback.
- Supports the same
Trace
capture asSpell:execute(...)
.
- Changes in Module
WizardsOfLua
:- Removed deprecated
printMode
field. - Added new
log
field to control the output target oflog(...)
.
- Removed deprecated
Files
Metadata
Release channel
ReleaseVersion number
2.0.0-1.21.1Loaders
Game versions
1.21.1Downloads
45Publication date
May 25, 2025 at 2:55 PMPublisher

mickkay
Member