mirror of
				https://github.com/PlaceholderAPI/PlaceholderAPI
				synced 2025-10-30 18:03:43 +01:00 
			
		
		
		
	Merge pull request #687 from PlaceholderAPI/java-version-dump
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