Coins icon

Coins -----

Drop coins for killing mobs & mining. Allow withdrawing. Fun for drop parties. Highly configurable.



1.7: drop each coin option, plural coins language support
  • The plural of coins is now configurable (multiSuffix).
    • Used to be always 's', so: Coins. or Munts (not correct Dutch)
    • Now can be set to anything when it's more than one coin, i.e. for withdrawing. So Munts can now be Munten (correct Dutch!)
  • Added an option (dropEachCoin) to drop a random amount of coins set at 'moneyAmount', with each coin being worth 1 (of your server's currency: $1, €1, etc).
    • This makes the plugin more coins-like.
    • 'moneyTaken' set to 3-7 will drop 3, 4, 5, 6 or 7 coins (randomly) on mob kill, adding +1 to the players balance for each coin.
    • 'moneyDecimals' and 'stackCoins' will be ignored if enabled and set to 0 and false.

Add this to your config (multiSuffix & dropEachCoin):
Code (Text):
# 'multiSuffix's parameter will be added behind 'nameOfCoin' in case it's more than one coin.
multiSuffix: s

# This plugin will drop one coin, being worth what's set at 'moneyAmount'. But here you can
# set that a mob should drop 'moneyAmount's AMOUNT of coins, with each coin being worth $1.
dropEachCoin: false
And 'moneyAmount' has a new description:
Code (Text):
# The amount of money one coin is worth. Creates a random number between
# 'from' and 'to' which - as money - will be given to the player on pickup.
# However, if 'dropEachCoin' is set to true, killed mobs will drop 'from' to 'to' coins,
# with each coin being worth $1. So by default it will drop 3 to 7 coins when 'dropEachCoin' is true.
moneyAmount:
  from: 3.0
  to: 7.0
Or you can take a look at the always-very-up-to-date config here.
----------, Dec 21, 2018
Resource Information
Author:
----------
Total Downloads: 93,043
First Release: Dec 18, 2016
Last Update: Dec 13, 2022
Category: ---------------
All-Time Rating:
106 ratings
Find more info at github.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings