Skip to content

Commit 4f4fd44

Browse files
committed
Update permission/command docs
1 parent 9aec7a6 commit 4f4fd44

File tree

1 file changed

+25
-22
lines changed

1 file changed

+25
-22
lines changed
Lines changed: 25 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,30 @@
11
# Commands & permissions
22

33
## Default commands
4-
| Command | Permission |
5-
|------------------------------------|------------------------------------------|
6-
| `/py` | `pylon.command.guide` |
7-
| `/py guide` | `pylon.command.guide` |
8-
| `/py research discover <research>` | `pylon.command.research.discover` |
9-
| `/py research list` | `pylon.command.research.list` |
10-
| `/py research points me` | `pylon.command.research.points.get.self` |
11-
| `/py waila` | `pylon.command.waila` |
4+
| Command | Permission | Description |
5+
|------------------------------------|------------------------------------------|-------------|
6+
| `/py` | `pylon.command.guide` | Opens the Pylon guide
7+
| `/py guide` | `pylon.command.guide` | Gives you the Pylon guide
128

139
## Admin commands
14-
| Command | Permission |
15-
|--------------------------------------------------|-------------------------------------|
16-
| `/py debug` | `pylon.command.debug` |
17-
| `/py give <player> <item> [amount]` | `pylon.command.give` |
18-
| `/py key` | `pylon.command.key` |
19-
| `/py research points get <player>` | `pylon.command.research.points.get` |
20-
| `/py research add <player> <research>` | `pylon.command.research.modify` |
21-
| `/py research addall <player>` | `pylon.command.research.modify` |
22-
| `/py research remove <player> <research>` | `pylon.command.research.modify` |
23-
| `/py research points add <player> <amount>` | `pylon.command.research.points.set` |
24-
| `/py research points set <player> <amount>` | `pylon.command.research.points.set` |
25-
| `/py research points subtract <player> <amount>` | `pylon.command.research.points.set` |
26-
| `/py setblock <block>` | `pylon.command.setblock` |
27-
| `/py confetti <amount>` | `pylon.command.confetti` |
10+
| Command | Permission | Description |
11+
|--------------------------------------------------|------------------------------------------|-------------|
12+
| `/py confetti <amount> [speed] [lifetime]` | `pylon.command.confetti` | Spawns confetti particles
13+
| `/py debug` | `pylon.command.debug` | Gives you the debug item, which can be used to view Pylon block/entity data and forcibly remove Pylon blocks/entities
14+
| `/py exposerecipeconfig <addon> <recipe_type>` | `pylon.command.exposerecipeconfig` | Allows recipes to be edited for a specific recipe stype. Doing this will prevent any recipes of the given type from being automatically updated, so use with caution!
15+
| `/py give <player> <item> [amount]` | `pylon.command.give` | Gives a player a Pylon item
16+
| `/py key` | `pylon.command.key` | Shows you the key of the Pylon item you're holding in your hand
17+
| `/py research add <player> <research>` | `pylon.command.research.add` | Adds the given research to a player
18+
| `/py research addall <player>` | `pylon.command.research.addall` | Adds all researches to a player
19+
| `/py research remove <player> <research>` | `pylon.command.research.remove` | Removes the given research from a player
20+
| `/py research points add <player> <amount>` | `pylon.command.research.points.add` | Adds research points to a player
21+
| `/py research points get <player>` | `pylon.command.research.points.get` | Shows you the number of research points a player has
22+
| `/py research points set <player> <amount>` | `pylon.command.research.points.set` | Sets the number of research points a player has
23+
| `/py research points subtract <player> <amount>` | `pylon.command.research.points.subtract` | Removes research points from a player
24+
| `/py setblock <x> <y> <z> <block>` | `pylon.command.setblock` | Sets the given Pylon block at the coordinates provided
25+
26+
## Other permissions
27+
| Permission | Description |
28+
|--------------------------------|-------------|
29+
| `pylon.guide.cheat` | Allows you to use drop, ctrl+drop, or middle click to cheat in items from the Pylon guide |
30+
| `pylon.guide.view_admin_pages` | Allows you to see admin-only guide pages |

0 commit comments

Comments
 (0)