Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shawnjb/luacraft
- Owner: shawnjb
- License: apache-2.0
- Created: 2024-09-29T21:16:33.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T16:23:51.000Z (3 months ago)
- Last Synced: 2024-11-08T10:06:06.126Z (3 months ago)
- Topics: java, lua, luaj, minecraft, papermc
- Language: Java
- Homepage:
- Size: 200 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.