Compatibility
Minecraft: Java Edition
1.21–1.21.5
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Details
Licensed MIT
Published 2 months ago
Updated last month
This "Banking System" was originally only available on Paper/Bukkit servers, which was frustrating for server owners like myself who prefer NeoForge or Fabric. So I created this datapack to bring a similar, familiar system to more standard Minecraft setups, with no coding required.
It's designed to work with my custom coin items (found here), but there's also a version that allows you to use base game items, or really any item with a few simple edits.
Installation Instructions
1 Scoreboards: Create the following scoreboards in your world:
CoinPoints (for player balance)
temp (temporary scoreboard for coin tracking)
2 Command Blocks: Place the provided functions in command blocks that execute as the player: Example commands:
/execute as @p run function bank:deposit
/execute as @p run function bank:withdraw_copper
/execute as @p run function bank:withdraw_silver
/execute as @p run function bank:withdraw_gold
/execute as @p run function bank:withdraw_diamond
/execute as @p run function bank:withdraw_netherite
As of right now it only supports Copper Coins/1 Item for deposits do to MC limitations