Make sure you have git and Java 21+ installed
git clone https://github.com/LostEngine/LostEngine.git
cd LostEngine
# Linux/Mac
./gradlew shadowJar
# Windows
gradlew.bat shadowJar
The build will be located in build/libs
Tip
You can use (Linux/Mac) ./gradlew runServer (Windows) gradlew.bat runServer to start a PaperMC server with the plugin automatically built and installed (use runFolia for Folia)
- Custom Items
- Regular Items
- Tools
- Armors
- Elytra
- Trident
- Bows/Crossbows
- Custom Blocks
- Dynamic block hardness
- Drops/Required tool
- Custom sounds
- Transparent blocks
- Lights/Redstone
- Web editor
- Upload/Download/Create files
- View/Edit files
- Config editor
- View items/materials
- Create/manage items/materials
- Furniture
- Furniture Entity
- Interactable Furniture
- Crafts
- Inventory/Crafting table
- Furnace
- Glyphs (can copy https://github.com/LostEngine/Glyphs)
- GUIs
- World generation
- Escape menu
- Bedrock compatibility
- Items
- Regular items
- Tools
- Armor/Elytra/Trident
- Translations (generated but not working correctly with geyser)
- Custom blocks
- Items
- Commands
-
/give -
/setblock -
/fill -
/summon(for furniture)
-