The mod took around 3-4 hours in total to make. It’s a simple project that I thought about making since I don’t like hybrid servers and needed an AFK system.
One simple command for toggling the state which cancels if player moves. Not much to show on a video unfortunately.
GitHub repository has been opened, and now the code editor has syntax highlighting! I’m using TreeSitter with a C# wrapper to parse the JS syntax and Jint to run it with custom functions. Logging output is working (printing both logs and errors)
Working on a tiny game project where player is tasked with creating modules for an operating system. Each level is a new module that has to be written, each increasing in complexity. Work from previous modules can be used when writing new ones.