Difference between revisions of "ThetaPort"

From ThetaWiki
Jump to: navigation, search
(Created page with "Category:Plugins")
 
Line 1: Line 1:
[[Category:Plugins]]
+
{{infobox plugin
 +
| image =
 +
 
 +
| lead = [[Rezel]]
 +
| editors =
 +
| doc = [[Rct]]
 +
}}
 +
 
 +
'''Thetaport''' is a plugin designed to provide a more immersive teleportation experience by enabling users to set time delays, require ticket items and set up redstone activation.
 +
 
 +
==Commands==
 +
 
 +
'''/tpcreate''' <name> <arguments>
 +
 
 +
Creates a ThetaPort and gives the user a tool to select the port zone with
 +
 
 +
{| class="wikitable"
 +
| Argument
 +
| Description
 +
| Example
 +
|-
 +
| -os <amount of time>
 +
| Sets time between entering a ThetaPort and being teleported requires a number and a unit of time ('''d'''ays, '''h'''ours, '''m'''inutes)
 +
| -os 3d50m
 +
|-
 +
| -r
 +
| Resets the port creation process
 +
| -r
 +
|-
 +
| -t
 +
| Makes the port require a ticket item
 +
| -t
 +
|-
 +
|}
 +
 
 +
'''/tplink''' <port1> <port2>
 +
 
 +
Links 2 ThetaPorts so that entering port1 will put the user at the arrival point of port2 and vie versa
 +
 
 +
 
 +
'''/tpunlink''' <port>
 +
 
 +
Deletes links connected to the specified ThetaPort
 +
 
 +
 
 +
'''/tpdel''' <port>
 +
 
 +
Deletes the specified ThetaPort
 +
 
 +
 
 +
'''/tparrival''' <port> <message>
 +
 
 +
Sets the arrival message for the specified ThetaPort
 +
Accepts regular formatting codes
 +
 
 +
 
 +
'''/tpdeparture''' <port> <message>
 +
 
 +
Sets the departure message for the specified ThetaPort
 +
Accepts regular formatting codes and &t to display the remaining time if there is an offset
 +
 
 +
 
 +
'''/tplist''' <arguments>
 +
 
 +
Lists ThetaPorts
 +
 
 +
{| class="wikitable"
 +
| Argument
 +
| Description
 +
| Example
 +
|-
 +
| -l
 +
| Lists only unlinked ThetaPorts
 +
| -l
 +
|-
 +
| -ul
 +
| Lists only unlinked ThetaPorts
 +
| -ul
 +
|}

Revision as of 01:16, 18 May 2018

ThetaPort
[[File:|300px|alt=ThetaPort]]
Basic information
Lead developer: Rezel
Documentation: Rct


Thetaport is a plugin designed to provide a more immersive teleportation experience by enabling users to set time delays, require ticket items and set up redstone activation.

Commands

/tpcreate <name> <arguments>

Creates a ThetaPort and gives the user a tool to select the port zone with

Argument Description Example
-os <amount of time> Sets time between entering a ThetaPort and being teleported requires a number and a unit of time (days, hours, minutes) -os 3d50m
-r Resets the port creation process -r
-t Makes the port require a ticket item -t

/tplink <port1> <port2>

Links 2 ThetaPorts so that entering port1 will put the user at the arrival point of port2 and vie versa


/tpunlink <port>

Deletes links connected to the specified ThetaPort


/tpdel <port>

Deletes the specified ThetaPort


/tparrival <port> <message>

Sets the arrival message for the specified ThetaPort Accepts regular formatting codes


/tpdeparture <port> <message>

Sets the departure message for the specified ThetaPort Accepts regular formatting codes and &t to display the remaining time if there is an offset


/tplist <arguments>

Lists ThetaPorts

Argument Description Example
-l Lists only unlinked ThetaPorts -l
-ul Lists only unlinked ThetaPorts -ul