DungeonsExtension is an extension built for Typewriter, designed to introduce and manage custom dungeons in Minecraft.
The purpose of DungeonsExtension is to simplify the creation and management of dungeons within Typewriter. This extension provides a solid and modular foundation to enhance the player experience on Minecraft servers. Define a DungeonInstance
and select which RoomInstance
can be generated one after the other.
- Create your own rooms, and dungeons.
- Direct integration with the Typewriter engine.
-
Clone the repository:
git clone https://github.com/LegendsOfXania/DungeonsExtension.git cd DungeonsExtension
-
(optional) Update the
build.gradle.kts
so that the extension works for your version of Typewriter. -
Build with Gradle:
./gradlew build
-
Retrieve the generated JAR file from
build/libs/
and add it to your Minecraft server running Typewriter.
This project is licensed under the Apache 2.0 license. Don't forget to give credit when using the extension, and remember: everything is completely free.
Contributions are welcome:
- Open an issue to report a bug or suggest an improvement.
- Submit a pull request with clear explanations.
- Maintained by Xaya for the LegendsOfXania.
For questions or issues:
- Open an issue on the GitHub repository.