Adds a description to permission signs

The description is displayed when right-clicking the sign, and can be used to fully describe the effects, without the player needing to understand permissions.
This commit is contained in:
2022-07-10 14:47:12 +02:00
parent f9fd999a7f
commit a3f235fbf0
7 changed files with 51 additions and 21 deletions

View File

@@ -35,6 +35,7 @@ en:
SIGN_INFO: |
&f---- &4Permission Sign&f ----
&f| &bName: &7{Name}
&f| &bDescription: &7{Description}
&f| &bPermission(s): &7{Permissions}
&f| &bCost: &7{Cost}
&f| &bDuration: &7{Duration}
@@ -78,6 +79,7 @@ nb-no:
SIGN_INFO: |
&f---- &4Tilgangsrettighetsskilt&f ----
&f| &bNavn: &7{Name}
&f| &bBeskrivelse: &7{Description}
&f| &bTilgangsrettighet(er): &7{Permissions}
&f| &bKostnad: &7{Cost}
&f| &bVarighet: &7{Duration}