-
Notifications
You must be signed in to change notification settings - Fork 260
Closed
Labels
Type: EnhancementNew feature or requestNew feature or request
Description
Confirmation
- I checked the Issues and Pull request tab for any existing issues or PRs.
- My Feature Request is for PlaceholderAPI and not any expansion or other plugin.
Type
Minor Code improvement (Won't affect Servers)
Description
.
Code Example
PlaceholderAPI/src/main/java/me/clip/placeholderapi/commands/impl/local/CommandDump.java
Lines 200 to 207 in 604fed3
| for (final Plugin other : plugins) { | |
| builder.append(" ") | |
| .append(String.format("%-" + size + "s", other.getName())) | |
| .append(" [Version: ") | |
| .append(other.getDescription().getVersion()) | |
| .append("]") | |
| .append("\n"); | |
| } |
Jar file
No response
Additional Information
No response
Metadata
Metadata
Assignees
Labels
Type: EnhancementNew feature or requestNew feature or request