-
Notifications
You must be signed in to change notification settings - Fork 0
Home
CatTeleportMod (or CTPMod) is a simple Fabric modification for Minecraft. Its primary purpose is to automate teleportation by managing reconnection times using cat-powered contraptions.
CatTeleportMod operates with five basic commands:
- /ctp add {PointName} {timeStartPeriod}-{timeEndPeriod}
Creates a teleportation point with a specified name and time frames.
- /ctp del {PointName}
Deletes a teleportation point with the exact specified name.
- /ctp list
Prints out the list of existing teleportation points along with their time frames.
- /ctp tp {PointName}
Disconnects you from the server and reconnects you after the specified "timeStartPeriod". This is the primary command for automatic teleportation.
- /ctp rc {Seconds}
Allows a one-time reconnection after a specified number of seconds without the need to create a teleportation point.
You can edit existing points and the Delta parameter through ModMenu integration!