Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
Platforms
Creators
Details
Licensed Apache-2.0
Published 2 weeks ago
Updated 3 weeks ago
A super simple plugin to give players credits to redeem into mcMMO skill levels or EXP.
Why Use This
This plugin is extremely simple and has minimal configuration. It gets the job done. The plugin can be configured to have credits be used to instantly give 1 level or to give EXP instead.


Commands
-
/redeem <skill> <amount>- Allocated credits into a specific skill. -
/redeem add <player> <amount>- Gives player credits.
Permissions
-
mcmmocredits.use- Allow players to redeem their credits. -
mcmmocredits.admin- Permission to give user credits.
Requirements / Dependencies
- mcMMO
Config
# mcMMOCredits Configuration
# What happens when users redeem credits.
# Valid types: EXP, LEVEL
# EXP - When redeeming a credit, user gets X amount of EXP towards the skill level.
# LEVEL - When redeeming a credit, user instantly levels up the skill by 1 level.
credit-type: EXP
# The amount of raw XP granted per credit spent.
# Only relevant if credit-type is set to EXP
credit-exp-amount: 10000
# The maximum level a skill can reach via credits
skill-cap: 1000
# The list of skills players are allowed to spend credits on
skills:
- Acrobatics
- Alchemy
- Archery
- Axes
- Crossbows
- Excavation
- Fishing
- Herbalism
- Maces
- Mining
- Repair
- Swords
- Taming
- Tridents
- Unarmed
- Woodcutting
- Spears


