mirror of
				https://e.coding.net/circlecloud/Yum.git
				synced 2025-11-04 13:16:02 +00:00 
			
		
		
		
	@@ -294,11 +294,11 @@ public class MonitorCommand implements CommandExecutor {
 | 
				
			|||||||
    private String getPer(final double per) {
 | 
					    private String getPer(final double per) {
 | 
				
			||||||
        final double p = per / 5;
 | 
					        final double p = per / 5;
 | 
				
			||||||
        final StringBuilder sb = new StringBuilder();
 | 
					        final StringBuilder sb = new StringBuilder();
 | 
				
			||||||
        if (p < 4) {
 | 
					        if (p < 3) {
 | 
				
			||||||
            sb.append("§a");
 | 
					            sb.append("§a");
 | 
				
			||||||
        } else if (p < 7) {
 | 
					        } else if (p < 6) {
 | 
				
			||||||
            sb.append("§d");
 | 
					            sb.append("§d");
 | 
				
			||||||
        } else if (p < 10) {
 | 
					        } else if (p < 9) {
 | 
				
			||||||
            sb.append("§c");
 | 
					            sb.append("§c");
 | 
				
			||||||
        } else {
 | 
					        } else {
 | 
				
			||||||
            sb.append("§4");
 | 
					            sb.append("§4");
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user