batuhanacar
Genç Girişimci
Kayıtlı Üye
Sunucu Sahibi
- Katılım
- 17 Kas 2021
- Mesajlar
- 88
- Tepkime puanı
- 68
- Aktiflik Süresi
- 0
- Puanları
- 0
- Discord
- batuhanacar#0001
- Steam
- batuhanacar
Selam değerli Mine-Block kullanıcıları, bugün SpigotMC'de gezerken gözüme takılan bir eklentinin Forumda konusu olmadığın gördüm (varsa kusuruma bakmayın tekrar açmışımdır konuyu) sizlerede tanıtarak sunmak istedim
Eklentinin yapımcısı bu eklentiyi çalıştırmak için VAULT kurmamızı söylemiştir bilginize.
• Oyuncularınızın istatistiklerini kolay ve basit bir dosyada saklayabiliyorsunuz çok fazla yer tüketmez hafif boyutu mevcut, anlaması ve kullanılması kolay bir şekildedir işlemleri yaparken özel sesler çıkmaktadır /banka komutu menülü bir şekilde işlemektedir zaman ve faiz sistemleri düzenlenebilir bir şekildedir, bir oyuncunun bakiyesini - sıfırlamak - düzenlemek için mevcut yönetici komutları mevcuttur, oyuncuların bakiyesini görüntülemek için faydalı denetleyiciler.
CONFİG YML
MESSAGE YML
Eklentinin yapımcısı bu eklentiyi çalıştırmak için VAULT kurmamızı söylemiştir bilginize.
• Oyuncularınızın istatistiklerini kolay ve basit bir dosyada saklayabiliyorsunuz çok fazla yer tüketmez hafif boyutu mevcut, anlaması ve kullanılması kolay bir şekildedir işlemleri yaparken özel sesler çıkmaktadır /banka komutu menülü bir şekilde işlemektedir zaman ve faiz sistemleri düzenlenebilir bir şekildedir, bir oyuncunun bakiyesini - sıfırlamak - düzenlemek için mevcut yönetici komutları mevcuttur, oyuncuların bakiyesini görüntülemek için faydalı denetleyiciler.
- ÜYE KOMUTLARI
- /bank Bakiyeyi Görüntüle / GuiBank'ı Aç
- /bank deposit <amount> Bankanıza bir miktar para yatırın
- /bank withdraw <amount> Bankanızdan bir miktar para çekin
- /bank view <player> Bir oyuncunun banka bakiyesini görüntüleyin
- /bank help Gönder ve yardım mesajı
- YÖNETİCİ KOMUTLARI
- /bank set <amount> <player> Bir oyuncunun banka bakiyesini <amount> olarak ayarlayın
- /bank add <amount> <player> Oyuncu bankasına para ve miktar ekle
- /bank remove <amount> <player> Oyuncu bankasındaki parayı ve miktarı kaldır
- /bank reload Eklentiyi yeniden yükle
- bankplus.withdraw
- bankplus.deposit
- bankplus.view
- bankplus.add
- bankplus.remove
- bankplus.set
- bankplus.help
- bankplus.reload
- %bankplus_balance% Oyuncu banka bakiyesinin ham sayısını göster
- %bankplus_balance_formatted% Oyuncu banka bakiyesi Biçimlendirilmiş
CONFİG YML
Kod:
# Configuration File BankPlus
#
# Made by Pulsi_
Update-Checker: true
Interest:
# Interest will give players that has money in bank
# an % of the amount every amount of days / hours etc..
Enabled: true
Money-Given: "5" # 5% of the amount
# <num>-m -> Minutes
# <num>-h -> Hours
# <num>-d -> Days
Delay: "5-m"
General:
Join-Start-Amount: 500
# Will use players UUIDs for store moneys,
# otherwise, it will use players Names
Use-UUID: true
Withdraw-Sound:
Enabled: true
Sound: "ENTITY_PLAYER_LEVEL_UP,5,1" #Sound Type, Volume, Pitch
Deposit-Sound:
Enabled: true
Sound: "ENTITY_ORB_PICKUP,5,1"
View-Sound:
Enabled: true
Sound: "ENTITY_ORB_PICKUP,5,1"
Personal-Sound:
Enabled: true
Sound: "ENTITY_ORB_PICKUP,5,1"
Gui:
#
# If the GUI its enabled, typing /bank
# won't display the amount of Money
# but will open this GUI
#
# Local Placeholders:
# %player_name% -> Returns the player name
# %balance% -> Returns the balance
# %balance_formatted% -> Returns the players balance formatted
# (( It also works on Title ))
Enabled: true
Title: "&a&lGui Bank"
Lines: 3
Filler:
Enabled: true
Material: "WHITE_STAINED_GLASS_PANE"
DisplayName: "&6"
Glowing: false
Items:
# You can add as many items as you want
# and not only for make the bank work
Withdraw:
Material: "EMERALD"
DisplayName: "&aWithdraw"
Slot: 11
Lore:
- ""
- "&7Withdraw &a500$ &7from your bank"
- ""
Glowing: true
Action:
# You can choose a number or:
# "ALL" -> All money
# "HALF" -> Half of the money
Action-Type: "Withdraw"
Amount: "500"
WithdrawHalf:
Material: "EMERALD"
DisplayName: "&aWithdraw"
Slot: 12
Lore:
- ""
- "&7Withdraw &aHalf &7of the money from your bank"
- ""
Glowing: true
Action:
Action-Type: "Withdraw"
Amount: "HALF"
WithdrawAll:
Material: "EMERALD"
DisplayName: "&aWithdraw"
Slot: 21
Lore:
- ""
- "&7Withdraw &aAll &7of the money from your bank"
- ""
Glowing: true
Action:
Action-Type: "Withdraw"
Amount: "ALL"
Personal-Info:
Material: "PAPER"
DisplayName: "&aPersonal"
Slot: 14
Lore:
- ""
- "&7Account Name: &f%player_name%"
- "&7Balance: &a%balance_formatted%"
- ""
Glowing: true
Deposit:
Material: "EMERALD"
Slot: 17
DisplayName: "&aDeposit"
Lore:
- ""
- "&7Deposit &a500$ &7to your bank"
- ""
Glowing: true
Action:
Action-Type: "Deposit"
Amount: "500"
DepositHalf:
Material: "EMERALD"
Slot: 16
DisplayName: "&aDeposit"
Lore:
- ""
- "&7Deposit &aHalf &7of your money to your bank"
- ""
Glowing: true
Action:
Action-Type: "Deposit"
Amount: "HALF"
DepositAll:
Material: "EMERALD"
Slot: 25
DisplayName: "&aDeposit"
Lore:
- ""
- "&7Deposit &aAll &7of your money to your bank"
- ""
Glowing: true
Action:
Action-Type: "Deposit"
Amount: "ALL"
MESSAGE YML
Kod:
# Messages File BankPlus
#
# Made by Pulsi_
#You can use %money% for the raw number (Ex: 50000 will be 50000, with %money_formatted%: 50000 -> 50k)
Invalid-Number: "&a&lBank&9&lPlus &aPlease choose a valid number!"
Specify-Number: "&a&lBank&9&lPlus &aPlease specify a number!"
Reload: "&a&lBank&9&lPlus &aPlugin reloaded!"
Not-Player: "&a&lBank&9&lPlus &aYou are not a player!"
Insufficient-Money-Withdraw: "&a&lBank&9&lPlus &aYou don't have sufficient money to withdraw!"
Insufficient-Money-Deposit: "&a&lBank&9&lPlus &aYou don't have sufficient money to deposit!"
Personal-Bank: "&a&lBank&9&lPlus &aYou have &f%money_formatted% Money &ain your bank."
Unknown-Command: "&a&lBank&9&lPlus &cUnknown Command!"
Success-Withdraw: "&a&lBank&9&lPlus &aSuccessfully withdrew &f%money_formatted% Money&a!"
Success-Deposit: "&a&lBank&9&lPlus &aSuccessfully deposited &f%money_formatted% Money&a!"
No-Permission: "&a&lBank&9&lPlus &cYou don't have the permission!"
Specify-Player: "&a&lBank&9&lPlus &cPlease specify a player!"
Cannot-Find-Player: "&a&lBank&9&lPlus &cCannot find this player!"
Bank-Others: "&a&lBank&9&lPlus &f%player% &ahas &f%money_formatted% Money &ain their bank!"
Set-Message: "&a&lBank&9&lPlus &fYou have set &f%player%'s bank balance &ato &f%amount%&a!"
Add-Message: "&a&lBank&9&lPlus &fYou have added &f%amount_formatted% Money &ato &f%player%'s bank balance&a!"
Remove-Message: "&a&lBank&9&lPlus &fYou have removed &f%amount_formatted% Money &ato &f%player%'s bank balance&a!"
Interest-Broadcast:
Enabled: true
Message: "&aBank&9Plus &aThe interest was delivered!"
Help-Message:
- "&a&lBank&9&lPlus &aHelp page"
- "&a/bank deposit <amount> &7Deposit an amount of Money."
- "&a/bank withdraw <amount> &7Withdraw an amount of Money."
- "&a/bank view <player> &7View the balance of a player."