Git Product home page Git Product logo

versionconnector's Introduction

VersionConnector

Bungee plugin to connect different Minecraft client versions to different servers on join or server switch. Includes simple load balancing and Forge switch. (Forge can only be detected with 1.8-1.13 clients!)

Development builds can be found on the Minebench Jenkins as usual: http://ci.minebench.de/job/VersionConnector/

Versions directly supported:

The plugin contains some constants which can be used to specify a version string instead of the protocol version. See this class for a full list of them.

It will fallback to the version with the closest protocol number below the actual client's protocol. You can however set the protocol version directly if you want or submit additions to the ProtocolVersion enum.

Config:

debug: false
# Minimum amount of players that need to be online on one server to start balancing
# new players to the other server (e.g. between lobby_1_8_a & lobby_1_8_b)
start-balancing: 0
join:
  lobby:
    versions:
      '34': lobby_prot_34 # Lobby for specific protocol version
      '1_8': lobby_1_8_a, lobby_1_8_b # Lobbies for 1.8
      '1_9': lobby_1_9 # Lobby for 1.9
      UNKNOWN: well_we_dont_know # Lobby for an Unknown version (not a fallback if no config for version was found!)
    forge:
      '1_9': forge_lobby_1_9
      '1_8': forge_lobby_1_8_a, forge_lobby_1_8_b
    mods:
      "modname1,modname2": mod_server
servers:
  survival:
    versions:
      '1_8': survival_1_8
      '1_10': survival_1_10
      UNKNOWN: survival_wat
    forge:
      '1_9': forge_suvival_1_9
      '1_8': forge_suvival_1_8_a, forge_suvival_1_8_b
    mods:
      "modname1,modname2": mod_server

versionconnector's People

Contributors

notyusta avatar phoenix616 avatar suprememortal avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.