Thanks to visit codestin.com
Credit goes to github.com

Skip to content

RandomStrangers/MAX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAX is a fully featured and customizable ClassiCube Server Software.

Setup

Download the latest MAX release from here

  • Windows: You will need to install Net Framework 4.8 (Most already have this built-in)
  • Linux/macOS: You need to install the Mono framework.

Run MAX.exe.

Joining your server

If you are signed in to classicube.net, you can copy the URL sent using /URL straight into your web browser and start playing.

Joining from the ClassiCube client

Click Direct connect at the main menu. opt1

Type your username into Username, 127.0.0.1:25565 into IP:Port, and leave Mppass blank. Then click Connect. opt2

Make yourself the owner

After joining, you will want to rank yourself as the owner so you can use all commands.

Type /rank [your account] Random into the bottom text box, then press Enter.

Letting others join your server

LAN players

You need to find out your LAN/local IP address.

  • Windows: Type ipconfig into Command Prompt. Look for IPv4 address in the output
  • macOS: Type ipconfig getifaddr en0 or ipconfig getifaddr en1 into Terminal
  • Linux: Type hostname -I into Terminal. Lan IP is usually the first address in the output

Joining from a web browser

Enter the server URL followed by ?ip=[lan ip] into the web browser.
(e.g. http://www.classicube.net/server/play/d1362e7fee1a54365514712d007c8799?ip=192.168.1.30)

Joining from the ClassiCube client

  • Click Direct connect at the main menu
  • Type your username into Username textbox
  • Type [lan ip]:25565 into IP:Port textbox (e.g. 192.168.1.30:25565)
  • Click Connect

Across the internet

You usually need to port forward in your router before other players can join.

Joining from a web browser

Enter the server URL into the web browser

Joining from the ClassiCube client

  • Click Sign in
  • Type/paste the hash (e.g. d1362e7fee1a54365514712d007c8799) into the classicube.net/server/play text box
  • Click Connect

Compiling

With an IDE:

  • Visual Studio: Open MAX.sln, click Build in the Menubar, then click Build Solution. (Or press F6)
  • SharpDevelop: Open MAX.sln, click Build in the menu, then click Build Solution. (Or press F8)

Command line:

  • For Windows: Run MSBuild command prompt for VS, then type msbuild MAX.sln into the command prompt
  • Modern mono: Type msbuild MAX.sln into Terminal
  • Older mono: Type xbuild MAX.sln into Terminal

Copyright/License

See LICENSE for MAX license, and license.txt for code used from other software.

Docker support(MCGalaxy)

Some unofficial dockerfiles for running MCGalaxy in Docker:

Documentation(MCGalaxy)

About

No description, website, or topics provided.

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages