A TShock plugin that swaps players', town npcs' and other npcs' positions periodically or on will.
- SwapPlayers (
true/false) - whether to do swaps between players. (default: true) - SwapTownNpcs (
true/false) - whether to do swaps between town NPCs. (default: false) - SwapOtherNpcs (
true/false) - whether to do swaps between other NPCs. (default: false) - SwapIntervalSeconds (
int) - interval between swaps in seconds. Value of0disables automatic swapping. (default:60)
Swaps entities on will.
Flags:
-rt: resets swap timer
Changes config file and displays it's values.
Flags:
-p: switches SwapPlayers value
-t: switches SwapTownNpcs value
-o: switches SwapOtherNpcs value
-i (seconds): changes SwapIntervalSeconds to a specified value.