Banking System
A simple banking system for basic MC
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Banking System
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