Rename debugpaste value names

This commit is contained in:
NotMyFault
2020-01-03 14:48:44 +01:00
parent a5ee0b197d
commit 3fb5ac6be8
2 changed files with 15 additions and 10 deletions

View File

@ -214,7 +214,7 @@ public class FaweBukkit implements IFawe, Listener {
@Override
public String getDebugInfo() {
StringBuilder msg = new StringBuilder();
msg.append("server.version: ").append(Bukkit.getVersion()).append("\n");
msg.append("Server Version: ").append(Bukkit.getVersion()).append("\n");
msg.append("Plugins: \n");
for (Plugin p : Bukkit.getPluginManager().getPlugins()) {
msg.append(" - ").append(p.getName()).append(": ")