{"id":19745825,"url":"https://github.com/bentoboxworld/bank","last_synced_at":"2025-04-30T08:30:33.149Z","repository":{"id":44800934,"uuid":"213137985","full_name":"BentoBoxWorld/Bank","owner":"BentoBoxWorld","description":"Allow your players to deposit and withdraw money from the island's bank! See island rankings!","archived":false,"fork":false,"pushed_at":"2024-11-09T19:28:46.000Z","size":277,"stargazers_count":2,"open_issues_count":5,"forks_count":6,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2024-11-09T20:25:03.868Z","etag":null,"topics":["bentobox-addon","economy"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BentoBoxWorld.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["tastybento","BONNe"],"custom":["https://www.paypal.me/BentoBoxWorld"]}},"created_at":"2019-10-06T09:07:20.000Z","updated_at":"2024-11-09T19:28:47.000Z","dependencies_parsed_at":"2023-11-12T17:26:48.106Z","dependency_job_id":"cc405ac1-1e06-4806-aadf-e6df96bb531e","html_url":"https://github.com/BentoBoxWorld/Bank","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BentoBoxWorld%2FBank","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BentoBoxWorld%2FBank/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BentoBoxWorld%2FBank/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BentoBoxWorld%2FBank/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BentoBoxWorld","download_url":"https://codeload.github.com/BentoBoxWorld/Bank/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224202847,"owners_count":17272807,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bentobox-addon","economy"],"created_at":"2024-11-12T02:11:34.643Z","updated_at":"2024-11-12T02:11:35.294Z","avatar_url":"https://github.com/BentoBoxWorld.png","language":"Java","funding_links":["https://github.com/sponsors/tastybento","https://github.com/sponsors/BONNe","https://www.paypal.me/BentoBoxWorld"],"categories":[],"sub_categories":[],"readme":"# Bank\n[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=BentoBoxWorld_Bank\u0026metric=bugs)](https://sonarcloud.io/dashboard?id=BentoBoxWorld_Bank)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=BentoBoxWorld_Bank\u0026metric=coverage)](https://sonarcloud.io/dashboard?id=BentoBoxWorld_Bank)\n[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=BentoBoxWorld_Bank\u0026metric=sqale_rating)](https://sonarcloud.io/dashboard?id=BentoBoxWorld_Bank)\n[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=BentoBoxWorld_Bank\u0026metric=reliability_rating)](https://sonarcloud.io/dashboard?id=BentoBoxWorld_Bank)\n[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=BentoBoxWorld_Bank\u0026metric=security_rating)](https://sonarcloud.io/dashboard?id=BentoBoxWorld_Bank)\n[![Build Status](https://ci.codemc.io/job/BentoBoxWorld/job/Bank/badge/icon)](https://ci.codemc.io/job/BentoBoxWorld/job/Bank/)\n[![gitlocalized ](https://gitlocalize.com/repo/5451/whole_project/badge.svg)](https://gitlocalize.com/repo/5451/whole_project?utm_source=badge)\n\n**Bank** provides an **island bank** to enable island members to share money.\n\nCreated and maintained by [tastybento](https://github.com/tastybento).\n\n## Introduction\n\nEach island has a bank account. Players can deposit or withdraw money from their regular economy accounts into the island account where it is pooled. The island owner can decide which rank of team member can access the account via the settings menu. There is a `baltop` command that players can use to see which island has the most, or least money. \n\n\u003cimg src=https://github.com/BentoBoxWorld/Bank/assets/4407265/b496e8d1-6342-4c70-86a2-49f203a7ce93 width=\"400\"\u003e\n\n### Features\n\n* Save or spend money as an island team\n* Compete to have the highest balance in the game\n* See a full history of transactions on the account\n\n### Requirements\n**Bank** requires an economy to be installed on the server that uses Vault. Ideally, the economy should be multi-world aware otherwise money may end up being shared between worlds and game modes.\n\n## Commands\n### Player commands\n\nThe default player command is `bank` and it can be changed in the config.yml. So you use the bank you do `/island bank` for example.\n\n* `bank deposit \u003camount\u003e` - deposit money into the island bank\n* `bank withdraw \u003camount\u003e` - withdraw money from the island bank\n* `bank balance` - see your island bank balance\n* `bank statement` - see a fancy statement of deposits/withdrawals, etc. on your island bank account\n\n### Admin commands\n\nThe default admin command is `bank` and it can be changed in the config.yml.\n\nAdmin commands make money by magic.\n* `bank give \u003cplayer\u003e \u003camount\u003e` - deposit money into the player's island bank\n* `bank take \u003cplayer\u003e \u003camount\u003e` - withdraw money from the player's island bank\n* `bank set \u003cplayer\u003e \u003camount\u003e` - set the player's island bank balance to an amount\n* `bank balance \u003cplayer\u003e` - see a player's island bank balance\n* `bank statement \u003cplayer\u003e` - see a fancy statement of deposits/withdrawals, etc. on the player's island bank account\n\n\n\n## Configuration\n\n```\nbank:\n  # BentoBox GameModes that can use Bank\n  game-modes:\n  - BSkyBlock\n  - AOneBlock\n  - AcidIsland\n  - SkyGrid\n  - CaveBlock\n  commands:\n    # User command\n    user: bank\n    # Admin command\n    admin: bank\n```\n\n## Permissions\n\n```\npermissions:\n  '[gamemode].bank.user':\n    description: Player can use bank command\n    default: true\n  '[gamemode].bank.user.balance':\n    description: Player can use bank balance command\n    default: true\n  '[gamemode].bank.user.deposit':\n    description: Player can use the bank deposit command\n    default: true\n  '[gamemode].bank.user.withdraw':\n    description: Player can use bank withdraw command\n    default: true\n  '[gamemode].bank.user.statement':\n    description: Player can use the bank statement command\n    default: true\n  '[gamemode].bank.user.baltop':\n    description: Player can use bank baltop command\n    default: true\n  '[gamemode].bank.admin':\n    description: Player can use admin command\n    default: op\n  '[gamemode].bank.admin.balance':\n    description: Player can use admin balance command\n    default: op\n  '[gamemode].bank.admin.give':\n    description: Player can use the admin give command\n    default: op\n  '[gamemode].bank.admin.take':\n    description: Player can use admin take command\n    default: op\n  '[gamemode].bank.admin.statement':\n    description: Player can use the admin statement command\n    default: op\n  '[gamemode].bank.admin.set':\n    description: Player can use admin set command\n    default: op\n\n```\n\n## Like this addon?\nYou can [sponsor](https://github.com/sponsors/tastybento) to get more addons like this and make this one better!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbentoboxworld%2Fbank","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbentoboxworld%2Fbank","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbentoboxworld%2Fbank/lists"}