Skip to content

firelizzard18/VirtualBukkit

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

VirtualBukkit

'Virtual host' server for Minecraft servers

Build

Use eclipse to export a JAR

Configuration

RealVirtualBukkit looks for vhosts.properties in the current directory. This file should have entries of the form:

  • Listen <port> OR Listen <host> <port>
  • Default none OR Default <port> OR Default <host> <port>
  • VirtualHost <name> <port> OR VirtualHost <name> <host> <port>

If no Listen entry is found, the server will listen on 0.0.0.0:25565. If a default host is specified, all connections with no assigned virtual host will be forwarded, otherwise they will be ignored.

Only the last Listen and Default entries in the file will apply.

About

'Virtual host' server for Minecraft servers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages