Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
###A Minecraft 1.6.2 Server in Node.js
BurningPig is a custom server for the creative game Minecraft: www.minecraft.net
##Direction I had originally forked the nodecraft project as the start of a modern Minecraft server. That project looked like it was originally built for Node v0.4, and Node has seen alot of improvements since then. I also wasn't happy with the way the protocol was being handled. They tried to staticly define it, and enough packets are dynamic based on their content that I didn't want to try and fix it.
BurningPig is a fresh start using Node v0.8+ and the goodness it has to offer, like streams!
Version 1.6.2 support is basic at the moment.
Node v0.10. is now required for streams2 support!* - I'll add backwards compat soon.
##Current Features
##What's Next
##On The Way
##Server Settings The settings that control the server options are stored in the settings.json file.
Current settings:
serverName - The name of the server that shows up in the Multiplayer server screen.
listenPort - The TCP port the server listens on.
maxPlayers - The maximium number of players the server supports.
gameMode - The game mode
dimension - The dimension of the world
difficulty - World difficulty
Example:
{
"serverName": "BurningPig DevServer!",
"listenPort": 25565,
"maxPlayers": 8,
"gameMode": 0,
"dimension": 0,
"difficulty": 1
}
##Installing BurningPig
Using NPM, installing is as easy as: npm install burningpig
Once I get a little further along, I will put up a test server where people can check out the latest version.
##License BurningPig is MIT licensed. You know the drill. Enjoy!
FAQs
A Minecraft 1.6.2 server in Node
We found that burningpig demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.