Ich habe mir die mühe gemacht und die Config datei Übersetzt, leider funktioniert sie nicht. Das Plugin allerdings läuft, mit den standartbefelen.
Ich habe lange gesuch aber finde den Fehler nicht. vileicht kann mir jemand helfen?
Ich habe lange gesuch aber finde den Fehler nicht. vileicht kann mir jemand helfen?
# default config.yml for Bankcraft
database:
#Maximum amount of threads that Bankcraft can use to perform banking operations (default:4)
maximumThreads: 4
#Database in which bankcraft stores information (allowed: flatfile/mysql)
typeOfDatabase: flatFile
mysql:
host: 127.0.0.1
port: 3306
databaseName: 'mydatabase'
user: 'Gurke1993'
password: 'cheesecake'
#Migrate database from Names to UUIDs
updateToUUID: false
general:
#Swap left and right click interactions (false/true)
swapClicks: false
#Maximum amount of money/xp on players accounts
maxBankLimitMoney: 10000000
maxBankLimitXp: 50000
#Maximum amount of money/xp in players pockets
maxPocketLimitMoney: 10000000
maxPocketLimitXp: 50000
#Maximum amount of money/xp that player can borrow from the bank
maxLoanLimitMoney: 20000
maxLoanLimitXp: 1000
#Group that the player gets put in if he has borrowed money (if useLoanGroup is true) deactivate this by setting useLoanGroup to false
useLoanGroup: false
loanGroup: debitor
#Should a player that is in debt be reminded on login? (true = yes/ false = no)
remindDebitorOnLogin: true
#Amount of time a player has to wait between two command or sign interactions (in 1/1000th of a second)
timeBetweenTwoInteractions: 1000
#Exchangerate for the exchange from money to experience and visa versa
exchangerateFromMoneyToXp: 0.01
exchangerateFromXpToMoney: 90
#Enable automated exit of ChatInteract-Signs when leaving an area (can cause lag on big servers)
enableAutoExitSigns: true
secondsBetweenPlayerPositionChecks: 5
maximumRange: 20
interest:
#Interest granted on money/experience if the player is online/offline
interestOnMoneyIfOnline: 0.05
interestOnMoneyIfOffline: 0.0001
interestOnXpIfOnline: 0.05
interestOnXpIfOffline: 0.0002
#Interest charged on money/experience if the player is online/offline and is in debt
interestOnMoneydebtsIfOnline: 0.1
interestOnMoneydebtsIfOffline: 0.0003
interestOnXpdebtsIfOnline: 0.1
interestOnXpdebtsIfOffline: 0.0003
#Time until interests are given
timeBetweenInterestsInMinutes: 30
#Should it be logged if interests are granted
broadcastToConsole: true
#Should the player get a message if he got interests?
broadcastMoney: true
broadcastXp: true
#Ingame messages
message:
createdSignSuccessfully: 'Erstellen des Bankschildes erfolgreich!'
notAllowed: 'Dafür haben sie keine Berechtigung!'
removedSignSuccessfully: 'Bankschild Entfernt!'
errorWhileCreatingSign: 'Das Bankschild konnte nicht erstellt werden!'
balance: '%player2: %balance Euro!'
balancexp: '%player2: %balanceXp XP!'
amountAddedSuccessfullyToSign: 'der Betrag %amount wurde hinzugefügt!'
transferedSuccessfully: 'Überweisung von %amount Euro von %player zu %player2!'
transferedSuccessfullyXp: 'Überweisung von %amount XP von %player zu %player2!'
depositedSuccessfully: 'Sie haben %amount Euro Eingezahlt!'
reachedMaximumMoneyInAccount: 'Sie haben ihr Kontolimit ereicht!'
notEnoughMoneyInPoket: 'Sei haben leider keine %amount euro mehr in ihrem Portmonee!'
withdrewSuccessfully: 'Sie haben %amount Euro von ihrem Konto abgehoben!'
reachedMaximumMoneyInPocket: 'soviel Geld dürfen sie nicht mit sie führen!'
notEnoughMoneyInAccount: 'Sie haben keine %amount Euro mehr auf ihrem Konto'
accountDoesNotExist: 'Es gibt kein Konto was auf dem Namen %player2 registriert ist!'
grantedInterestOnMoney: 'sie haben %amount Euro Zinsen erhalten!'
couldNotGrantInterestOnMoney: 'Das geht leider nicht, sie haben ihr Kontolimit ereich!'
depositedSuccessfullyXp: 'Sie haben %amount Erfahrungspunkte Eingezahlt!'
reachedMaximumXpInAccount: 'Sie haben ihr Kontolimit ereicht!'
notEnoughXpInPoket: 'Sie haben keine %amount Erfahrungspunkte mehr!'
withdrewSuccessfullyXp: 'Sie haben %amount Erfahrungspunkte von ihrem Konto abgehoben!'
reachedMaximumXpInPocket: 'soviel Erfahrung dürfen sie nicht haben!'
notEnoughXpInAccount: 'Sie haben keine %amount Erfahrungspunkte mehr auf ihrem Konto''
grantedInterestOnXp: 'sie haben %amount Erfahrungspunkte Zinsen erhalten!'
couldNotGrantInterestOnXp: 'Das geht leider nicht, sie haben ihr XP-Kontolimit ereich!'
exchangedMoneySuccessfully: '%amount Euro gegen xp Getauscht!'
exchangedXpSuccessfully: '%amount Ehrfahrungspunkte in Geld umgetauscht!'
interestTimer: 'Sie bekommen alle %interestTimeTotal minuten zinsen. Bis zur nächsten Zinsbuchung sind es noch %interestTimeRemaining Minuten.'
nonExistingInteraction: 'Dien Befehl gibt es nich, Bitte Überprfen sie noch einmal ihre Engabe.'
wrongAmountSyntax: 'Dies ist entweder keine oder eine falsche Menge, Bitte Überprfen sie noch einmal ihre Engabe.'
specifyAnInteraction: 'Bitte geben sie eine Aktion ein die sie verwenden möchten.'
specifyAnAmount: 'Bitte geben sie einen Betrag ein!'
youHaveQuit: 'Sie haben diese Aktion abgebrochen!'
rankStatsMoney: 'Die reichsten Spieler: %rankTableMoney'
rankStat***perience: 'Die Erfahrensten Spieler: %rankTableExperience'
debitor: 'Sie befinden sich im Dispo ihres Kontos, bitte bezahlen sie ihre Schulden!'
tooFastInteraction: 'Einen Moment, Bitte!'
performingLookup: 'Performing lookup of this player in Minecraft Database! This can take a moment...'
signAndCommand:
version: version
help: help
balance: Kontostand
balancexp: KontostandXP
deposit: einzahlen
withdraw: auszahlen
depositxp: einzahlenXP
withdrawxp: auszahlenXP
exchange: austauschen
exchangexp: austauschenXP
interesttimer: zinstimer
chatinteract: chatinteract
transfer: transfer
transferxp: transferxp
rankstats: rankstats
rankstatsxp: rankstatsxp
signColor: 3
admin:
help: help
clear: clear
clearxp: clearxp
set: set
setxp: setxp
grant: grant
grantxp: grantxp
databaseimport: databaseimport
reloadconfig: reloadconfig
chat:
#prefix for all Bankcraft messages
prefix: '[Bank]'
#Color of these
color: 3
#Word which stops the interaction with a interaction sign
quit: quit
#amount of players that are shown in the rank tables
rankTableLength: 5