Reformat premium information

This commit is contained in:
N0tMyFaultOG
2020-04-21 23:38:56 +02:00
parent 6da4994955
commit c8d8fb6aff
2 changed files with 7 additions and 9 deletions

View File

@ -81,9 +81,9 @@ public class DebugPaste extends SubCommand {
"# Welcome to this paste\n# It is meant to provide us at IntellectualSites with better information about your "
+ "problem\n\n");
b.append("# PlotSquared Information\n");
b.append("This PlotSquared version (").append(PremiumVerification.getResourceID()).append(") is licensed to the spigot user ")
.append(PremiumVerification.getUserID()).append(" under ").append(
PremiumVerification.getDownloadID()).append("\n");
b.append("Resource ID: ").append(PremiumVerification.getResourceID()).append("\n");
b.append("Download ID: ").append(PremiumVerification.getDownloadID()).append("\n");
b.append("This PlotSquared version is licensed to the spigot user ").append(PremiumVerification.getUserID()).append("\n\n");
b.append("# Server Information\n");
b.append("Server Version: ").append(PlotSquared.get().IMP.getServerImplementation())
.append("\n");