Added hostile teleport condition to config, with option to only check when warping
JSON:
"Can teleport if hostile": {
"Only check when warping": true,
"Can teleport if target player has condition": false,
"Can teleport if player has condition": false
},
Added permission "teleportgui.admin' required to use the admin console commands
Added the following console commands;
- tpadmin wipehomes <user_id> - Wipe the homes for the specified user
- tpadmin wipelocations <user_id> - Wipe the locations for the specified user
- tpadmin wipetpusage <user_id> - Wipe the TP usage data for the specified user
- tpadmin wipehomeusage <user_id> - Wipe the home usage data for the specified user
- tpadmin wipewarpusage <user_id> - Wipe the warp usage data for the specified user
All commands accept '*' in place of the user ID to apply the command to everyone
Added config option "Ignore safe zones when checking condition" to the in monument teleport condition which doesn't include the compound and bandit town in the condition check
Monument warp points check for NPCs in a specified radius before returning spawn point
Added config option "Radius to check for NPC's when teleporting to a monument warp point"