XTravel

v1.0.2 Oxide Rust

A server redirection system that allows players to travel between connected servers using custom commands. Features include admin controls, forced travel capabilities, and a 10-second countdown system with cancellation options.

XTravel - A server redirection system that allows players to travel between connected servers using custom commands.

XTravel

v1.0.2 Oxide Rust

A server redirection system that allows players to travel between connected servers using custom commands. Features include admin controls, forced travel capabilities, and a 10-second countdown system with cancellation options.

Buy on Codefling $4.99
130 views
4 downloads

Features

  • Custom server redirection commands
  • Admin force travel capabilities
  • 10-second travel countdown
  • Travel cancellation system
  • Permission-based access control
  • Mass player redirection
  • Safe network connection handling
  • Customizable server configurations

Installation

Installation Steps

  1. Download the XTravel.cs file
  2. Place it in your oxide/plugins folder
  3. Restart your server or use oxide.reload XTravel
  4. Configure the server connections in the config file

Configuration

The configuration file will be generated at oxide/config/XTravel.json

{
  "Servers": {
    "xtravel": {
      "IP": "0.0.0.0",
      "Port": 28015
    }
  }
}

Configuration Explained

  • Servers: Dictionary of server configurations
  • IP: Server IP address
  • Port: Server port number

Commands

Command Description Permission
/[server] Travel to a configured server xtravel.use
/[server] all Force all players to travel (Admin only) xtravel.admin
/[server] [steamid] Force a specific player to travel (Admin only) xtravel.admin
/canceltravel Cancel your scheduled travel xtravel.use

Permissions

Permission Description
xtravel.use Allows players to use the travel system
xtravel.admin Allows configuration of destination servers and forced travel

Plugin Information

Version 1.0.2
Platform Oxide
Game Rust
License Custom