Fixed minor bugs

This commit is contained in:
Auxilor
2022-04-29 22:30:03 +01:00
parent 5e6a34d27d
commit 14bceadb12
2 changed files with 3 additions and 3 deletions
@@ -154,7 +154,7 @@ class Booster(
PlaceholderManager.registerPlaceholder(
PlayerlessPlaceholder(
plugin,
"time_remaining"
"${id}_time_remaining"
) {
if (secondsLeft <= 0) {
return@PlayerlessPlaceholder "00:00:00"
@@ -9,12 +9,12 @@ messages:
requires-booster: "&cYou must specify a booster!"
invalid-booster: "&cInvalid booster!"
gave-booster: "Gave %player% %booster% &fx%amount%!"
already-active: "&cA booster is already active!"
already-active: "&cThis booster is already active!"
dont-have: "&cYou don't have any of these boosters! Get some at &astore.ecomc.net"
on-cooldown: "&cThis effect is on cooldown! &fTime left: &a%seconds% seconds"
cannot-afford: "&cYou can't afford to do this! &fCost: &a$$%cost%"
cannot-afford-type: "&cYou can't afford to do this! &fCost: &a%cost% %type%"
cancelled: "Cancelled the active booster"
cancelled: "Cancelled the active boosters"
cannot-transmit: "&cYou can't transmit here!"
no-currently-active: "&cNot Active!"