- Tham gia
- 05/07/2016
- Bài viết
- 4,225

Plugin giúp cho việc online của member nhận được tiền
Ví dụ: online 1 phút sẽ nhận được 1$


ATM rút tiền

/tim - khởi động lại config.
/atm <player> - xem ATM của người chơi

tim.atm.place - quyền để tạo bảng ATM
tim.atm.use - quyền để sử dụng ATM
tim.reload - dùng được lệnh /tim
tim.admin - dùng được lệnh /atm <player>

Mã:
configuration-version: 12
auto-update: true
debug-log: false
afk_payout: false
display-messages-in-chat: true
display-messages-in-actionbar: true
display-messages-in-actionbar-time: 10
give_money_every_second: 600
store-money-in-bank: false
# Payouts will be delivered by "chance" instead "permission".
choose-payout-by-chance: false
# You can add as many payouts you want. You only can choose between "permission"
# and "change", not both.
payouts:
1:
payout_amount: 50
max_payout_per_day: 1000
# chance: 10
permission:
2:
payout_amount: 100
max_payout_per_day: 10000
commands:
- /give %player% diamond 1
# chance: 90
# You can use any permission name you want. e.g. myserver.donor
permission: tim.vip
# Translations
message: "&aYou earned &c%money% &afor 10 minutes online time!"
message_payoutlimit_reached: "&cYou have reached the payout limit today. You earned 0$"
message_afk: "&cYou havn't earned money because you were afk!"
message_actionbar: "&aYou earned &c%money% &afor 10 minutes online time!"
message_payoutlimit_reached_actionbar: "&cYou have reached the payout limit today. You got 0$"
message_afk_actionbar: "&cYou havn't earned money because you were afk!"
message_atm_noperms: "&cYou don't have the permission to use ATM's!"
message_atm_nomoneyinbank: "&cYou don't have enough money in bank!"
message_atm_nomoney: "&cYou don't have enough money!"
# ATM -> Place down a sign with [atm] on the first line to use it!
atm_title: "&cATM"
atm_withdraw: "&cWithdraw"
atm_deposit: "&cDeposit"
atm_balance: "&cBank balance:"
# You can seperate the ATM balances for different worlds by group them. Just set group-atms to true and write atm_groups as described below.
# Note: Existing bank accounts will be removed when enabling this feature.
group-atms: false
# Example groups for seperating all worlds:
#atm_groups:
# group1:
# - world
# group2:
# - world_nether
# group3:
# - world_the_end
# Example groups for seperating skyblock worlds and survival worlds:
#atm_groups:
# group1:
# - ASkyblock_world
# - Askyblock_spawn
# group2:
# - survival_world
# - farm_world

www.spigotmc.org





