Fix layout of broken table

Chris Francy 2019-08-20 19:00:08 -07:00
parent 3e0700e047
commit 4ea5de604b
1 changed files with 7 additions and 7 deletions

@ -41,14 +41,14 @@ All commands included in Advanced Portals are listed below along with their perm
## Portal Tags [(top)](#Contents)
Tags to be used in the `/portal create` command
| Tag | Example | Description |
| -------------- | ------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `name` | `name:TestPortal` | Sets the name for the portal |
| `destination` | `destination:spawn` | Sets destination of the portal
|
| `name` | `name:TestPortal` | Sets the name for the portal |
| `destination` | `destination:spawn` | Sets destination of the portal |
| `delayed` | `desti:true` | Does the portal use the portal event rather than move |
| `desti` | `desti:TestPortal` | Same as destination |
| `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) |
| `desti` | `desti:TestPortal` | Same as destination |
| `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"` | Can type whatever command you want, can contain spaces if quote marks are used. If the command starts with `#` the server will execute it and if it starts with `!` the player will execute it with the permissions of an op. And `^` will cause the player to temporarily have all perms. (Check config tags for perms and enabling console and op features as they are disabled by default) |