qaz@lemmy.world to Open Source@lemmy.mlEnglish · 1 year agoWitchcraft | A Minecraft server written in bashgit.sakamoto.plexternal-linkmessage-square4fedilinkarrow-up181arrow-down18file-text
arrow-up173arrow-down1external-linkWitchcraft | A Minecraft server written in bashgit.sakamoto.plqaz@lemmy.world to Open Source@lemmy.mlEnglish · 1 year agomessage-square4fedilinkfile-text
minus-squareouigol@lemmy.worldlinkfedilinkarrow-up14·1 year agoHow much work is making a Minecraft server from scratch? What things need to be implemented? I saw on the GitHub that placing and destroying blocks was implemented, so I’m guessing it’s a lot of work
minus-squareqaz@lemmy.worldOPlinkfedilinkarrow-up21·edit-21 year agoOne of the most common Minecraft server implementations called Paper MC consists of 321k lines of code (mostly Java and a little bit of Kotlin).
minus-squareShortN0te@lemmy.mllinkfedilinkarrow-up11·1 year agoTo my knowledge Paper, Spigot etc are ‘just’ patching the official server decompiled source. See here https://github.com/PaperMC/mache
How much work is making a Minecraft server from scratch? What things need to be implemented? I saw on the GitHub that placing and destroying blocks was implemented, so I’m guessing it’s a lot of work
One of the most common Minecraft server implementations called Paper MC consists of 321k lines of code (mostly Java and a little bit of Kotlin).
To my knowledge Paper, Spigot etc are ‘just’ patching the official server decompiled source.
See here https://github.com/PaperMC/mache