Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Floffah/gamermode-rewrite

Repository files navigation

Gamermode

Contributing

When contributing please make sure at the very least you have nodejs and yarn installed and have ran yarn prepare in this repo to install the git hooks. This is because we try and keep all of the code pretty using prettier and intellij's prettier plugin doesn't support java files even when added to the regex.

Design choices

  • No custom NBT implementation
    • In the first version of Gamermode, I wrote a custom NBT implementation however it was unstable and too bloated. Instead, I opted to use something that people are more familiar with ( Querz's implementation)
  • No custom components implementation
    • This was mainly motivated by laziness and that I thought it might be better to use something more fleshed out, stable, and known in the community and ended up going with KyoriPowered's Adventure

Helpful links for implementation

Implemented

A list of everything that has been implemented so far

Packets

Server bound
Client bound
Server bound
Client bound

About

Minecraft Java Edition server software made for configurability and efficiency for small to big tasks. Rewrite of github@Floffah/gamermode

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages