Fixes
Some checks are pending
Build plugin / build (push) Waiting to run

This commit is contained in:
2vb 2024-07-10 10:27:38 -07:00
parent be36204315
commit b3a208c124
2 changed files with 2 additions and 2 deletions

View File

@ -540,7 +540,7 @@ public class CTB implements Minigame {
cTagger.sendMessage(messages.getString("system.player.tag.notime.notify").replace("%player%", tagged.getName()));
cTagged.sendMessage(messages.getString("system.player.tag.notime.info").replace("%player%", tagger.getName()));
playerStateMap.replace(tagger, CtbData.PlayerState.Tagging, CtbData.PlayerState.Invulnerable);
playerStateMap.replace(tagged, CtbData.PlayerState.Tagged, CtbData.PlayerState.Invulnerable);
playerStateMap.replace(tagged, CtbData.PlayerState.Tagged, CtbData.PlayerState.Free);
for (Entity entity : tagger.getPassengers()) {
if (entity instanceof ArmorStand) {
entity.remove();

View File

@ -16,7 +16,7 @@ system:
tag:
notime:
notify: "&7You have run out of time to bring %player% to Jail! You must head back to Neutral before you can do anything."
info: "&7%player% has run out of time to take you to Jail! You have been released and you must head back to Neutral before you can do anything."
info: "&7%player% has run out of time to take you to Jail! You have been released!"
notify: "&7You have been tagged! %player% now has %seconds% seconds to take you to Jail or you will be freed!"
info: "&7You have tagged %player%! You have %seconds% seconds to take them to Jail! Crouch if you would like to set them free."
released: