mirror of
https://github.com/BGHDDevelopment/PlayerBalancer.git
synced 2024-11-27 05:05:19 +01:00
Display information about it being reiterative or not
This commit is contained in:
parent
922399a934
commit
14f2765a14
@ -118,6 +118,13 @@ public class ManageCommand extends Command {
|
||||
.create()
|
||||
);
|
||||
|
||||
sender.sendMessage(new ComponentBuilder("Reiterative: ")
|
||||
.color(ChatColor.GRAY)
|
||||
.append(manager.isReiterative(section) ? "yes" : "no")
|
||||
.color(manager.isReiterative(section) ? ChatColor.GREEN : ChatColor.RED)
|
||||
.create()
|
||||
);
|
||||
|
||||
if (section.getServer() != null) {
|
||||
sender.sendMessage(new ComponentBuilder("Section Server: ")
|
||||
.color(ChatColor.GRAY)
|
||||
|
Loading…
Reference in New Issue
Block a user