mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-18 00:46:55 +01:00
Add Java Version to /papi dump command
This commit is contained in:
parent
6348c88c6f
commit
08c43d25e7
@ -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:")
|
||||
|
Loading…
Reference in New Issue
Block a user