Remove Galaxy dependency
Switched back to paper since we don't use any features from Galaxy that aren't already in paper
This commit is contained in:
@@ -27,7 +27,7 @@ public class PartyChat extends Toggleable implements CommandExecutor {
|
||||
}
|
||||
|
||||
if(args.length == 0) {
|
||||
player.sendMiniMessage(Config.PARTY_TOGGLED, Placeholder.component("status",
|
||||
player.sendRichMessage(Config.PARTY_TOGGLED, Placeholder.component("status",
|
||||
toggle(player.getUniqueId()) ? Config.TOGGLED_ON : Config.TOGGLED_OFF));
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user