willemml
willemml
Exactly as the title says, as of macOS 12.3 Python 2.7 is no longer supported so this is a workaround until this is re-written for Python 3 or someone makes...
macOS 12.3 beta 4 removes the built in Python 2.7 binary causing this workflow to break. This workflow will need to be updated to support Python 3 if it is...
Was trying to setup a project using this template, noticed that the manual deployment command had a typo (realease instead of release) causing it to fail.
Copies the `/etc/hosts` configuration ability from NixOS. This allows users to configure their hosts declaratively. On my system `/etc/hosts` was locked, however this appears to not always be the case....
Handles clients joining - [x] Handshake - [x] Mojang authentication - [ ] Encryption https://wiki.vg/Protocol_Encryption - [x] Compression - [x] Login
Player's position should be tracked client-side as well as health, hunger and inventory to allow for other features (like #3 ).
The server should track player info such as name, uuid, health and position and attach said data to a client connection to allow for players to interact with the world....
Have commands on the server, possibly a custom brigadier implementation. - [ ] Commands - [ ] Easy to create more commands - [ ] "safe" parsing - [ ]...
Login to a Minecraft server, does not include anything past authentication. - [x] Handshake - [ ] Mojang authentication - [ ] Encryption - [x] Compression - [x] Login
Server should support loading and saving of Minecraft worlds in the anvil format, the server should send the chunks to the client as it needs them. There should be full...