ServerTransfers
PluginMIT

ServerTransfers

Redirect player one paper server to another without proxy or velocity.

7
Downloads
1
Followers
2 months ago
Updated
📦
1
Versions

📖About ServerTransfers

ServerTransfer ✨

Advanced Cross-Server Plugin.

Bungeecord, Velocity or proxy

Move players across your network instantly with Paper/Spigot/Bukkit.


✨ Features

Proxy-less Logic: Cross-server movement handled entirely by the plugin.
Custom Scripting: Use a simple, Skript-inspired syntax to manage player flow.
Built-in Help Menu: Interactive help charts for administrators.
Maintenance Routing: Automatically kick or redirect players based on custom criteria.
Lightweight: Minimal impact on server TPS/performance.


📜 Scripting Example

ServerTransfer features a native script engine. No other plugins are required to run this

on player join:
    # 1. Allow the Admin
    if the player name is "SwarajDev"
        message "<green>Welcome, Developer."
        run console command "say SwarajDev entered the server guys!"
        enter to server # Enter the server directly.

    # 2. Allow Operators
    if the player is operator
        message "<red>Welcome, Operator"
        run player command "say Hey fellas!"
        enter to server # ENTER THE SERVER, ADMINISTRATOR

    # 3. Redirect everyone else
    if player is *
        message "<red>Server is in maintenance."
        send %player% to "lobby.myserver.com:25565" # Redirects the player to other server.

Use /transfer ingame for commands.


💬 Support & Issues Discord: Click Here