- Optional Dependencies
- https://oxidemod.org/plugins/noescape.1394/
Allow players to use commands to teleport to the Outpost or Bandit Camp, or give them the option to respawn at either one when they die
Features
Permissions
compoundteleport.tp - Required to use the teleport commands
compoundteleport.respawn - Required to access the respawn points
compoundteleport.admin - Bypasses all requirements for teleportation
Commands
/outpost - Teleport to the Outpost
/bandit - Teleport to the Bandit Camp
/canceltp - Cancels a pending TP request
Config
Features
- Creates respawn points on the death screen that act just like sleeping bags
- Allow player to use a command to TP to either the Outpost or Bandit Camp with cooldowns
- Automatically generates random spawn points inside the Outpost and Bandit Camp so players don't teleport into each other
- Customizable command names
- Option to automatically spawn players at either the Outpost or Bandit Camp if they select a random respawn
- Option to prevent players from teleporting to the Outpost or Bandit Camp if they are marked as hostile
- Option to prevent players from teleporting to the Outpost or Bandit Camp if they are building blocked
- NoEscape Support
Permissions
compoundteleport.tp - Required to use the teleport commands
compoundteleport.respawn - Required to access the respawn points
compoundteleport.admin - Bypasses all requirements for teleportation
Commands
/outpost - Teleport to the Outpost
/bandit - Teleport to the Bandit Camp
/canceltp - Cancels a pending TP request
Config
C#:
{
"NoEscape Options": {
"Block teleport when raid blocked": true,
"Block teleport when combat blocked": true,
"Disable respawn options when raid blocked": true,
"Disable respawn options when combat blocked": true
},
"Teleport Options": {
"Amount of time to wait before teleporting (seconds)": 10,
"VIP Times": {
"compoundteleport.vip1": {
"Amount of time to wait before teleporting (seconds)": 5,
"Cooldown time (seconds)": 150
},
"compoundteleport.vip2": {
"Amount of time to wait before teleporting (seconds)": 3,
"Cooldown time (seconds)": 30
}
},
"Cooldown time (seconds)": 300,
"Block teleport if player is hostile": true,
"Block teleport if player is building blocked": true,
"Teleport command name (Outpost)": "outpost",
"Teleport command name (Bandit Camp)": "bandit",
"Teleport cancel command name": "canceltp"
},
"Respawn Options": {
"Allow respawning at Outpost": true,
"Allow respawning at Bandit Camp": true,
"Disable respawn options if player is hostile": false,
"Cooldown time (seconds)": 300,
"Force respawns to (None, Outpost, Bandit)": "None"
},
"Version": {
"Major": 2,
"Minor": 0,
"Patch": 7
}
}