Best for unemployed mc players
RewardPlugin is a PaperMC 1.21+ plugin that allows server admins to create customizable rewards for players. theirs a secret this is best for unemployed players ;)
Features
data.yml.rpl4z.staff.config.yml.ADD-MONEY, SET-RANK.Requirements
Installation
plugins/ folder.config.yml and data.yml.config.yml (optional) for prefix and currency symbol.Configuration
config.yml
prefix: "&6[RewardPlugin] &f"
currency-symbol: "$"
default-rank: "member"
prefix: The prefix displayed before messages.currency-symbol: Symbol used for money rewards.default-rank: Default rank used for new rank rewards.data.yml
Automatically stores rewards. Example:
rewards:
1:
name: "Mine 100 Diamond"
description: "Reward for mining 100 diamonds"
action: "ADD-MONEY"
requirement: "mine_block"
details:
type: "DIAMOND_ORE"
amount: 100
Do not manually edit
data.ymlunless you know what you're doing. Use commands instead.
Commands
All commands require permission rpl4z.staff or OP status.
1. Create a Reward
/new-reward <Name> <Description> <Action> <Requirement> <Details> <ID>
Name: Name of the reward.Description: Short description of the reward.Action: ADD-MONEY or SET-RANK.Requirement: How the reward is triggered (e.g., mine_block, xp_level).Details: Additional info (e.g., DIAMOND_ORE:100 or rankname).ID: Unique identifier for this reward.Example:
/new-reward DiamondReward "Mine 100 diamonds" ADD-MONEY mine_block DIAMOND_ORE:100 1
2. Delete a Reward
/delete-reward <ID>
Deletes the reward with the given ID.
Example:
/delete-reward 1
3. Edit a Reward
/edit-reward <ID>
Currently a placeholder. Future updates will allow modifying rewards directly.
Permissions
rpl4z.staff — Access to create, delete, and edit rewards.Economy & Ranks
SET-RANK action.Notes
data.yml. Do not manually delete lines unless necessary.