So, I saw it on many servers, which made it possible for players to automatically accept a teleportation from a person on the same rust team as them. And after a lot of research I couldn't find anything. So... I was wondering if you could add this to the plugin, so that when they have the oxide permission to accept the teleport request, it is automatically accepted.
Automatically accept TP invites from team membersSolved
This is a feature already. Per documentation and patch notes:
"TPT": {
"Use Friends": false,
"Use Clans": false,
"Use Teams": false,
"Allow Cave": false
},TPT - contains settings for enabling instant TPA for friends, clans and teams. Set these false to disable.Using command /tpr on a friend/ally/team mate will now instantly TPA if enabled by the server AND playerAdded config setting TPT > UseClans (default: false) - If set false, users cannot TPT to clan mates even with nteleportation.tpt permission
Added config setting TPT > UseFriends (default: false) - If set false, users cannot TPT to friends even with nteleportation.tpt permission
Added config setting TPT > UseTeams (default: false) - If set false, users cannot TPT to team mates even with nteleportation.tpt permission
Added command /tpt clan|team|friend FOR INDIVIDUAL PLAYERS to toggle allowing/blocking of players trying to instantly teleport to them when using /tpt name
Added new language messages for these related TPT features (English only)nteleportation.tpt is the permission required to use the /TPT command
You can use /TPR for auto-accept if the above config settings are enabled, and so long as the player did not use /TPT clan|friend|team. Though it does not check for the TPT permission when using /TPR for auto-accept, which will be fixed next update.
Locked automatically