From 633378713ad0296cc1245d4497a2745d9404b3af Mon Sep 17 00:00:00 2001 From: Hannes Greule Date: Sat, 18 Jan 2020 22:17:50 +0100 Subject: [PATCH] Escape | in table --- Commands-and-Permissions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commands-and-Permissions.md b/Commands-and-Permissions.md index 63b01cd..cc30828 100644 --- a/Commands-and-Permissions.md +++ b/Commands-and-Permissions.md @@ -160,6 +160,6 @@ The following are an example of some permissions you may give your users. | /plot cluster invite ``| invite a player to the cluster | `plots.cluster.invite` | | /plot cluster kick `` | kick a player from the cluster | `plots.cluster.kick` | | /plot cluster leave `[name]` | leave a plot cluster | `plots.cluster.leave` | -| /plot cluster helpers `` `` | manage helpers for the cluster | `plots.cluster.helpers` | +| /plot cluster helpers `` `` | manage helpers for the cluster | `plots.cluster.helpers` | | /plot cluster tp `` | teleport to the cluster home| `plots.cluster.tp` | | /plot cluster info `[name]` | view cluster info | `plots.cluster.info` | \ No newline at end of file