- Tested Minecraft Versions:
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
- 1.16
- Source Code:
- https://github.com/JustEli/Coins
- Languages Supported:
- English, Dutch, Spanish, German, French, Chinese, Hungarian, Swedish, Italian
- Donation Link:
- https://paypal.me/justeli
Coins
Configurable coins for killing and mining, with a withdraw system & for drop parties.
Works from Spigot 1.9 to latest version of Spigot 1.16. Though, recommended to use Paper.
This plugin requires Vault, and an economy supportive plugin like Essentials or iConomy.
Bukkit is not supported, so use Spigot or Paper instead.
This plugin allows your players to receive one or more coins after they have killed a mob or player. The config explains a lot and is configurable in config.yml, click to see the default config.
It is highly recommended that you use Paper, because this makes it possible to pick up coins with a full inventory. (Only for Minecraft 1.13 and up)
Commands
/coins drop (player OR x,y,z) (amount) (radius) - drop coins around a player
/coins remove (radius OR all) - remove coins in a radius or all in the world
/coins settings - list all the currently loaded settings from the config
/coins reload - reload the config to update all settings
/coins version - check the version of the plugin and see if it is running latest
/withdraw (amount) - withdraw some currency into physical coins
Players will receive a random amount of money after they pick up a coin: by default $3 to $8. You can change this in the config:
You can disable a few features, if you want, too. By default:Code (Text):moneyAmount:
from: 3.0
to: 8.0
These default values can be changed in the config. You can also make mobs from spawners and passive mobs drop a coin. Default settings:
- players drop 3 coins;
- mobs from spawners are ignored;
- passive mobs don't drop a coin.
It's possible to make mobs drop different amount of money.Code (Text):playerDrop: true
spawnerDrop: false // there's a permission node too, when false
passiveDrop: false
The Ender Dragon drops 64 coins, and players drop 3 coins by default.
You can change this. If you want endermen - for example - to drop no coins, add it:
Mining can also be rewarded by letting coins drop. Default is that 30% for any experience-dropping block will drop coins.Code (Text):mobMultiplier:
ENDER_DRAGON: 64
PLAYER: 3
ENDERMAN: 0
When coins get in hoppers, players can pick them out and the money will be given to them, and the coin will disappear of course, just like on normal pickup of a coin.Code (Text):# Drop coins for mined blocks. What's the chance? (0.2 = 20% = 1 coin per 5 /experience/ blocks mined)
minePercentage: 0.3
# Only drop coins by the given chance for blocks that drop experience, like: lapis, iron, spawners.
onlyExperienceBlocks: true
Hoppers (works for any inventory)
Coins are not stacked in the image above, but you can make coins stack.
Coins have a different pick up sound than normally picking up something. You can change it to whatever sound you like. Make sure to use the right sound value, it's different when the server has Spigot 1.8.8 or lower. Get a list of 1.9+ sounds here. You can also change the pitch and volume of the pickup sound.
Coins don't drop 100% of the time by default, but 90%.
There's also a withdraw system (/withdraw): this lets players withdraw money which gives them a coin with that amount of money in return. Money can be regained by picking up the coin after it has been dropped by the player itself. The coins can be moved to any inventory.Code (Text):dropChance: 0.9
On death, players lose money. You can decide how much, or just disable it. You can also disable coins completely in other worlds.
The plugin has a simple API you can use. Click here.
Permissions
* Leave any suggestions in the Discussion thread, NOT by review! *Code (Text):coins.disable - remove the ability to let the user pick up coins
coins.drop - able to use the /coins drop command
coins.admin - able to list settings and reload the plugin
coins.remove - able to clear coins in a radius or the world
coins.creative - allows player to move and duplicate coins in creative
coins.withdraw - lets the player withdraw money into coins
coins.spawner - get coins by killing mobs from spawners
coins.multiplier.x - multiply dropped coins by x for this player
Errors and issues can be reported here (GitHub).
Language
Coins supports different languages. You can set the language in config.yml to anything supported. Find the available languages at '/plugins/Coins/languages'. English, Dutch, Spanish, German, Chinese, Hungarian and Swedish are included by default. You can add/edit your own language by creating your own json file and put it in the languages folder. Then you can use the file's name as language in the config.yml.
You can submit your language if you want, so that it can be added to the plugin by default, just PM me.Code (Text):language: english # default
language: own # if you made yours own.json in folder languages
Withdraw money into coins
List all the loaded settings (/coins settings)
Drop coins around a player (/coins drop)
Remove coins in a radius (/coins remove)
----------------------------------------------------------------
This is my first plugin. Hope you enjoy.
If you do, consider donating, thanks!
You can join my survival server too @ survival.rocks!

Coins 1.10.2
[1.9 to 1.16!] Configurable coins for killing and mining, with a withdraw system & for drop parties.