minecraft-server
minecraft-server copied to clipboard
Minecraft server written in Node.js
Bumps [debug](https://github.com/debug-js/debug) from 4.1.1 to 4.3.4. Release notes Sourced from debug's releases. 4.3.4 What's Changed Add section about configuring JS console to show debug messages by @gitname in debug-js/debug#866 Replace...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Once the server is mature, meta things will need to be written like extra plugins, plugin repo, docs, etc., so an organisation would make more sense.
Currently the console is full of debug messages and it isn't user-friendly. I want to refactor the console to send timestamped lines when the server starts and stops, a player...
Prevent clients with mismatching versions from joining. I tried to implement this but for some reason, the client's supposed version was always 1.14.1 even though the client's actual version was...
_(can only be implemented after #1)_ The server should include some core commands (that can be overridden by external plugins). Here's a list of commands to add: - /difficulty -...
Maybe publish the package to NPM with a little CLI attached? or use some project like [https://github.com/zeit/pkg](pkg)\* to produce a binary for admins to run that will create the necessary...