SuperMobCoins v2.4.3

Premium mobcoins plugin
upload_2018-12-2_9-37-11.png

The #1 Mobcoins Plugin on the Market!
giphy.gif

Super Mobcoins is a custom currency & shop designed to make users grind to earn stuff like ranks, keys & much more!

superboosters.png
superpouches.png

features.png

  • Fully configurable
  • 1.8-1.21.x Support
  • MySQL Support
  • Unlimited rewards
  • Updating reward shop
  • Changeable drop rates
  • Sounds
  • Easy to use API
  • PlaceholderAPI & HolographicDisplays Placeholders
  • WildStacker Support (specifically v3 Pre-4, unsure about other versions)

about.png

SuperMobCoins is a very simple concept that is easy to understand for all. When a player kills a mob, for example an enderman, there is an 8% (configurable) chance for the player to obtain a "MobCoin". With these mobcoins players can spend them in our "/mobcoins" shop and purchase any item that you set in the "rewards.yml" config!

images.png

m1.png
m2.png
m3.png
m4.png

This is an example of the HolographicDisplays placeholders being used
upload_2018-9-18_12-36-15.png


m5.png

commands.png

The plugin does not feature too many commands, these are the current commands featured in this plugin.
Code:
Default Stuff:
 Command: /mobcoins
 Permission: mobcoins.use

 Command: /mobcoins viewcoins <player>
 Permission: mobcoins.viewcoins

 Command: /mobcoins pay <player> <amount>
 Permission: mobcoins.pay

 Command: /mobcoins withdraw <amount>
 Permission: mobcoins.withdraw

Admin Stuff:
 Command: /mobcoins give <player> <amount>
 Permission: mobcoins.give

 Command: /mobcoins set <player> <amount>
 Permission: mobcoins.set

 Command: /mobcoins take <player> <amount>
 Permission: mobcoins.take

 Command: /mobcoins giveitem <player> <amount>
 Permission: mobcoins.giveitem

 Command: /mobcoins refresh <category>
 Permission: mobcoins.refresh

 Command: /mobcoins reload
 Permission: mobcoins.reload

 Command: /mobcoins migrate (this migrates your YAML profiles to MySQL)
 Permission: mobcoins.migrate

setup.png

Regular Installation:
1 - Purchase & Download the plugin!
2 - Place SuperMobCoins.jar into your servers plugins folder
3 - Restart your server
4 - Edit config and rewards.yml etc. to your liking
5 - Either restart the server or reload the plugin

files.png

Code:
mysql:
  enabled: false
  host: "localhost"
  port: 3306
  database: "test"
  user: "root"
  password: ""

gui:
  title: "&8&lMOB COINS"
  rows: 4
  decoration:
    mobcoins_item:
      material: "WATCH"
      name: "&b&lMOB COIN ITEMS"
      lore:
        - ""
        - "&2&l* &aTime Remaining&f: &7%normaltime%"
        - ""
        - "&7&o(( These items will automatically update to new items... ))"
      durability: 0
      glow: false
      slot: 5
    special_mobcoins_item:
      material: "WATCH"
      name: "&3&lSPECIAL MOB COIN ITEMS"
      lore:
        - ""
        - "&2&l* &aTime Remaining&f: &7%specialtime%"
        - ""
        - "&7&o(( These items will automatically update to new items... ))"
      durability: 0
      glow: false
      slot: 2
    amount_item:
      material: "DOUBLE_PLANT"
      name: "&3You currently have &b%coins% &3mobcoins"
      lore: []
      durability: 0
      glow: false
      slot: 27
    info_item:
      material: "BOOK"
      name: " "
      lore:
        - "&7&m-------------------------------------"
        - "&bMob Coins &7can be earned by killing &c&lHOSTILE &7mobs."
        - "&bMob Coins &7will allow you to buy items from the shop menu"
        - "&7Use &b/Mobcoins Help&7 for more!"
        - " "
        - "&3&lMobs that drop coins:"
        - "&bZombies, &bSkeletons and &bBlazes &7&o(5% chance)"
        - "&bCreepers and Endermans &7&o(8% chance)"
        - "&7&m-------------------------------------"
        - " "
      durability: 0
      glow: false
      slot: 35
  filler:
    enabled: true
    item:
      material: "STAINED_GLASS_PANE"
      name: " "
      durability: 15
      glow: false
gui_open:
  sound:
    enabled: true
    type: "ENDERDRAGON_HIT"
mobcoin_item:
  material: "DOUBLE_PLANT"
  name: "&b&lMob Coin &7(Rightclick to redeem)"
  lore:
    - "&3You can use these coins in &b/mobcoins"
    - "&3to purchase stuff"
format:
  enabled: false
  locale: "US"
mobcoin_normal_shop_update_hours: 24
mobcoin_special_shop_update_hours: 72
mobcoins_only_from_naturally_spawned_mods: false
received_mobcoin_from_mob_message_sent: true
close_gui_on_buy: true
stacking_support: false
disabled_worlds:
  - "disabledworld"

NO_PERMISSION_MESSAGE: "&cYou do not have permission to execute this command"
USAGE_MESSAGE: "&cUsage: %usage%"
PLAYER_NOT_FOUND_MESSAGE: "&cCannot find the player %player%"
PROFILE_NOT_FOUND_MESSAGE: "&cCannot find the profile %profile%"
NOT_NUMERIC_MESSAGE: "&c%arg% should only contain numbers"
GAVE_MOBCOINS_MESSAGE: "&eYou gave &6%amount% &emobcoins to &6%player%"
RECEIVED_MOBCOINS_MESSAGE: "&eYou received &6%amount% &emobcoins from &6%sender%"
GAVE_MOBCOIN_ITEMS_MESSAGE: "&eYou gave &6%amount% &emobcoin items to &6%player%"
RECEIVED_MOBCOIN_ITEMS_MESSAGE: "&eYou received &6%amount% &emobcoin items from &6%sender%"
NOT_PLAYER_MESSAGE: "&cYou need to be a player to execute this command"
AMOUNT_CANT_BE_ZERO_MESSAGE: "&cThe withdrawal amount cannot be 0"
NOT_ENOUGH_MOBCOINS_MESSAGE: "&cYou do not have enough mobcoins to do that"
WITHDREW_MOBCOINS_MESSAGE: "&eYou withdrew &6%amount% &emobcoins"
BOUGHT_REWARD_MESSAGE: "&eYou bought %reward% &efor &6%amount% &emobcoins"
RECEIVED_MOBCOIN_FROM_MOB_MESSAGE: "&a&l+ %amount%⛁ Mobcoin &7(Mob)"
REDEEMED_MOBCOIN_MESSAGE: "&eYou redeemed &6%amount% &emobcoins"
MOBCOIN_NORMAL_SHOP_UPDATED_MESSAGE: "&e(&6&l!&e) The normal mobcoin items in &6/mobcoins &ehas been updated"
MOBCOIN_SPECIAL_SHOP_UPDATED_MESSAGE: "&e(&6&l!&e) The special mobcoin items in &6/mobcoins &ehas been updated"
MOBCOINS_OF_PLAYER_MESSAGE: "&6%player% &ehas &6%amount% &emobcoins"
PLAYER_NOT_ENOUGH_MOBCOINS: "&c%player% does not have %amount% mobcoins"
TOOK_MOBCOINS_MESSAGE: "&eYou took &6%amount% &emobcoins from &6%player%"
PLAYER_TOOK_MOBCOINS_MESSAGE: "&6%player% &etook &6%amount% &emobcoins from your balance"
SET_MOBCOINS_MESSAGE: "&6%player%&e's mobcoins balance has been set to &6%amount%"
YOUR_MOBCOINS_SET_MESSAGE: "&eYour mobcoins balance has been set to &6%amount% &eby &6%player%"
INVENTORY_FULL_MESSAGE: "&cYour inventory is full"
INVENTORY_GOT_FILLED_MESSAGE: "&eYour inventory got filled so you could only withdraw &6%amount% &emobcoins"
AMOUNT_INPUT_TOO_LONG: "&cThat amount input is too long"
CANNOT_PAY_YOURSELF_MESSAGE: "&cYou cannot pay yourself"
MOBCOINS_HELP_LORE:
  - '&8&m---------------------------'
  - '&3&l(!) Mobcoins Commands:'
  - '&b/mobcoins withdraw <amount>'
  - '&b/mobcoins pay <player> <amount>'
  - '&b/mobcoins viewcoins <player>'
  - '&8&m---------------------------'
MOBCOINS_HELP_ADMIN_LORE:
  - '&8&m---------------------------'
  - '&3&l(!) Mobcoins Commands:'
  - '&b/mobcoins withdraw <amount>'
  - '&b/mobcoins pay <player> <amount>'
  - '&b/mobcoins viewcoins <player>'
  - ''
  - '&3&l(!) Admin Commands:'
  - '&b/mobcoins give <player> <amount> [-s]'
  - '&b/mobcoins take <player> <amount>'
  - '&b/mobcoins set <player> <amount>'
  - '&b/mobcoins giveitem <player> <amount>'
  - '&b/mobcoins refresh <category>'
  - '&b/mobcoins reload'
  - '&8&m---------------------------'
Code:
#Normal
#13
Crate:
  name: "&e&lCrate &6&l| &fBasic"
  commands:
    - "crate givekey %name% basic 1"
  price: 50
  material: "TRIPWIRE_HOOK"
  amount: 1
  lore:
    - " "
    - "&3&l* &b&lPRICE: &7%price%⛁"
    - " "
    - "&e[!] &7Use at &e/Warp Crates"
  durability: 0
  glow: false
  special: false
  slot: 13
Crate2:
  name: "&e&lCrate &6&l| &fOther"
  commands:
    - "crate givekey %name% basic 1"
  price: 50
  material: "TRIPWIRE_HOOK"
  amount: 1
  lore:
    - " "
    - "&3&l* &b&lPRICE: &7%price%⛁"
    - " "
    - "&e[!] &7Use at &e/Warp Crates"
  durability: 0
  glow: false
  special: false
  slot: 13
#14
Diamond:
  name: "&b&l64x Diamond Blocks"
  commands:
    - "give %name% diamond_block 64"
  price: 100
  material: "DIAMOND_BLOCK"
  amount: 1
  lore:
    - " "
    - "&3&l* &b&lPRICE: &7%price%⛁"
  durability: 0
  glow: false
  special: false
  slot: 14
#15
Emerald:
  name: "&a&l64x Emerald Blocks"
  commands:
    - "give %name% emerald_block 64"
  price: 150
  material: "EMERALD_BLOCK"
  amount: 1
  lore:
    - " "
    - "&3&l* &b&lPRICE: &7%price%⛁"
  durability: 0
  glow: false
  special: false
  slot: 15
#22
Tag:
  name: '&f&l"&a&lBuyMe&f&l" &7Tag'
  commands:
    - "tag give %name%"
  price: 5
  material: "NAME_TAG"
  amount: 1
  lore:
    - " "
    - "&3&l* &b&lPRICE: &7%price%⛁"
  durability: 0
  glow: false
  special: false
  slot: 22
#23
Spawner:
  name: "&f&lIron Golem Spawner"
  commands:
    - "ss give %name% ig 1"
  price: 50
  material: "MOB_SPAWNER"
  amount: 1
  lore:
    - " "
    - "&3&l* &b&lPRICE: &7%price%⛁"
  durability: 0
  glow: false
  special: false
  slot: 23
#24
Pet:
  name: "&f&l1x &7&lWolf Pet"
  commands:
    - "pet give %name% wolf"
  price: 10
  material: "SKULL_ITEM"
  amount: 1
  lore:
    - " "
    - "&3&l* &b&lPRICE: &7%price%⛁"
  durability: 0
  glow: false
  special: false
  slot: 24

#Special
#11
SuperPickaxe:
  name: "&lThe Super Pickaxe"
  commands:
    - 'give %name% diamond_pickaxe 1 0 { display: { Name: "§b§lThe Super Pickaxe" }, ench: [ { id: 21, lvl: 10000 }, { id: 32, lvl: 10000 } ], Unbreakable: 1 }'
  price: 500
  material: "DIAMOND_PICKAXE"
  amount: 1
  lore:
    - " "
    - "&3&l* &b&lPRICE: &7%price%⛁"
  durability: 0
  glow: false
  special: true
  slot: 11
#20
Rank:
  name: "&e&lRank &8» &b&lBasic"
  commands:
    - "pex user %name% group set basic"
  price: 1500
  material: "PAPER"
  amount: 1
  lore:
    - " "
    - "&3&l* &b&lPRICE: &7%price%⛁"
  durability: 0
  glow: false
  special: true
  slot: 20
Code:
Chance:
  zombie:
    type: "ZOMBIE"
    chance: 5
  skeleton:
    type: "SKELETON"
    chance: 5
  blaze:
    type: "BLAZE"
    chance: 5
  creeper:
    type: "CREEPER"
    chance: 8
  enderman:
    type: "ENDERMAN"
    chance: 8

api.png

MobCoinsReceiveEvent | Called when a player receives a mobcoin from a mob
MobCoinsShopEvent | Called when a player purchases something from the mobcoin shop
MobCoinsRedeemEvent | Called when a player redeems a mobcoin item
Code:
public class MobCoinsAPI {

    private static MobCoins instance;

    public MobCoinsAPI(MobCoins instance) {
        this.instance = instance;
    }

    /*
    Retrieve the profile manager
    */
    public static ProfileManager getProfileManager() {
        return instance.getProfileManager();
    }

    /*
    Retrieve the reward manager
    */
    public static RewardManager getRewardManager() {
        return instance.getRewardManager();
    }

    /*
    Retrieve the dropchance manager
    */
    public static ChanceManager getChanceManager() {
        return instance.getChanceManager();
    }

    /*
    Retrieve the storage
    */
    public static Storable getStorage() {
        return instance.getStorage();
    }

    /*
    Retrieve the mobcoin itemstack
    */
    public static ItemStack getMobCoinItem() {
        return instance.getMobCoinItem();
    }
}
If you're a developer who do not want to buy the plugin in order to use the api, it's also available here: https://github.com/superservic/supermobcoins-api (jar can be found in releases)

other.png

This plugin has placeholders for PlaceholderAPI and HolographicDisplays as listed below:

PlaceholderAPI:
  • %supermobcoins_mobcoins% | Shows your current amount of mobcoins
  • %supermobcoins_mobcoins_formatted% | Shows your current amount of mobcoins, formatted in a simpler way
  • %supermobcoins_normal_time% | Shows the time left until the normal shop refreshes
  • %supermobcoins_special_time% | Shows the time left until the special shop refreshes
HolographicDisplays:
  • %supermobcoins_normal_time% | Shows the time left until the normal shop refreshes
  • %supermobcoins_special_time% | Shows the time left until the special shop refreshes
NOTE: Requires latest build of these plugins above!
discordpluginssmall.png
Discord Link: https://discord.gg/CkG7ztw

Latest reviews

It is extremely helpful and dynamic, I didn't really need the support, but when I asked it was given to me in a very short time, and the response was very efficient. At its price, it is well worth the money.
The plugin itself is wonderful, the owner offered fast and good quality support. I told him that i need a /mobcoins migrate command to migrate data between storage types and he did it within a day.
Recommended 100%!
SuperMobCoins used to be good when the dev actually cared about it. However he hasn't added any features in a long time, support is basically not existing - the only reason why the plugin is still on the market is because it makes money. There are better, sometimes even free, plugins than SuperMobCoins.
This plugin is *alright* if you just want a VERY BASIC MobCoins plugin, for starters: All mobs can only drop 1 singular coin which is a issue, its been being suggested for months now to add this option but there hasn't been any word from the dev's on it (This appears to be the same with they're other plugin SuperBooster's)

Then they're is the MobCoin spam in chat (+1 MobCoin +1 MobCoin) with no option to make this a simple action bar or send this message every x seconds or overall just disable this in general (Again this was also suggested months ago but there were no responses from devs)

I will probably have to end up creating my own MobCoins plugin as i had to with SuperBoosters due to the lack of configurability, which is a shame because this plugin has a full API and everything which is super easy to use.

If suggestions aren't being added at least make the source code available to us buyer's by default because this needs some work done to it (Source is available to buy IK but I'm not spending 30$ for a plugin i've already bought just to add 20-100 lines to code to get what i/everyone wants/needs working )

So overall: If you want something SUPER BASIC for MobCoins this if the plugin for you; if your wanting something more then your probably gonna be stuck with developing your own MobCoins plugin or buying the source for 30$ then hire a developer to get the final features added that you'd really want (Non Spammy messages, ability to drop more than 1 coin, formatted mobcoin placeholders etc)
Very Pog support. Ultra Pog Plugin. :Pogchamp:
Fantastic resource!

I really love this plugin, It is amazing for any server mode and you will not be throwing away money. 100% worth it
Fantastic resource!

Loving this so much and it's literally perfect for any gamemode on your server. Plugin runs super smooth and everything is configurable which is a huge plus.

Highly recommend :)
It took me a a short while to understand how the plugin works and how to use the config, but once I figured it out it was a smooth road.
I highly recommend this plugin for anyone looking to add a cool Mobcoins system to their server! I will definitely be using this for mine. Keep up the great work!
Great plugin and very customizable. Although it could be better if there was a formatted placeholder for %supermobcoins_mobcoins% (Takes up a lot of space on scoreboards and doesnt match)
Really cool, cheap and configurable plugin!
Buy a license now
$6.00
EULA: Standard EULA
New: Now supporting cryptocurrency payments!
Share and earn
Refer this resource and earn a 10% commission.
82,698 Views
1,188 Purchases
1,225 Downloads
Sep 11, 2018 Published
Nov 20, 2022 Updated
5.00 star(s)
Average rating (26)
4.1 MB File size
Type
  1. Gameplay
  2. Economy
Supported software
  1. Spigot
Supported versions
  1. 1.8
  2. 1.9
  3. 1.10
  4. 1.11
  5. 1.12
  6. 1.13
  7. 1.14
  8. 1.15
  9. 1.16
  10. 1.17
  11. 1.18
  12. 1.19
  13. 1.20
  14. 1.21
Creator
Owner
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Recommended for you
Premium boosters plugin
4.00 star(s) 10 ratings
493 purchases
Premium pouches plugin
4.00 star(s) 1 ratings
225 purchases
Premium tokens plugin
Not yet rated
45 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 109 ratings
2,810 purchases
The ultimate chat formatting and filtering plugin. Can replace 200+ plugins. Customizable & fast.
5.00 star(s) 118 ratings
2,366 purchases
Share and earn
Refer this resource and earn a 10% commission.
82,698 Views
1,188 Purchases
1,225 Downloads
Sep 11, 2018 Published
Nov 20, 2022 Updated
5.00 star(s)
Average rating (26)
4.1 MB File size
Type
  1. Gameplay
  2. Economy
Supported software
  1. Spigot
Supported versions
  1. 1.8
  2. 1.9
  3. 1.10
  4. 1.11
  5. 1.12
  6. 1.13
  7. 1.14
  8. 1.15
  9. 1.16
  10. 1.17
  11. 1.18
  12. 1.19
  13. 1.20
  14. 1.21
Creator
Owner
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Recommended for you
Premium boosters plugin
4.00 star(s) 10 ratings
493 purchases
Premium pouches plugin
4.00 star(s) 1 ratings
225 purchases
Premium tokens plugin
Not yet rated
45 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 109 ratings
2,810 purchases
The ultimate chat formatting and filtering plugin. Can replace 200+ plugins. Customizable & fast.
5.00 star(s) 118 ratings
2,366 purchases
Top