
Simple Quests (Forge): In-Game Mission System
Unique modification complex for Minecraft servers, providing a complete system for mission completion with minimal client-side requirements. The main feature is full server-side implementation, requiring installation only on the game server.
Core Concept
This modification is perfectly suited for periods of updating classic game versions and servers with vanilla atmosphere. Users receive diverse tasks of varying complexity - from collecting specific resources and eliminating certain mobs to transferring experience and completing certain achievements.
The interface demonstrates registered missions - note that by default the modification doesn't include ready-made quests
Mission Management Commands
- show - displays full-screen menu with available missions
- accept
- accepting specific mission by its identifier - submit - submitting completed tasks within active missions
- current - viewing list of current active missions
- reset
- resetting progress of specified mission
Administrative Functions
Administrators have access to additional commands with corresponding permissions in the form of simplequests.command.
- reload - reloading configuration files
- resetCooldown
- resetting mission cooldowns for specific user - resetAll
- complete reset of all progress of selected player
Integration with Datapacks
All missions are created and configured exclusively through specialized datapacks. Instructions for developing and implementing custom quest systems are available in the modification's technical guide.