Compatibility
Minecraft: Java Edition
1.21–1.21.4
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed LGPL-3.0-or-later
Published 6 months ago
Updated 4 months ago
Changelog
Now command arguments are supported. Example:
Minecraft.AddCommand("example", {
[0] = {
name = "print",
type = "string", -- can be either string, number, or boolean.
},
[1] = {
name = "yes",
type = "boolean",
}
}, function(_, printt, yes)
if yes then print(printt) end
end --[[Callback]] )
Unsafe functions in libraries have been removed to follow Luau's sandboxing.
debug
library has been added, but removed to a large extent, the only functions present is info
and traceback
.
Dependencies
Files
Metadata
Release channel
AlphaVersion number
0.12Loaders
Game versions
1.21–1.21.4Downloads
153Publication date
December 21, 2024 at 2:25 AMPublisher

mokkachocolata
Member