Updated Commands (markdown)

Sekwah 2020-06-21 02:43:20 +01:00
parent 2b1a6d0237
commit 84b87ac14a

@ -1,4 +1,4 @@
All commands included in Advanced Portals are listed below along with their permission
All commands included in Advanced Portals are listed below along with their permission.
**Here are some things you should know about the table below!**
* Arguments surrounded with `<>` are required
@ -20,17 +20,18 @@ All commands included in Advanced Portals are listed below along with their perm
|Command|Permission|Description|
|--- |--- |--- |
|`/portals help`|`advancedportals.help`|Display help.|
|`/portal create name: desti:`|`advancedportals.createportal`|This command is used to create a portal and set where it will teleport you to, although you will have to create a destination for the portal to actually let anyone through! After `/portal create` you can list the variables for the portal in any order but you can not have any spaces in variables or between the variable type the string so `name:testportal` is read ok but `name:test portal` will make a portal called `test` and `name: testportal` will just ignore the name altogether.|
|`/portal selector`|advancedportals.createportal|This gives you the mighty portal axe, if `UseOnlyServerMadeAxe` is `true` then this one will still work but the normal iron axe will still be available to be used in survival for admins(instead of trying to always make portals)|
|`/portal portalblock`|`advancedportals.createportal`|Gives you a portal block that you can build with(if the rotation is wrong place one next to it and then replace it to get the right rotation)|
|`/portal select`|`advancedportals.createportal`|After the command is entered, punch inside a portal region and you will select that portal|
|`/portal remove `|`advancedportals.removeportal`|Enter this command to destroy a portal with a set name. If the argument is left blank it will destroy the currently selected portal.|
|`/portal create name: desti:`|`advancedportals.createportal`|This command is used to create a portal and set where it will teleport you to, although you will have to create a destination for the portal to let anyone through! After `/portal create` you can list the variables for the portal in any order, but you can not have any spaces in variables or between the variable type the string so `name:testportal` is read ok but `name:test portal` will make a portal called `test` and `name: testportal` will just ignore the name altogether.|
|`/portal selector`|advancedportals.createportal|This gives you the mighty portal axe, if `UseOnlyServerMadeAxe` is `true` then this one will still work, but the normal iron axe will still be available to be used in survival for admins(instead of trying always to make portals)|
|`/portal portalblock`|`advancedportals.createportal`|Gives you a portal block that you can build with(if the rotation is in the wrong place one next to it and then replace it to get the right rotation)|
|`/portal disablebeacon (portalname)` | `advancedportals.build` | Needs DisableGatewayBeam to be set to true in the config. Though also triggers on create or chunk load. This is just a backup method. |
|`/portal select`|`advancedportals.createportal`|After the command is entered, punch inside a portal region and it will select that portal|
|`/portal remove `|`advancedportals.removeportal`|Enter this command to destroy a portal with a set name. If the argument is left blank, it will destroy the currently selected portal.|
## Destination Commands [(top)](#Contents)
|Command|Permission|Description|
|--- |--- |--- |
|`destination create ;`|`advancedportals.createportal`|This commands creates a new destination with the location data from your player(your player position and direction your facing).|
|`destination create`|`advancedportals.createportal`|This the command creates a new destination with the location data from your player(your player position and direction your facing).|
## Other Commands [(top)](#Contents)
@ -52,7 +53,7 @@ Tags to be used in the `/portal create` command
| `triggerblock` | `triggerblock:AIR` | Sets the material of the trigger block of the portal |
| `bungee` | `bungee:Lobby1` | Specifies which server to send the player too if connected through bungee |
| `permission` | `permission:testingPerms.testportal` | Sets what permission you need to use the portal(can be customised to anything) |
| `command` | `command:"#say @player is a legend"` | Whatever is typed in here the player will execute as a command, there are a number of flags you can use listed below to alter the execution. If you want to use a command with spaces make sure to surround it with `"` quotation marks. |
| `command` | `command:"#say @player is a legend"` | Whatever is typed in here the player will execute as a command, there are several flags you can use listed below to alter the execution. If you want to use a command with spaces, make sure to surround it with `"` quotation marks. |
## Command Tag Flags [(top)](#Contents)
You can only use one of these at the start of a command tag.
@ -61,4 +62,4 @@ You can only use one of these at the start of a command tag.
| `!` | Execute command as op |
| `^` | Execute command with `*` permission |
| `#` | Execute command as console |
| `%` | **NEW**: Send command to bungee |
| `%` | **NEW**: Send command to bungee |