mirror of
https://github.com/asofold/CompatNoCheatPlus.git
synced 2025-02-17 01:31:46 +01:00
Change info command output for cncp.
This commit is contained in:
parent
48ca4e4ee5
commit
124f47be1a
@ -396,7 +396,7 @@ public class CompatNoCheatPlus extends JavaPlugin implements Listener {
|
||||
infos.add(getServer().getVersion());
|
||||
// Core plugins (NCP + cncp)
|
||||
infos.add("#### Core plugins ####");
|
||||
infos.add("cncp: " + getDescription().getFullName());
|
||||
infos.add(getDescription().getFullName());
|
||||
String temp = getOtherVersion("NoCheatPlus");
|
||||
infos.add(temp.isEmpty() ? "NoCheatPlus is missing or not yet enabled." : temp);
|
||||
infos.add("#### Typical plugin dependencies ####");
|
||||
|
Loading…
Reference in New Issue
Block a user