module money - magemonkeystudio/divinity GitHub Wiki
💰 Money Module
The Money module allows players to receive virtual currency as item drops. These drops appear as physical items but reward money upon pickup.
⚠️ This module only works with the Drops module.
📁 File Locations
plugins/Divinity/modules/money/items/
plugins/Divinity/modules/money/settings.yml
💎 Example Item File
# Due to how this plugin handles modules a material is required
# even though no material will drop when giving money.
material: GOLD_NUGGET
name: 'Money'
lore:
- '&6Gives you money'
tier: common
money:
min: 1
max: 10
allow-decimals: false
level:
min: 1
max: 1
⚙️ settings.yml
command-aliases: moneymodule
item-format:
name: '%ITEM_NAME%'
lore:
- '%ITEM_LORE%'
🛠️ Features
- Rewards money as item drops
- Supports min/max values and decimal toggle
- Item pickup triggers currency gain
- No material is actually dropped—required only for config syntax
- Only functions with the Drops module
💬 Commands & Permissions
Command | Description | Permission |
---|---|---|
/moneymodule help |
Show help page | divinity.moneymodule.help |
/moneymodule reload |
Reload the module | divinity.moneymodule.reload |