Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed LGPL-3.0-or-later
Published last week
Updated 4 days ago
Wizards of Lua brings Lua programming to Minecraft, allowing server operators to run Lua scripts directly within the game. This Fabric-based rewrite of the original Forge mod provides enhanced control and flexibility for modders, server administrators, and advanced users.
Key Features:
- Execute Lua Scripts: Run code directly in Minecraft using the
/lua
command followed by your Lua script. - Terminate Scripts: Stop running Lua scripts with the
/wol spell break
command. - Script Integration: Incorporate Lua files from your system into your scripts using Lua's
require
keyword. - Comprehensive API: Access and modify blocks, entities, and respond to game events through the Wizards of Lua API.
- VS Code Compatibility: Edit Lua files in Visual Studio Code with IntelliSense support.
- Versatile Support: Compatible with both single-player and multiplayer modes.
- Server-Side Operation: No client-side mods are necessary; all functionality is server-side.
- User-Friendly Scripting: Designed for ease of use, making Lua scripting accessible within Minecraft.
Applications:
- Customize game mechanics to suit your server's needs.
- Implement custom server rules and behaviors.
- Develop engaging mini-games within the Minecraft environment.
Examples:
You can transform your Minecraft server with custom Lua scripts. Here are some possibilities:
- Magic Wand: Develop a wand that summons lightning bolts targeting hostile mobs.
- Vertical Minecart: Design a minecart capable of ascending and descending vertically using ladders.
- Mini-Games: Construct games like „King of the Hill“ or „Capture the Flag“ within Minecraft.
- Land Claiming: Implement a system allowing players to claim specific areas for personal building.
- Aggressive Bees: Create a new breed of bees that attack players on sight.
- Safe Zones: Establish areas where player-versus-player combat is disabled.
For detailed documentation and ready-to-use examples, please refer to our README page on Codeberg.