mirror of
https://github.com/DieReicheErethons/Brewery.git
synced 2025-02-27 03:01:43 +01:00
Created Commands (markdown)
parent
0298aeeb03
commit
e112eb78ca
76
Commands.md
Normal file
76
Commands.md
Normal file
@ -0,0 +1,76 @@
|
||||
<table>
|
||||
<tr>
|
||||
<th>Command</th><th>Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>/br Info</td><td>Information about your own drunkenness </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>/br Info [Player]</td><td>Information about the drunkenness of [Player]</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>/br [Player] [Drunkenness] [Quality]</td><td>Set Player-values. Drunkenness in %, Quality from 1-10.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>/br UnLabel</td><td>Hides the detailled numbers on the label of the Potion in your hand forever</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>/br Copy [Quantity]</td><td>Copies the potion in your hand. Optional you can specify the amount of copies</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>/br Delete</td><td>Deletes the potion in your hand</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>/br Wakeup Add</td><td>Set a new Wakeup Point at your Position</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>/br Wakeup List [Page]</td><td>List alle Wakeup Points at [Page]</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>/br Wakeup List [Page] [World]</td><td>List alle Wakeup Points at [Page] of a specific [World]</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>/br Wakeup Check</td><td>Teleports to every Wakeup Point to check them</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>/br Wakeup Check [id]</td><td>Teleports to the Wakeup Point with the [id] to check it</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>/br Wakeup Remove [id]</td><td>Removes the Wakeup Point with [id]</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>/br Reload</td><td>Reload Config including Recipes</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Permissions
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>Permission</th><th>Accessible Command</th><th>Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>brewery.cmd.unlabel</td><td>UnLabel</td><td>Remove Parts of the Potionlabel</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>brewery.cmd.info</td><td>Info</td><td>Information about your own drunkeness</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>brewery.cmd.infoOther</td><td>Info [Player]</td><td>Information about the drunkeness of [Spieler]</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>brewery.cmd.player</td><td>[Player] *</td><td>Set Player-values</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>brewery.cmd.wakeup</td><td>Wakeup *</td><td>Set, Check and Remove Wakeup Points</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>brewery.cmd.copy</td><td>Copy</td><td>Copy Potions</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>brewery.cmd.delete</td><td>Delete</td><td>Delete Potions</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>brewery.cmd.reload</td><td>Reload</td><td>Reload config</td>
|
||||
</tr>
|
||||
</table>
|
Loading…
Reference in New Issue
Block a user