Survival-friendly questing by the players for the players!

2 Open Issues Need Help Last updated: Jun 21, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a new 'Craft' action for a Minecraft plugin that allows players to create quests. This involves creating a new action class and listener, integrating with existing quest and action option systems (likely using the ItemsOption), and leveraging the Paper API for crafting mechanics. Discord support is available for assistance.

Complexity: 4/5
enhancement good first issue

Survival-friendly questing by the players for the players!

Java
Migrate to Paper 3 months ago

AI Summary: Migrate the Minecraft Java Edition plugin 'PlayerQuests' from Spigot to Paper, addressing API changes related to registries (e.g., TRIM_PATTERN) and ensuring compatibility with Paper's registry access methods. This involves replacing deprecated Spigot API calls with their Paper equivalents and potentially using alternative methods for accessing registry data.

Complexity: 4/5
good first issue

Survival-friendly questing by the players for the players!

Java