Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shawnjb/luacraft

Run Lua scripts on your Minecraft server.
https://github.com/shawnjb/luacraft

java lua luaj minecraft papermc

Last synced: 3 months ago
JSON representation

Run Lua scripts on your Minecraft server.

Awesome Lists containing this project

README

        

# LuaCraft

**LuaCraft** is a Minecraft plugin that integrates Lua scripting capabilities into [**Paper MC**](https://papermc.io), allowing players to create custom scripts for Minecraft efficiently.

## Commands

- **`/loadscript `**: Load and execute a specified Lua script.

- **`/listscripts`**: List all available Lua scripts that can be loaded.

## Documentation

The Lua directory is located in the server's root folder. The directory contains a `docs` folder with documentation for using LuaCraft. There’s enough information provided to help you get started with scripting and experimentation.

> [!IMPORTANT]
> To use features like autocompletion and diagnostics, you will need an environment that supports the Lua Language Server, such as Visual Studio Code with the appropriate extension, or a similar LSP-compatible editor. These tools help you write and manage your Lua scripts more efficiently.