# KinokoG **Repository Path**: Atoot/KinokoG ## Basic Information - **Project Name**: KinokoG - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-28 - **Last Updated**: 2025-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## MapleGlory This project is based on [Kinoko](https://github.com/iw2d/kinoko), 80% of logic is done by Kinoko's developer. Main difference between the repos is the addition of A LOT of quests -- not all conform with GMS behaviour. ## Setup Basic configuration is available via environment variables - the names and default values of the configurable options are defined in [ServerConstants.java](src/main/java/mapleglory/server/ServerConstants.java) and [ServerConfig.java](src/main/java/mapleglory/server/ServerConfig.java), and in `.env`. #### Java setup Building the project requires Java 21 and maven. ```bash # Build jar $ mvn clean package ```