mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-18 00:46:55 +01:00
Merge pull request #687 from PlaceholderAPI/java-version-dump
Add Java Version to /papi dump command
This commit is contained in:
commit
894dcd0a2f
@ -179,6 +179,10 @@ public final class CommandDump extends PlaceholderCommand {
|
|||||||
.append(plugin.getServer().getBukkitVersion())
|
.append(plugin.getServer().getBukkitVersion())
|
||||||
.append('/')
|
.append('/')
|
||||||
.append(plugin.getServer().getVersion())
|
.append(plugin.getServer().getVersion())
|
||||||
|
.append("\n");
|
||||||
|
|
||||||
|
builder.append("Java Version: ")
|
||||||
|
.append(System.getProperty("java.version"))
|
||||||
.append("\n\n");
|
.append("\n\n");
|
||||||
|
|
||||||
builder.append("Plugin Info:")
|
builder.append("Plugin Info:")
|
||||||
|
Loading…
Reference in New Issue
Block a user