Auto Teleport

Plugin Paid Auto Teleport 1.1.3

Works with
Rust Team System
Rust:IO Friends
https://umod.org/plugins/friends-api
https://umod.org/plugins/clans
https://www.chaoscode.io/resources/clans-reborn.14/
https://umod.org/plugins/n-teleportation
https://www.chaoscode.io/resources/teleportgui.22/

---
Configuration
Open me

JSON:
{
  "Command": [
    "atp",
    "autoteleport",
    "autotp"
  ],
  "UI Settings": {
    "[Text] On": "ON",
    "[Text] Off": "OFF",
    "[Text] Clan": "Clan",
    "[Text] Team": "Team",
    "[Text] Friends": "Friends",
    "[Text] Mail text": "Auto Teleports",
    "[Color] Mail panel": "0.2 0.2 0.2 0.7",
    "[Color] Label text": "1 1 1 1",
    "[Color] On/Off Button text": "1 1 1 1",
    "[Color] Button On": "0.5 0.75 0 0.8",
    "[Color] Button Off": "0.7 0.2 0.2 0.8",
    "[Size] Mail panel X": 250,
    "[Size] Mail panel Y": 115,
    "[Size] On/Off Button X": 100,
    "[Size] On/Off Button Y": 20,
    "[Size] Close button": 40,
    "[Font] Mail text": 25,
    "[Font] Label text": 30,
    "[Font] On/Off Button text": 30,
    "[Font] Close button text": 25
  }
}

---
Extra Information
Open me

Permissions:
  • autoteleport.use - to use plugin
Commands:
  • /atp (can be changed in config) - to toggle on/off for friends/clan/team accepting
change
Code:
TeleportRequest.Create(
player,
targetPlayer,
ConfigFile.RequestTimeoutTime,
tpHere,
playerIsPaying);
to
Code:
TeleportRequest.Create(
player,
targetPlayer,
ConfigFile.RequestTimeoutTime,
tpHere,
playerIsPaying);
Interface.CallHook("OnTeleportRequested", targetPlayer, player);

---
Configuration 2.0
Open me

JSON:
{
  "Command": [
    "atp",
    "autoteleport",
    "autotp"
  ],
  "Friends button enabled": true,
  "Default value for friends": true,
  "Clan button enabled": true,
  "Default value for clan": true,
  "Team button enabled": true,
  "Default value for team": true,
  "UI Settings": {
    "[Text] On": "ON",
    "[Text] Off": "OFF",
    "[Text] Clan": "Clan",
    "[Text] Team": "Team",
    "[Text] Deactivated": "INACTIVE",
    "[Text] Friends": "Friends",
    "[Text] Mail text": "Auto Teleports",
    "[Color] Mail panel": "0.2 0.2 0.2 0.7",
    "[Color] Label text": "1 1 1 1",
    "[Color] On/Off Button text": "1 1 1 1",
    "[Color] Button On": "0.5 0.75 0 0.8",
    "[Color] Button Off": "0.7 0.2 0.2 0.8",
    "[Color] Button deactivate": "0.9 0.9 0.9 0.8",
    "[Size] Mail panel X": 250,
    "[Size] Mail panel Y": 115,
    "[Size] On/Off Button X": 100,
    "[Size] On/Off Button Y": 20,
    "[Size] Close button": 40,
    "[Font] Mail text": 25,
    "[Font] Label text": 30,
    "[Font] On/Off Button text": 30,
    "[Font] Close button text": 25
  }
}

---
Features:
  • automating teleport accepting
  • fully customizable UI

2020-01-11-121524.normal.png
Author
Orange
Views
11,658
First release
Last update

More from Orange (Recent)

Top