mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 05:28:59 +00:00
Added sealing command
This commit is contained in:
@@ -62,6 +62,7 @@ Help_Player: '&6/brew <Spieler> <%Trunkenheit> [Qualität]&9 Setzt Trunkenheit (
|
||||
Help_Reload: '&6/brew reload &9Config neuladen'
|
||||
Help_Configname: '&6/brew ItemName &9Zeigt Name für die Config vom Item in der Hand'
|
||||
Help_UnLabel: '&6/brew UnLabel &9Entfernt die genaue Beschriftung des Trankes'
|
||||
Help_Seal: '&6/brew Seal &9Tränke für den Verkauf versiegeln'
|
||||
Help_Wakeup: '&6/brew Wakeup List <Seite>&9 Listet alle Aufwachpunkte auf'
|
||||
Help_WakeupAdd: '&6/brew Wakeup Add &9Setzt einen Aufwachpunkt and deiner Position'
|
||||
Help_WakeupCheck: '&6/brew Wakeup Check &9Teleportiert zu allen Aufwachpunkten'
|
||||
|
||||
@@ -64,6 +64,7 @@ Help_Reload: '&6/brew reload &9Reload config'
|
||||
Help_Configname: '&6/brew ItemName &9Display name of item in hand for the config'
|
||||
Help_Static: '&6/brew static &9Make Brew static -> No further ageing or distilling'
|
||||
Help_UnLabel: '&6/brew unlabel &9Removes the detailled label of a potion'
|
||||
Help_Seal: '&6/brew seal &9Seal Brews for selling in shops'
|
||||
Help_Wakeup: '&6/brew wakeup list <Page>&9 Lists all wakeup points'
|
||||
Help_WakeupAdd: '&6/brew wakeup add &9Adds a wakeup point at your current position'
|
||||
Help_WakeupCheck: '&6/brew wakeup check &9Teleports to all wakeup points'
|
||||
|
||||
@@ -37,6 +37,7 @@ permissions:
|
||||
brewery.mod: true
|
||||
brewery.cmd.info: true
|
||||
brewery.cmd.infoOther: true
|
||||
brewery.cmd.seal: true
|
||||
brewery.cmd.player: true
|
||||
brewery.cmd.create: true
|
||||
brewery.cmd.copy: true
|
||||
@@ -60,6 +61,8 @@ permissions:
|
||||
description: Information about your own drunkeness
|
||||
brewery.cmd.infoOther:
|
||||
description: Information about the drunkeness of another Player
|
||||
brewery.cmd.seal:
|
||||
description: Open the Brew Sealer by command
|
||||
brewery.cmd.player:
|
||||
description: Set Player-values
|
||||
brewery.cmd.wakeup:
|
||||
|
||||
Reference in New Issue
Block a user