Skip to content

Add plugin's author name on /papi dump for easier debug #1045

@iGabyTM

Description

@iGabyTM

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

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

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions