My name is Michael and I am a hobbyist backend software developer! You'll find me on here making contributions to various repos and uploading some of my own public work!
1. InvisionSync
InvisionSync is an addon for the GTA 5 modification framework FiveM which allows server owners to synchronize their permissions from their Invision Community forum software to the server itself. As an example, someone who holds an Admin rank on the forum may receive an admin rank in game. The addon utilizes the Invision Community REST API to check the individual's forum group based on the profile field "Steam Hex" and sets their in-game permissions accordingly. InvisionSync is completely free and open sourced, allowing anyone to make modifications as they please.
The Teamspeak 3 Queue Bot was originally a private project for an online gaming community. The purpose of this teamspeak bot is to queue users to join a channel that is already full. The bot features an assortment of features including the ability to exclude people in the channel from the queue based on their servergroups, and also offers the ability for those whose teamspeak clients crash to rejoin the queue (AKA a "recovery" option). The queue bot utilizes Redis for caching and storing data. While the queue bot is open sourced, it is unmaintained at this time and there may be errors upon running the bot for the first time.
ixEmplacements is a plugin for the Helix framework within Garry's Mod that was done as a commission in late 2023. It utilizes an assembly and disassembly system for Gredwitch's Emplacements; requiring the appropriate items to be in the player's inventory before assembling and disassembling the emplacement. Emplacements are saved, allowing them to remain in place beyond a server restart.