mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-01 00:10:01 +01:00
Updated Commands (markdown)
parent
1f5595c55f
commit
e105ab64ef
10
Commands.md
10
Commands.md
@ -51,4 +51,12 @@ 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"` | 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) |
|
||||
| `command` | `command:"#say @player is a legend"` | Whatever is typed in here the player will execute as a command, there are a number of tags 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. |
|
||||
|
||||
You can only use one of these at the start of a command tag.
|
||||
| Command Arg | Effect|
|
||||
|-------------|-------|
|
||||
| `!` | Execute command as op |
|
||||
| `^` | Execute command with `*` permission |
|
||||
| `#` | Execute command as console |
|
||||
| `%` | **NEW**: Send command to bungee |
|
||||
|
Loading…
Reference in New Issue
Block a user