Giter Club home page Giter Club logo

mchawk's Introduction

MCHawk

This is a Minecraft classic server written in C++ and Lua for plugins.

Libraries: SFML, Boost, LuaBridge, OpenSSL, and zlib

Compile

When cloning this repository make sure the submodule LuaBridge is also cloned

git clone --recursive https://github.com/vexyl/MCHawk.git

Linux

On Linux, install the above libraries with your distribution's package manager

Arch Linux:

pacman -S gcc make sfml boost openssl zlib lua52

Debian:

apt-get install g++ make libsfml-dev libboost-all-dev libssl-dev libz-dev liblua5.2-dev

and then cd into the source directory and run

make

the binary will output to bin/Release.

Windows

First, download the dependencies from Dropbox.

Extract MCHawk_dependencies into the MCHawk win32 folder. It should look like MCHawk/win32/dependencies.

Open the VS2017 project win32/MCHawk.sln and set the configuration to Release x86.

Build the project and copy contents from win32/Release to bin/Release.

The same applies to Debug with the appropriate filename changes to the above instructions.

Setup

Copy the plugins folder to bin/Release/ and run bin/Release/MCHawk to start the server.

Misc

The release version sends a heartbeat request to http://www.classicube.net by default. Edit bin/Release/config.ini to change it.

Discord: https://discord.gg/qC3HRAb

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.