ODailyQuests is a daily quests plugin for Minecraft servers. Players receive configurable random quests and rewards designed to encourage regular participation.
Important
This repository is a maintained fork of Ordwen/ODailyQuests, which was archived on April 30, 2026. The fork is based on upstream commit 19dba325. The original project was created by Ordwen; this continuation is maintained by LucidAPs.
- Paper 26.2 or a compatible server implementation
- Java 25
- Maven 3.9 or newer when building from source
The upstream documentation remains a useful reference for compatible configuration and quest types. Some behavior in this fork may differ from the archived version.
Use GitHub Issues to report a problem or propose an improvement to this fork.
mvn clean packageThe compiled plugin JAR is generated in target/. To override the project version, pass the revision property:
mvn -Drevision=4.1-SNAPSHOT clean packageThis fork does not currently publish official binary releases. Build from source until a server-tested release is announced.
ODailyQuests is distributed under the GNU General Public License v3.0. See NOTICE.md for the upstream attribution and modification notice.