CurrencyPlus icon

CurrencyPlus -----

Multi Currency | Money | Tokens | Gems | Full Customization



This is my FIRST plugin on spigot made for fun.

NOTE: This plugin might have bugs! Feel free to report them on my discord AquA_iReapzZ#3466.

This plugin includes:
  • Gem Shop
  • Token Shop
  • Pouches
  • Withdraw Notes
  • Customized earnings
  • Customized Economy
DEPENDENCIES:
  • Vault
  • Essentials
  • PlaceholderAPI
Commands:
Code (Text):
/bank give <player> <currency> <amount> - Gives a player an amount of a certain currency
/bank take <player> <currency> <amount> - Takes an amount of a certain currency from the player
/bank set <player> <currency> <amount> - Sets a players currency to a certain amount
/note <player> <currency> <amount> - Gives a player a note of a certain currency
/withdraw <currency> <amount> - Withdraws an amount of a certain currency into a note
/pouch list - Displays you a list of all the pouches
/pouch view - Opens a GUI that displays all pouches (Right click to receive)
/pouch give <player> <type> <amount> - Gives a player a certain pouch
/bal optional:<player> - Displays your or a player balance
/pay <player> <currency> <amount> - Pays a player a certain amount of a currency
/gemshop - Opens the gemshop GUI
/tokenshop - Opens the tokenshop GUI
/info - Opens the info GUI if mob and block earnings are enabled.
Placeholders:
Code (Text):
currencyplus_gems_format
currencyplus_money_format
currencyplus_tokens_format
currencyplus_gems_raw
currencyplus_money_raw
currencyplus_tokens_raw
Permissions:
Code (Text):
currencyplus.admin
currencyplus.balance
currencyplus.balance.others
currencyplus.pouches
currencyplus.bank
currencyplus.info
currencyplus.note
currencyplus.withdraw
currencyplus.pay


Code (Text):
#Config File!

Plugin:
  primaryPluginColor: 'dark_aqua'
  secondaryPluginColor: 'aqua'
  noPermMessage: '&cError > You do not have the permission to execute this command!'
  reloadMessage: '&3BetterCurrencies &bfiles have been reloaded!'

#########################
#  CUSTOMIZE CURRENCIES #
#########################
Gems:
  primaryGemColor: 'gold'
  secondaryGemColor: 'yellow'
  Joinamount: 10
  Withdrawminimum: 1000
  withdrawMessage: '&4- %symbol% &c&l%amount%'
  depositMessage: '&2+ %symbol% &a&l%amount%'
  gemSymbol: '✧'
  receiveGemsMessage: '&6+ &6%symbol% &e&l%amount% &7(Admin)'
  setGemsMessage: '&6(!) &eYour Gems have been set to &6%symbol% %amount%'
  receivepay-message: '&6+ %symbol% &e&l%amount% &7(From: %player%)'
  pay-message: '&4+ %symbol% &c&l%amount% &7(To: %player%)'
#########################
Tokens:
  primaryTokenColor: 'dark_purple'
  secondaryTokenColor: 'light_purple'
  Joinamount: 0
  Withdrawminimum: 1000
  withdrawMessage: '&4- %symbol% &c&l%amount%'
  depositMessage: '&2+ %symbol% &a&l%amount%'
  tokenSymbol: '✿'
  receiveTokenMessage: '&5+ &5%symbol% &d&l%amount% &7(Admin)'
  setTokenMessage: '&5(!) &dYour Tokens have been set to &5%symbol% %amount%'
  receivepay-message: '&5+ %symbol% &d&l%amount% &7(From: %player%)'
  pay-message: '&4+ %symbol% &c&l%amount% &7(To: %player%)'
#########################
Money:
  primaryMoneyColor: 'dark_aqua'
  secondaryMoneyColor: 'aqua'
  Joinamount: 500
  Withdrawminimum: 1000
  withdrawMessage: '&4- %symbol% &c&l%amount%'
  depositMessage: '&2+ %symbol% &a&l%amount%'
  moneySymbol: '$'
  receiveMoneyMessage: '&2+ &2%symbol% &a&l%amount% &7(Admin)'
  setMoneyMessage: '&2(!) &aYour Money has been set to &2%symbol% %amount%'
  receivepay-message: '&2+ %symbol% &a&l%amount% &7(From: %player%)'
  pay-message: '&4+ %symbol% &c&l%amount% &7(To: %player%)'
#########################


#########################
#               GEMSHOP            #
#########################
gemshop:
  menu-title: '&8Gem Shop'
  menu-size: 45
  buy-message: '&eYou bought &6%amount% %item% &efor %symbol% %price%'
  items:
    Diamond:
      material: DIAMOND
      slot: 10
      costs: 1
      commands:
        - "give %player% DIAMOND %amount%" #%amount% is needed in the message for the bulkshop

#########################
#             TOKENSHOP          #
#########################
tokenshop:
  menu-title: '&8Token Shop'
  menu-size: 45
  buy-message: '&dYou bought &5%amount% %item% &dfor &5%symbol% %price%'
  items:
    Emerald:
      material: EMERALD
      slot: 10
      costs: 20
      commands:
        - "give %player% EMERALD %amount%" #%amount% is needed in the message for the bulkshop


#########################
#                  EXTRA'S            #
#########################

#############################
MobIconName: '&d&lMob Info'
MobIconMaterial: EGG
MobIconGlowing: true
MobMenuColor: '&5'
MobMenuSize: 9
MobMenuMaterial: OAK_SIGN
#############################
BlockIconName: '&6&lBlock Info'
BlockIconMaterial: GOLD_ORE
BlockIconGlowing: true
BlockMenuColor: '&e'
BlockMenuSize: 9
BlockMenuMaterial: OAK_SIGN # This can either be a material or type 'ITEM' for the item in the blocks list
#############################

FeatureDisbaledMessage: '&4Server has disabled this feature!'

BlockInfoMenuSize: 9
MobsEnabled: true
Mobs:
  Zombie:
    chance: 25
    currency: 'tokens' #Choose whether you give tokens,gems or money as reward.
    amount: 3

BlocksEnabled: true
Blocks:
  DIAMOND_ORE:
    chance: 10
    currency: 'money'
    amount: 2
 

Code (Text):

#########################
#              POUCHES              #
#########################
Titles: true
pouches:
  money1:
    material: ENDER_CHEST
    name: '&b&lMoney Pouch &7(Right Click)'
    glowing: true
    lore:
      - "&7Right Click to redeem the pouch"
      - "&3Amount: &b%min% - %max%"
    min: 1000
    max: 10000
    currency: 'money'
 

IMAGES
pic1.png pic2.png pic3.png pic4.png pic5.png
Resource Information
Author:
----------
Total Downloads: 402
First Release: Oct 14, 2021
Last Update: Oct 14, 2021
Category: ---------------
All-Time Rating:
2 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings