Add Java Version to /papi dump command

This commit is contained in:
darbyjack 2021-08-04 14:16:15 -05:00
parent 6348c88c6f
commit 08c43d25e7
No known key found for this signature in database
GPG Key ID: F4B1016988371117
1 changed files with 4 additions and 0 deletions

View File

@ -179,6 +179,10 @@ public final class CommandDump extends PlaceholderCommand {
.append(plugin.getServer().getBukkitVersion())
.append('/')
.append(plugin.getServer().getVersion())
.append("\n");
builder.append("Java Version: ")
.append(System.getProperty("java.version"))
.append("\n\n");
builder.append("Plugin Info:")