Teleports players that are kicked for particular reasons to a safe place & teleports them back to the initial position after they reconnect
Avoids players getting frustrated with random disconnections and loss of loot
Use /getmonumentpos in a monument in order to get the correct position & add it to the config
if there are more than one monument added the safe place will be randomized, same mechanism applies to multiple positions
The plugin allows you to set a list of positions for any monument you desire once, even if the map wipes and monument's positions changes the plugin will still teleport the player to the same position within the monument
Configuration:
Avoids players getting frustrated with random disconnections and loss of loot
Use /getmonumentpos in a monument in order to get the correct position & add it to the config
if there are more than one monument added the safe place will be randomized, same mechanism applies to multiple positions
The plugin allows you to set a list of positions for any monument you desire once, even if the map wipes and monument's positions changes the plugin will still teleport the player to the same position within the monument
Configuration:
JSON:
{
"Kick Reasons": [
"auth",
"packet flooding: player tick",
"unresponsive",
"steam"
],
"Monuments & positions to teleport (Randomized if more than one monument)": {
"assets/bundled/prefabs/autospawn/monument/medium/compound.prefab": [
{
"x": 0.0,
"y": 0.0,
"z": 0.0
},
{
"x": 0.0,
"y": 0.0,
"z": 0.0
}
],
"assets/bundled/prefabs/autospawn/monument/medium/bandit_town.prefab": [
{
"x": 0.0,
"y": 0.0,
"z": 0.0
},
{
"x": 0.0,
"y": 0.0,
"z": 0.0
}
]
}
}
Permissions:
safekick.use
Commands:
/getmonumentpos (Requires admin access)
safekick.use
Commands:
/getmonumentpos (Requires admin access)