From ee381aaa2bb510f783825d916cb847c56fac50b5 Mon Sep 17 00:00:00 2001 From: Jkobs <66284145+Minzilein2003@users.noreply.github.com> Date: Wed, 12 Jul 2023 10:49:17 +0200 Subject: [PATCH] 8.6 --- Configs/English/config.yml | 44 ++++++++++++++++++++++++++++++++++++ Configs/English/messages.yml | 16 ++++++++++++- Configs/German/config.yml | 44 ++++++++++++++++++++++++++++++++++++ Configs/German/messages.yml | 16 ++++++++++++- 4 files changed, 118 insertions(+), 2 deletions(-) diff --git a/Configs/English/config.yml b/Configs/English/config.yml index f6d8cc5..2a52def 100644 --- a/Configs/English/config.yml +++ b/Configs/English/config.yml @@ -13,10 +13,17 @@ UpdateMessage: true MySQLPlayerDataBridge: false # Compatibility with Lands Lands: false +# Compatibility with Jobs +Jobs: false +# Enable MiniMessage Support for messages. No GUI! (https://webui.adventure.kyori.net) +MiniMessageSupport: false # Messages are not sent globally but as private messages SendAsPrivateMessage: false # Enable Logging Logging: true +# If a booster is started, but one is already running, it will be put on hold and started as soon as the other one runs out. The Booster with higher step will start first +Queue: + BiggerBoosterFirst: true Placeholder: # Should 2 digits always be displayed for Second placeholders TwoDigitsS: false @@ -73,6 +80,13 @@ Booster: Time: 20,10,5,3,2,1 # Sound to be played Sound: 'placeholder' + # If a booster is started, but one is already running, it will be put on hold and started as soon as the other one runs out. + Queue: + Enable: false + # Cooldown before a new one can be started. Time in Seconds Queue will be disabled. + Cooldown: + Enable: false + Time: 1200 Break: # Time how long a booster is active in Minutes. Set it to -1 to disable it Time: 10 @@ -115,6 +129,13 @@ Booster: Time: 20,10,5,3,2,1 # Sound to be played Sound: 'placeholder' + # If a booster is started, but one is already running, it will be put on hold and started as soon as the other one runs out. + Queue: + Enable: false + # Cooldown before a new one can be started. Time in Seconds Queue will be disabled. + Cooldown: + Enable: false + Time: 1200 Drop: # Time how long a booster is active in Minutes. Set it to -1 to disable it Time: 10 @@ -163,6 +184,13 @@ Booster: Time: 20,10,5,3,2,1 # Sound to be played Sound: 'placeholder' + # If a booster is started, but one is already running, it will be put on hold and started as soon as the other one runs out. + Queue: + Enable: false + # Cooldown before a new one can be started. Time in Seconds Queue will be disabled. + Cooldown: + Enable: false + Time: 1200 Mob: # Time how long a booster is active in Minutes. Set it to -1 to disable it Time: 10 @@ -207,6 +235,13 @@ Booster: Time: 20,10,5,3,2,1 # Sound to be played Sound: 'placeholder' + # If a booster is started, but one is already running, it will be put on hold and started as soon as the other one runs out. + Queue: + Enable: false + # Cooldown before a new one can be started. Time in Seconds Queue will be disabled. + Cooldown: + Enable: false + Time: 1200 Fly: # Time how long a booster is active in Minutes. Set it to -1 to disable it Time: 10 @@ -246,11 +281,20 @@ Booster: Enable: true # Time when players do not get fall damage after finishing in seconds Time: 5 + # If a booster is started, but one is already running, it will be put on hold and started as soon as the other one runs out. + Queue: + Enable: false + # Cooldown before a new one can be started. Time in Seconds Queue will be disabled. + Cooldown: + Enable: false + Time: 1200 Shop: # If this is disabled, you must buy each booster type separately. If this setting is active, a purchased booster is usable for all types GlobalBoosters: false # Sound to be played when the store is opened. Set it to null to disable it Sound: 'placeholder' +# Player get a notification at join if he can get a BonusBooster +BonusBoosterReminder: true # Booster that players get for free after a certain period of time (With Permission) Bonusbooster: # Priority of Bonus diff --git a/Configs/English/messages.yml b/Configs/English/messages.yml index c72a722..c187106 100644 --- a/Configs/English/messages.yml +++ b/Configs/English/messages.yml @@ -4,6 +4,14 @@ ConsoleName: 'Console' NoPermission: '%prefix% &cinsufficient permissions.' PlayerNotFound: '%prefix% &ctarget not found.' OnlyPlayers: '%prefix% &conly players can execute this command' +Converter: + NoMySQL: '%prefix% &cPlease activate MySQL in Config.yml!' + NoFile: '%prefix% &cThe Booster.yml does not exist!' + Success: '%prefix% &2Convert completed.' + Help: '%prefix% &cPlease use: &b/booster convert ' +Queue: + Paused: '%prefix% &2The booster was paused because a stronger one was started.' + InQueue: '%prefix% &2The booster is in the queue and will be started as soon as the current one is over.' AddOn: Help: '%prefix% &cPlease use: &b/booster module load/unload/info/list ' AddOnNotFound: '%prefix% &cAddOn not found.' @@ -90,6 +98,7 @@ Bonusbooster: Disabled: '%prefix% &cBonusBooster is currently deactivated :(.' Recive: '%prefix% &2You got &6%count% %type% &2booster.' Wait: '%prefix% &2You still have to wait &6%days% days&2, &6%hours% hours&2, &6%minutes% minutes &2.' + Join: '%prefix% &2You can get a BonusBooster.' Reset: Help: '%prefix% &cPlease use: &b/booster bbreset ' Success: '%prefix% &2You have reset from &6%player% &2the time.' @@ -108,6 +117,7 @@ Booster: End: '%newline%%newline%%newline%%prefix% &6Break-Booster &2has been deactivated!' Join: '%prefix% &2A &6Break-Booster &2is currently active!' Disabled: '%prefix% &2The &6Break-Booster &2has been deactivated!' + Cooldown: '%prefix% &2You still have to wait &6%hours% hours&2, &6%minutes% minutes&2, &6%seconds% seconds &2.' FLY: StartCountdown: '%prefix% Fly Booster activates in &6%time% &cSeconds !' Executer: '%prefix% &2You have activated a &6Fly-Booster &2!' @@ -117,6 +127,7 @@ Booster: End: '%newline%%newline%%newline%%prefix% &6Fly-Booster &2has been deactivated!' Join: '%prefix% &2A &6Fly-Booster &2is currently active!' Disabled: '%prefix% &2The &6Fly-Booster &2has been deactivated!' + Cooldown: '%prefix% &2You still have to wait &6%hours% hours&2, &6%minutes% minutes&2, &6%seconds% seconds &2.' DROP: StartCountdown: '%prefix% Drop Booster activates in &6%time% &cSeconds !' Executer: '%prefix% &2You have activated a &6Drop-Booster &2!' @@ -126,6 +137,7 @@ Booster: End: '%newline%%newline%%newline%%prefix% &6Drop-Booster &2has been deactivated!' Join: '%prefix% &2A &6Drop-Booster &2is currently active!' Disabled: '%prefix% &2The &6Drop-Booster &2has been deactivated!' + Cooldown: '%prefix% &2You still have to wait &6%hours% hours&2, &6%minutes% minutes&2, &6%seconds% seconds &2.' MOB: StartCountdown: '%prefix% Mob-Booster activates in &6%time% &cSeconds !' Executer: '%prefix% &2You have activated a &6Mob-Booster &2!' @@ -135,6 +147,7 @@ Booster: End: '%newline%%newline%%newline%%prefix% &6Mob-Booster &2has been deactivated!' Join: '%prefix% &2A &6Mob-Booster &2is currently active!' Disabled: '%prefix% &2The &6Mob-Booster &2has been deactivated!' + Cooldown: '%prefix% &2You still have to wait &6%hours% hours&2, &6%minutes% minutes&2, &6%seconds% seconds &2.' XP: StartCountdown: '%prefix% XP-Booster activates in &6%time% &cSeconds !' Executer: '%prefix% &2You have activated a &6XP-Booster &2!' @@ -144,4 +157,5 @@ Booster: End: '%newline%%newline%%newline%%prefix% &6XP-Booster &2has been deactivated!' Join: '%prefix% &2A &6XP-Booster &2is currently active!' Disabled: '%prefix% &2The &6XP-Booster &2has been deactivated!' - NoXPBottle: "%prefix% &2You can't use any XP Bottles during a &6XP Booster&2!" \ No newline at end of file + NoXPBottle: "%prefix% &2You can't use any XP Bottles during a &6XP Booster&2!" + Cooldown: '%prefix% &2You still have to wait &6%hours% hours&2, &6%minutes% minutes&2, &6%seconds% seconds &2.' \ No newline at end of file diff --git a/Configs/German/config.yml b/Configs/German/config.yml index f6d8cc5..1aa02df 100644 --- a/Configs/German/config.yml +++ b/Configs/German/config.yml @@ -17,6 +17,13 @@ Lands: false SendAsPrivateMessage: false # Enable Logging Logging: true +# Compatibility with Jobs +Jobs: false +# Enable MiniMessage Support for messages. No GUI! (https://webui.adventure.kyori.net) +MiniMessageSupport: false +# If a booster is started, but one is already running, it will be put on hold and started as soon as the other one runs out. The Booster with higher step will start first +Queue: + BiggerBoosterFirst: true Placeholder: # Should 2 digits always be displayed for Second placeholders TwoDigitsS: false @@ -73,6 +80,13 @@ Booster: Time: 20,10,5,3,2,1 # Sound to be played Sound: 'placeholder' + # If a booster is started, but one is already running, it will be put on hold and started as soon as the other one runs out. + Queue: + Enable: false + # Cooldown before a new one can be started. Time in Seconds Queue will be disabled. + Cooldown: + Enable: false + Time: 1200 Break: # Time how long a booster is active in Minutes. Set it to -1 to disable it Time: 10 @@ -115,6 +129,13 @@ Booster: Time: 20,10,5,3,2,1 # Sound to be played Sound: 'placeholder' + # If a booster is started, but one is already running, it will be put on hold and started as soon as the other one runs out. + Queue: + Enable: false + # Cooldown before a new one can be started. Time in Seconds Queue will be disabled. + Cooldown: + Enable: false + Time: 1200 Drop: # Time how long a booster is active in Minutes. Set it to -1 to disable it Time: 10 @@ -163,6 +184,13 @@ Booster: Time: 20,10,5,3,2,1 # Sound to be played Sound: 'placeholder' + # If a booster is started, but one is already running, it will be put on hold and started as soon as the other one runs out. + Queue: + Enable: false + # Cooldown before a new one can be started. Time in Seconds Queue will be disabled. + Cooldown: + Enable: false + Time: 1200 Mob: # Time how long a booster is active in Minutes. Set it to -1 to disable it Time: 10 @@ -207,6 +235,13 @@ Booster: Time: 20,10,5,3,2,1 # Sound to be played Sound: 'placeholder' + # If a booster is started, but one is already running, it will be put on hold and started as soon as the other one runs out. + Queue: + Enable: false + # Cooldown before a new one can be started. Time in Seconds Queue will be disabled. + Cooldown: + Enable: false + Time: 1200 Fly: # Time how long a booster is active in Minutes. Set it to -1 to disable it Time: 10 @@ -246,11 +281,20 @@ Booster: Enable: true # Time when players do not get fall damage after finishing in seconds Time: 5 + # If a booster is started, but one is already running, it will be put on hold and started as soon as the other one runs out. + Queue: + Enable: false + # Cooldown before a new one can be started. Time in Seconds Queue will be disabled. + Cooldown: + Enable: false + Time: 1200 Shop: # If this is disabled, you must buy each booster type separately. If this setting is active, a purchased booster is usable for all types GlobalBoosters: false # Sound to be played when the store is opened. Set it to null to disable it Sound: 'placeholder' +# Player get a notification at join if he can get a BonusBooster +BonusBoosterReminder: true # Booster that players get for free after a certain period of time (With Permission) Bonusbooster: # Priority of Bonus diff --git a/Configs/German/messages.yml b/Configs/German/messages.yml index db89c58..fe539c5 100644 --- a/Configs/German/messages.yml +++ b/Configs/German/messages.yml @@ -4,6 +4,14 @@ ConsoleName: 'Server' NoPermission: '%prefix% &cDafür hast du keine Rechte.' PlayerNotFound: '%prefix% &cDer Spieler wurde nicht gefunden.' OnlyPlayers: '%prefix% &cDiesen Befehl können nur Spieler ausführen!' +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 ' +Queue: + Paused: '%prefix% &2Der Booster wurde pausiert, da ein stärkerer gestartet wurde.' + InQueue: '%prefix% &2Der Booster ist in der Warteschlange und wird gestartet, sobald der aktuelle zu Ende ist.' AddOn: Help: '%prefix% &cBitte nutze: &b/booster module load/unload/info/list ' AddOnNotFound: '%prefix% &cAddOn nicht gefunden.' @@ -90,6 +98,7 @@ Bonusbooster: Disabled: '%prefix% &cBonusBooster ist aktuell deaktiviert.' Recive: '%prefix% &2Du hast &6%count% %type%-Booster &2bekommen.' Wait: '%prefix% &2Du musst noch &6%days% Tage&2, &6%hours% Stunden&2, &6%minutes% Minuten &2warten.' + Join: '%prefix% &2Du kannst dir einen BonusBooster holen.' Reset: Help: '%prefix% &cBitte nutze: &b/booster bbreset ' Success: '%prefix% &2Du hast von &6%player% &2die Zeit resettet.' @@ -108,6 +117,7 @@ Booster: End: '%newline%%newline%%newline%%prefix% &6Break-Booster &2wurde nun deaktiviert!' Join: '%prefix% &2Es ist ein &6Break-Booster &2aktiv!' Disabled: '%prefix% &2Der &6Break-Booster &2ist deaktiviert!' + Cooldown: '%prefix% &2Du musst noch &6%hours% Stunden&2, &6%minutes% Minuten&2, &6%seconds% Sekunden &2warten.' FLY: StartCountdown: '%prefix% &cAchtung, Fly Booster startet in &6%time% &cSekunden!' Executer: '%prefix% &2Du hast den &6Fly-Booster &2aktiviert!' @@ -117,6 +127,7 @@ Booster: End: '%newline%%newline%%newline%%prefix% &6Fly-Booster &2wurde nun deaktiviert!' Join: '%prefix% &2Es ist ein &6Fly-Booster &2aktiv!' Disabled: '%prefix% &2Der &6Fly-Booster &2ist deaktiviert!' + Cooldown: '%prefix% &2Du musst noch &6%hours% Stunden&2, &6%minutes% Minuten&2, &6%seconds% Sekunden &2warten.' DROP: StartCountdown: '%prefix% &cAchtung, Drop Booster startet in &6%time% &cSekunden!' Executer: '%prefix% &2Du hast den &6Drop-Booster &2aktiviert!' @@ -126,6 +137,7 @@ Booster: End: '%newline%%newline%%newline%%prefix% &6Drop-Booster &2wurde nun deaktiviert!' Join: '%prefix% &2Es ist ein &6Drop-Booster &2aktiv!' Disabled: '%prefix% &2Der &6Drop-Booster &2ist deaktiviert!' + Cooldown: '%prefix% &2Du musst noch &6%hours% Stunden&2, &6%minutes% Minuten&2, &6%seconds% Sekunden &2warten.' MOB: StartCountdown: '%prefix% &cAchtung, Mob Booster startet in &6%time% &cSekunden!' Executer: '%prefix% &2Du hast den &6Mob-Booster &2aktiviert!' @@ -135,6 +147,7 @@ Booster: End: '%newline%%newline%%newline%%prefix% &6Mob-Booster &2wurde nun deaktiviert!' Join: '%prefix% &2Es ist ein &6Mob-Booster &2aktiv!' Disabled: '%prefix% &2Der &6Mob-Booster &2ist deaktiviert!' + Cooldown: '%prefix% &2Du musst noch &6%hours% Stunden&2, &6%minutes% Minuten&2, &6%seconds% Sekunden &2warten.' XP: StartCountdown: '%prefix% &cAchtung, XP Booster startet in %time% Sekunden!' Executer: '%prefix% &2Du hast den &6XP-Booster &2aktiviert!' @@ -144,4 +157,5 @@ Booster: End: '%newline%%newline%%newline%%prefix% &6XP-Booster &2wurde nun deaktiviert!' Join: '%prefix% &2Es ist ein &6XP-Booster &2aktiv!' Disabled: '%prefix% &2Der &6XP-Booster &2ist deaktiviert!' - NoXPBottle: '%prefix% &2Du kannst während eines &6XP-Booster &2keine XP-Bottles nutzen!' \ No newline at end of file + NoXPBottle: '%prefix% &2Du kannst während eines &6XP-Booster &2keine XP-Bottles nutzen!' + Cooldown: '%prefix% &2Du musst noch &6%hours% Stunden&2, &6%minutes% Minuten&2, &6%seconds% Sekunden &2warten.' \ No newline at end of file