Описание
## Main features of the mod
### 1. **ATM and bank functions**
The mod adds various banking and ATM functions that allow players to interact with money and perform transactions.
- ATM (Automated Teller Machine):**
Players can perform the following transactions at ATMs:
- **deposit** money
- **Withdrawal** of money with fixed amounts such as:
- 1€, 2€, 5€, 10€, 50€, 100€, 200€
- **Deposit machine:**
A special machine that allows players to deposit money into their account.
- **Tooltip:** *"You can withdraw money here. ”*
### 2. ticket vending machines
Ticket vending machines act as sales systems where players can buy tickets.
- **Prices:**
- 1* : 5€
Players can purchase tickets to gain access to different areas or functions and to settle outstanding amounts.
### 3. **Scoreboard integration**
The mod offers **Scoreboard integration** to manage players' bank accounts and balances.
- **Scoreboard**:
A scoreboard that runs under the **"bank ‘** label to display and manage players’ financial data.
### 4. **Items**
The mod adds special items that can be used in the game:
- **Train Ticket:**
A **train ticket** that can be used by players to travel within the game or perform certain actions.
- **Logo:**
A **decorative item** that serves as a cosmetic element.
### 5. **Creative Mode Menu**
In creative mode, there is a new entry in the player's inventory for the specified item/blocks.
## Setup of the mod outside the official server
### 1. **Create scoreboards**
```
/scoreboard objectives add bank
/scoreboard objectives setdisplay sidebar bank
```
### 2. **Add player to scoreboard**
```
/scoreboard players add @a bank 1
```