-
Notifications
You must be signed in to change notification settings - Fork 0
Home
CatTeleportMod (or CTPMod) is a simple fabric modification for Minecraft. Its purpose is to manage reconnection time to automate teleportation using cat-powered contraptions.
There are 5 small commands, with wich you can operate the mod:
- &add {PointName} {timeStartPeriod}-{timeEndPeriod}
this command creates a Point (like in minimap mods) with a name and time frames you choose.
- &del {PointName}
this command deletes Point with exact name, if there is one.
- &list
this command print out the list of existing Points with their timeframes.
- &tp {PointName}
the most important command here. When you send it in the chat, you will be immediately disconnected from the server you are on. After the time period you wrote as "timeStartPeriod", you will be automatically connected back to the server.
- &rc {Seconds}
if you don't want to create a Point and just need to reconnect once, you should use this command. It works just like &tp, but doesn't require a Point, simply set a time in seconds.
You can redact existing Points and Delta parameter via ModMenu integration!