This commit is contained in:
Jkobs
2022-10-07 19:19:16 +02:00
parent 084dc0bd3c
commit 527f521b2b
5 changed files with 30 additions and 138 deletions

View File

@@ -25,9 +25,15 @@ Maincommand: GUI
# Disable Booster-Messages on Join
DisableJoinMessages: false
Booster:
# BoosterPermission + .[stage] Example: booster.break.1, booster.break.2, booster.break.3
PermissionPerStage: false
XP:
# Time how long a booster is active in Minutes. Set it to -1 to disable it
Time: 10
# Each player must activate the booster itself.
PerPlayer: false
# No XP bottles can be used during an XP booster
DisableXPBottles: false
# Is the list below a whitelist or a blacklist
ListMode: Blacklist
# List of worlds of the filter
@@ -68,6 +74,8 @@ Booster:
Break:
# Time how long a booster is active in Minutes. Set it to -1 to disable it
Time: 10
# Each player must activate the booster itself.
PerPlayer: false
# Is the list below a whitelist or a blacklist
ListMode: Blacklist
# List of worlds of the filter
@@ -108,6 +116,8 @@ Booster:
Drop:
# Time how long a booster is active in Minutes. Set it to -1 to disable it
Time: 10
# Each player must activate the booster itself.
PerPlayer: false
# Is the list below a whitelist or a blacklist
ListMode: Blacklist
# List of worlds of the filter
@@ -196,6 +206,8 @@ Booster:
Fly:
# Time how long a booster is active in Minutes. Set it to -1 to disable it
Time: 10
# Each player must activate the booster itself.
PerPlayer: false
# When this option is active, players with a special permission will not have the fly effect removed any more
FlyBypassEnable: false
# Is the list below a whitelist or a blacklist
@@ -228,7 +240,7 @@ Booster:
# Delay when a fly booster ends and players do not get fall damage
FallDamageDelay:
Enable: true
# Time where players do not get fall damage after finishing in seconds
# Time when players do not get fall damage after finishing in seconds
Time: 5
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

View File

@@ -132,4 +132,5 @@ Booster:
Downgrade: '%newline%%newline%%newline%%prefix% &6XP-Booster &ex%oldstage% &2wurde nun deaktiviert! Jetzt &6x%newstage%'
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!'
Disabled: '%prefix% &2Der &6XP-Booster &2ist deaktiviert!'
NoXPBottle: '%prefix% &2Du kannst während eines &6XP-Booster &2keine XP-Bottles nutzen!'