craftinc-gates/doc/Commands.md

48 lines
1.4 KiB
Markdown
Raw Normal View History

2014-02-05 20:43:08 +01:00
* __/gate allowRiding, ar [id]__
Update a gate so players can travel through it while riding.
2013-06-29 12:19:12 +02:00
* __/gate close, c [id]__
Closes a gate to prevent players from using it.
2014-02-05 20:43:08 +01:00
* __/gate denyRiding, dr [id]__
Update a gate so players can NOT travel through it while riding.
2013-06-29 12:19:12 +02:00
* __/gate delete, del, remove [id]__
Removes the gate from the game.
* __/gate exit, e [id]__
Changes the location where the gate will teleport players to your current location.
* __/gate exitopen, eo [id]__
Changes the location where the gate will teleport players to your current location. Also tries to open that gate afterwards.
2013-06-29 12:19:12 +02:00
* __/gate help, ? [page]__
Prints help pages.
* __/gate hide, h [id]__
Makes a gate NOT consist of gate blocks while open.
* __/gate info, i [id]__
Prints details about a certain gate. Will print information about the nearest gate if no _id_ is supplied. Also highlights the gate you're requesting information about.
2013-06-29 12:19:12 +02:00
* __/gate list, ls [page]__
Prints all available gates.
* __/gate location, lo [id]__
Sets the entrance of the gate to your current location.
* __/gate nearby, nb__
Prints the name of nearby gates. Also highlights them.
2013-06-29 12:19:12 +02:00
* __/gate new, n [id]__
Creates a gate at your current location.
* __/gate open, o [id]__
Open a gate so players can use it.
* __/gate rename, rn [current name] [new name]__
Changes the name/id of the gate.
* __/gate unhide,uh [id]__
Makes that gate visible.