-
Notifications
You must be signed in to change notification settings - Fork 2
Commands
- Introduction
- User Commands
- /qt
- Admin Commands
- /qt create
- /qt rename
- /qt type
- /qt radius
- /qt cuboid
- /qt move
- /qt dest
- /qt enable
- /qt disable
- /qt price
- /qt free
- /qt discovery
- /qt perms
- /qt multiworld
- /qt list
In order to properly understand this command reference, there are a few things you need to know:
Items written in uppercase should be replaced with a variable. Items in lowercase should be typed exactly as shown.
Items inside angled brackets (<>) are REQUIRED parameters, and must be supplied in the order they are shown. Items inside square brackets ([]) are optional parameters, and can be supplied in any order, but they must come after the required parameters.
If [NAME] is provided, warps the player to the selected QT. If economy is enabled and Vault is installed, charges the player accordingly. If [NAME] is not provided, returns a list of QTs the player can warp to from their location, if any.
/qt [NAME]
/qt my_warp
/qt
qt.user
Creates a new QT named <NAME> at your current location. Names must contain letters, and cannot contain spaces or match QuickTravel commands, however they can contain numbers.
/qt create <NAME> [-r RADIUS] [-e [true|false]] [-f [true|false]] [-d [true|false]] [-p [true|false]] [-m [true|false]]
-
[-r/-radius RADIUS]: Sets the radius size for this QT. -
[-e/-enable/-enabled [true|false]]: Sets whether this QT is enabled. If[true|false]is not provided, it chooses the opposite of the settingenabled-by-defaultin yourconfig.yml. -
[-f/-free [true|false]]: Sets whether all travel to/from this QT is free, overriding all other settings. If[true|false]is not provided, it chooses the opposite of the settingfree-by-defaultin yourconfig.yml. -
[-d/-disc/-discover/-discovery [true|false]]: Sets whether players need to discover this QT before they can warp to it. If[true|false]is not provided, it chooses the opposite of the settingrequire-discovery-by-defaultin yourconfig.yml. -
[-p/-perm/-perms [true|false]]: Sets whether permissions are required to use/discover/warp to this QT. If[true|false]is not provided, it chooses the opposite of the settingrequire-permissions-by-defaultin yourconfig.yml. -
[-m/-multi/-multiworld [true|false]]: Sets whether this QT is multiworld or not. If[true|false]is not provided, it chooses the opposite of the settingmultiworld-by-defaultin yourconfig.yml.
/qt create my_warp
/qt create warp1 -p -f -d -e true
/qt create warp2 -d -r 5.5
/qt create warp3 -r 12 -e -d true -p false -m
qt.admin.create
Renames the QT <NAME> to <NEW NAME>. Names must contain letters, and cannot contain spaces or match QuickTravel commands, however they can contain numbers.
/qt rename <NAME> <NEW NAME>
/qt rename warp2 warp6
/qt rename warp3 Warp3
/qt name
qt.admin.rename
Sets the type of the QT. In the case of [toggle], it will toggle between radius or cuboid. If only <NAME> is provided, returns the type. If <*> is provided instead of <NAME>, it will run the operation on ALL currently created QTs.
/qt type <NAME|*> [radius|cuboid|toggle] [-w WORLD]
-
[-w WORLD]: If<*>is provided instead of<NAME>, only affects QTs in world[WORLD].
/qt type my_warp
/qt type warp2 cuboid
/qt type * toggle
/qt type * -w world_nether radius
/qt t
qt.admin.type
Changes the type of QT <NAME> to radius. If <*> is provided instead of <NAME>, it will run the operation on ALL currently created QTs.
/qt radius <NAME|*> [-s SIZE|reset] [-w WORLD]
-
[-s SIZE|reset]: Sets the QT's radius to[SIZE]. In the case of[reset], returns the size of the radius to the default setting as set in yourconfig.yml. -
[-w WORLD]: If<*>is provided instead of<NAME>, only affects QTs in world[WORLD].
/qt radius warp1
/qt radius *
/qt radius warp2 -s 12
/qt radius * -s reset -w world_the_end
/qt r
qt.admin.radius
Changes the type of QT <NAME> to cuboid. If <*> is provided instead of <NAME>, it will run the operation on ALL currently created QTs, and will ignore optional parameters [-a] or [-b].
/qt cuboid <NAME|*> [-a] [-b] [-w WORLD]
-
[-a]: Sets the primary coord for the cuboid shape of QT<NAME>to your current location. NOTE: Cannot be used in conjunction with<*>or[-b]. -
[-b]: Sets the secondary coord for the cuboid shape of QT<NAME>to your current location. NOTE: Cannot be used in conjunction with<*>or[-a]. -
[-w WORLD]: If<*>is provided instead of<NAME>, only affects QTs in world[WORLD].
/qt cuboid warp1
/qt cuboid * -w world
/qt cuboid warp2 -a
/qt cuboid warp2 -b
/qt c
qt.admin.cuboid
Moves the selected radius QT to your current location.
/qt move <NAME>
/qt move warp1
qt.admin.move
Sets the arrival spot for the selected QT to your current location.
/qt dest <NAME>
/qt dest warp2
qt.admin.dest
Enables the QT <NAME>. If <*> is provided instead of <NAME>, it will run the operation on ALL currently created QTs.
/qt enable <NAME|*>
-
[-s true|false|toggle]: Sets whether the QT is enabled or not to the given state. In the case of[toggle], toggles between whether the QT is enabled or not. -
[-w WORLD]: If<*>is provided instead of<NAME>, only affects QTs in world[WORLD].
/qt enable my_warp
/qt enable * -s false -w world_nether
/qt enable * -s toggle
/qt e
qt.admin.enable
Disables the QT <NAME>. If <*> is provided instead of <NAME>, it will run the operation on ALL currently created QTs.
/qt disable <NAME|*>
-
[-s true|false|toggle]: Sets whether the QT is disabled or not to the given state. In the case of[toggle], toggles between whether the QT is enabled or not. -
[-w WORLD]: If<*>is provided instead of<NAME>, only affects QTs in world[WORLD].
/qt disable my_warp
/qt disable * -w world_nether
/qt disable * -s toggle -w world
qt.admin.disable
Sets the price to warp from QT <A> to QT <B> at <PRICE>. If <reset> is given instead of <PRICE>, QuickTravel will calculate the price for you based on distance.
/qt price <A> <B> <PRICE|reset>
/qt price my_warp warp2 300
/qt price warp2 warp1 reset
/qt charge
qt.admin.price
Sets whether all travel to/from the QT <NAME> is free. In the case of <toggle>, it will toggle between whether travel is free or not. If <*> is provided instead of <NAME>, it will set whether travel is free for ALL currently created QTs. NOTE: Overrides all other settings.
/qt free <NAME|*> <true|false|toggle>
-
[-w WORLD]: If<*>is provided instead of<NAME>, only affects QTs in world[WORLD].
/qt free my_warp true
/qt free * false
/qt free * toggle -w world
/qt f
qt.admin.free
Sets whether the QT <NAME> needs to be discovered before it can be travelled to. In the case of <toggle>, it will toggle between whether discovery is required or not. If <*> is provided instead of <NAME>, it will set whether travel is free for ALL currently created QTs. NOTE: Overrides the require-discovery-by-default option in your config.yml.
/qt discovery <NAME|*> <true|false|toggle>
-
[-w WORLD]: If<*>is provided instead of<NAME>, only affects QTs in world[WORLD].
/qt discovery my_warp true
/qt discovery * false
/qt discovery * toggle -w world
/qt d
/qt disc
/qt discover
qt.admin.discovery
Sets whether permissions are required to use/discover the QT <NAME>. In the case of <toggle>, it will toggle between whether permissions are required or not. If <*> is provided instead of <NAME>, it will set whether travel is free for ALL currently created QTs. NOTE: Overrides the permissions-required-by-default option in your config.yml.
/qt perms <NAME|*> <true|false|toggle>
-
[-w WORLD]: If<*>is provided instead of<NAME>, only affects QTs in world[WORLD].
/qt perms my_warp true
/qt perms * false
/qt perms * toggle -w world
/qt p
/qt perm
qt.admin.perms
Sets whether the QT <NAME> is multiworld or not. In the case of <toggle>, it will toggle between whether the QT is multiworld or not. If <*> is provided instead of <NAME>, it will set whether travel is free for ALL currently created QTs. NOTE: Overrides the multiworld-by-default option in your config.yml.
/qt multiworld <NAME|*> <true|false|toggle>
-
[-w WORLD]: If<*>is provided instead of<NAME>, only affects QTs in world[WORLD].
/qt multiworld my_warp true
/qt multiworld * false
/qt multiworld * toggle -w world
/qt m
/qt multi
qt.admin.multiworld
Displays a list of ALL QTs regardless of whether they are enabled or not, what world they are in, whether the player has discovered them, etc. Also displays status info for each QT listed.
/qt list [PAGE]
/qt list
/qt list 3
qt.admin.list