mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-22 02:25:49 +01:00
chore: change to pass validation
This commit is contained in:
parent
335b9f8bd9
commit
53f5802f88
@ -13,6 +13,7 @@ public class PermissionsGeneratorSpigot {
|
||||
|
||||
public static String toPermBlock(PermissionBuilder permission) {
|
||||
StringBuilder builder = new StringBuilder();
|
||||
builder.append("\n");
|
||||
String indent = " ";
|
||||
if (!permission.isDoNotExport()) {
|
||||
builder.append(indent).append(permission).append(":\n");
|
||||
|
@ -13,5 +13,4 @@ commands:
|
||||
description: Can be used to access portal destinations.
|
||||
aliases: [desti]
|
||||
usage: /<command>
|
||||
permissions:
|
||||
${permissions}
|
||||
permissions: ${permissions}
|
||||
|
Loading…
Reference in New Issue
Block a user