Blame

babec7 Ry 2025-05-10 17:35:15 1
## 💰 Economy System
2
3
### Overview
4
5
All players start their adventure with **\$5000** in-game currency. This economy system supports a variety of money-making methods, allowing players to earn, spend, and manage their funds across lands, shops, and interactions with other players.
6
7
---
8
9
### 🧾 How to Earn Money
10
11
Players can earn money through the following methods:
12
13
| Method | Description |
14
| ------------------------ | --------------------------------------------------------------------- |
15
| **Bounties** | Kill players who have a bounty on their head to claim their reward. |
16
| **Quests** | Complete tasks given by NPCs located around the spawn area. |
17
| **Selling to Shop NPCs** | Sell items directly to **shop NPCs** scattered around the spawn area. |
18
| **Player Shops** | Create or use other players' shops to sell valuable goods. |
19
| **Auction House** | List and sell items on the global auction house to other players. |
20
21
---
22
23
### 💵 Player Economy Commands
24
25
| Command | Description |
26
| -------------------------- | ------------------------------------------------ |
27
| **`/bal`** | Displays your current balance. |
28
| **`/baltop`** | Shows the top 10 richest players on the server. |
29
| **`/pay <user> <amount>`** | Sends money to another player from your balance. |
30
31
---
32
33
### 🏘️ Land Economy Integration (Lands Plugin)
34
35
Players who own land through the **Lands plugin** can also manage their land's balance independently of their personal balance.
36
37
| Command | Description |
38
| ------------------------------ | --------------------------------------------------------------------- |
39
| **`/lands deposit <amount>`** | Moves money from your personal balance into your land’s treasury. |
40
| **`/lands withdraw <amount>`** | Transfers money from your land’s balance back to your personal funds. |
41
42
---
43
44
### 🛍️ Spending Money
45
46
Players can spend their money in various ways:
47
48
* **Buying items** from player shops, NPCs, or the auction house.
49
* **Renting or buying land plots**.
50
* **Paying other players** for services, resources, or in-game trades.
51
52
---
53
54
### 🔒 Security Tips
55
56
* Double-check amounts before using `/pay`.
57
* Use `/bal` frequently to track your spending and savings.