mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-09-06 05:17:05 +02:00
Add Java Version to /papi dump command
This commit is contained in:
@@ -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:")
|
||||||
|
Reference in New Issue
Block a user