1248c33bebd7d6402b7e3e88c8c48a46762fb9ab
FallSMP-Rewards
Kill-based quest rewards plugin for Paper 1.21.
Features
- Configurable player-kill milestone quests in
config.yml - Item rewards per quest (example format:
DIAMOND:3) - 3x3 GUI (
/rewards) with:CHESTicon when claimableMINECARTicon when not claimable- detailed lore for quest text + progress + rewards
- JSON player progress storage in
plugins/FallSMP-Rewards/playerdata/<uuid>.json - Per killer-victim cooldown for counted kills (default 10 minutes)
- Sound effects for open, progress, unlocked, claim, and denied actions
Command
/rewards- Opens the rewards GUI/rewards reload- Reloads plugin config and quest definitions (fallsmprewards.reload)
Configure quests
Edit src/main/resources/config.yml (or generated plugin config):
kill-count-cooldown-minutes: 10
quests:
hunter_1:
required-kills: 5
title: "&aHunter I"
description:
- "&7Kill 5 players in total."
rewards:
- "IRON_INGOT:16"
- "GOLDEN_APPLE:1"
Build
./gradlew.bat build
Description
Languages
Java
100%