Skip to content

firelizzard18/VirtualBukkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Contributors 2

  •  
  •  

Languages