This commit is contained in:
Jkobs 2023-03-02 08:57:00 +01:00
parent 0a214b18b5
commit 9610dce1d3
4 changed files with 16 additions and 0 deletions

View File

@ -11,6 +11,8 @@ Datastore:
UpdateMessage: true
# Compatibility with MySQLPlayerDataBridge
MySQLPlayerDataBridge: false
# Compatibility with Lands
Lands: false
# Messages are not sent globally but as private messages
SendAsPrivateMessage: false
# Enable Logging

View File

@ -18,6 +18,12 @@ Shop:
Not_Setup: '%prefix% &cvault missing!'
Success: '%prefix% &2You have bought &6%count% &6%type%-Booster &2vor &6%price%.'
No_Money: '%prefix% &cinsufficient money reserves.'
Help: '%prefix% &cPlease use: &b/booster shop <Player>'
Converter:
NoMySQL: '%prefix% &cPlease enable MySQL in Config.yml!'
NoFile: '%prefix% &cThe Booster.yml does not exist!'
Success: '%prefix% &2Convert completed.'
Help: '%prefix% &cPlease use: &b/booster convert <typ>'
Overview: '%prefix% &8------ &4Booster &8------%newline%%prefix%%newline%%prefix% &The &6Break-Booster &2is &ex%status_break%&2. You own: &6%count_break%%newline%%prefix% &2The &6Drop-Booster &2is &ex%status_drop%&2. You own: &6%count_drop%%newline%%prefix% &2The &6Mob-Booster &2is &ex%status_mob%&2. You own: &6%count_mob%%newline%%prefix% &2The &6Fly-Booster &2is &ex%status_fly%&2. You own: &6%count_fly%%newline%%prefix% &2The &6XP-Booster &2is &ex%status_xp%&2. You own: &6%count_xp%%newline%%prefix% &8------ &4Booster &8------'
Stopallbooster:
Player: '%prefix% &2You have stopped all Boosts.'

View File

@ -11,6 +11,8 @@ Datastore:
UpdateMessage: true
# Compatibility with MySQLPlayerDataBridge
MySQLPlayerDataBridge: false
# Compatibility with Lands
Lands: false
# Messages are not sent globally but as private messages
SendAsPrivateMessage: false
# Enable Logging

View File

@ -18,6 +18,12 @@ Shop:
Not_Setup: '%prefix% &cVault nicht eingerichtet!'
Success: '%prefix% &2Du hast &6%count% &2Booster von &6%type%-Booster &2für &6%price% &2gekauft.'
No_Money: '%prefix% &cDu hast nicht genug Geld!'
Help: '%prefix% &cBitte nutze: &b/booster shop <Player>'
Converter:
NoMySQL: '%prefix% &cBitte aktiviere MySQL in der Config.yml!'
NoFile: '%prefix% &cDie Booster.yml existiert nicht!'
Success: '%prefix% &2Convert abgeschlossen.'
Help: '%prefix% &cBitte nutze: &b/booster convert <typ>'
Overview: '%prefix% &8------ &4Booster &8------%newline%%prefix%%newline%%prefix% &2Der &6Break-Booster &2ist &ex%status_break%&2. Du besitzt: &6%count_break%%newline%%prefix% &2Der &6Drop-Booster &2ist &ex%status_drop%&2. Du besitzt: &6%count_drop%%newline%%prefix% &2Der &6Mob-Booster &2ist &ex%status_mob%&2. Du besitzt: &6%count_mob%%newline%%prefix% &2Der &6Fly-Booster &2ist &ex%status_fly%&2. Du besitzt: &6%count_fly%%newline%%prefix% &2Der &6XP-Booster &2ist &ex%status_xp%&2. Du besitzt: &6%count_xp%%newline%%prefix% &8------ &4Booster &8------'
Stopallbooster:
Player: '%prefix% &2Du hast alle Booster gestoppt.'