All Projects → andrewvy → Hhvmcraft

andrewvy / Hhvmcraft

Licence: other
📦 Minecraft Beta 1.7.3 Server implemented in PHP/HHVM, powered by ReactPHP.

Projects that are alternatives of or similar to Hhvmcraft

Chestshop 3
ChestShop - the chest & sign shop plugin for Minecraft Servers running Bukkit/Spigot/Paper
Stars: ✭ 158 (-12.22%)
Mutual labels:  minecraft
Projectares
Bukkit/Bungee plugins from the former Overcast/Lifeboat PC network, including PGM
Stars: ✭ 166 (-7.78%)
Mutual labels:  minecraft
Meteor Client
Based minecraft utility mod
Stars: ✭ 162 (-10%)
Mutual labels:  minecraft
Agricraft
The source code for the Minecraft mod: AgriCraft
Stars: ✭ 160 (-11.11%)
Mutual labels:  minecraft
Mcmap
Pixel-art map visualizer for Minecraft. Maps are drawn from an isometric perspective.
Stars: ✭ 165 (-8.33%)
Mutual labels:  minecraft
Expo Voxel
🎮🌳 Voxel Terrain made in React Native. ∛
Stars: ✭ 169 (-6.11%)
Mutual labels:  minecraft
Gophertunnel
Toolbox for Minecraft software written in Go
Stars: ✭ 156 (-13.33%)
Mutual labels:  minecraft
Holographicdisplays
Create modern looking holograms in Minecraft.
Stars: ✭ 175 (-2.78%)
Mutual labels:  minecraft
Seedsearcherstandalonetool
Minecraft, searching numeric seeds for specific features/biomes
Stars: ✭ 165 (-8.33%)
Mutual labels:  minecraft
Schematica
Import schematics, export schematics, build schematics. All inside Minecraft!
Stars: ✭ 171 (-5%)
Mutual labels:  minecraft
Horion
Horion - A Minecraft: Bedrock Edition Utility Mod.
Stars: ✭ 163 (-9.44%)
Mutual labels:  minecraft
Promise
Promises/A implementation for PHP.
Stars: ✭ 2,078 (+1054.44%)
Mutual labels:  reactphp
Minestat
📈 A Minecraft server status checker
Stars: ✭ 168 (-6.67%)
Mutual labels:  minecraft
Worldedit
🗺️ Minecraft map editor and mod
Stars: ✭ 2,288 (+1171.11%)
Mutual labels:  minecraft
Skinsrestorerx
SkinsRestorer development repository
Stars: ✭ 171 (-5%)
Mutual labels:  minecraft
Genisyspro
Discontinued Till Further Notice. | Feature-rich server software for Minecraft PE and Windows 10 Edition - v1.1.x
Stars: ✭ 157 (-12.78%)
Mutual labels:  minecraft
The Betweenlands
A dark, hostile environment...
Stars: ✭ 167 (-7.22%)
Mutual labels:  minecraft
Geyser
A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock Edition.
Stars: ✭ 2,851 (+1483.89%)
Mutual labels:  minecraft
Command Block Assembly
Compile high-level code into Minecraft commands
Stars: ✭ 175 (-2.78%)
Mutual labels:  minecraft
Multimc5
A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once
Stars: ✭ 2,879 (+1499.44%)
Mutual labels:  minecraft

logo

Works on PHP 7.0.0 RC6 and HHVM 3.10.1!

Build Status

A Minecraft Beta 1.7.3 Server implemented in PHP, based off of Truecraft's implementation. Powered by ReactPHP (with some parts patched).

demo

The goal of this project is not to be a fully-functional server, but rather a proof-of-concept for PHP and HHVM.

Installation?

You need composer!

composer install

and

php server.php or hhvm server.php!

Make sure you're using the b1.7.3 client! Check the Allow use of Old Beta Minecraft Versions.

Why?

This is a little coding exercise/project, it's not intended to be a serious application. :)

As you can tell, this is not the most performant implementation. It's being developed in a way that's fast to code, and readable.

I am also not a PHP programmer, or an advanced-level programmer, nor do I know much about socket programming! ;)

So if you have any comments or if you have any crazy fun/interesting ideas for me to consider, please feel free to create an Github issue!

Current Progress

View Things to make functional demo!

Libraries used

Evenement - Event Dispatching Library
ReactPHP - Low-level async event-driven library for PHP.
PHPUnit - PHP Testing Framework
Monolog - Logging Framework

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].