mirror of
https://github.com/BGHDDevelopment/PlayerBalancer.git
synced 2025-03-11 06:01:30 +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()
|
.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) {
|
if (section.getServer() != null) {
|
||||||
sender.sendMessage(new ComponentBuilder("Section Server: ")
|
sender.sendMessage(new ComponentBuilder("Section Server: ")
|
||||||
.color(ChatColor.GRAY)
|
.color(ChatColor.GRAY)
|
||||||
|
Loading…
Reference in New Issue
Block a user