


A fork merging many of the commands in fvnk's server mod into FSU, plus some extra things I did. Many similar commands merged, logical aliases set, chat messages made uniform etc.
Based on the fantastic Fifty's Server Utilities by Fifty, with lots of fvnk's server mod sprinkled in.
Fully FSU compatible! This is a drop-in FSU core replacement. Compatible with my Better Team Balancing and MentalreBalance mods, the former of which I highly recommend to all server hosts.
If you intend to create new FSU compatible modules, the documentation on the FSU thunderstore page still applies, as I have left the actual API for command registration completely untouched. The only addition being my chat color themeing. If you use it, MentalEdge.theme must be installed alongside any module relying on it. This enables using a modules created to benefit from the color themeing, with normal FSU as well.
For config, refer to the commented convars in mod.json.
Taken using default colors, any and all of them can be set to whatever you'd like by editing theme.nut in MentalEdge.theme(included).



Also of course still includes the spam handling from FSU.
8bit ANSI color codes are in welcome and broadcast messages written using a %-sign representing the "\x1b[38;5;" part of the color code, this was changed from original FSU in order to enable setting welcome message and broadcast message convars in docker-compose. An example of a welcome message would be:
"Run %113m!help <page>%15m to list available commands"
The !help and <argument> portion would get higlighted. Color codes can be found here. To use a color, take its number and add "%" in front and "m" after. For red text, it would be "%196m", and to go back to white, use "%15m".
MentalEdge.theme contains the file "theme.nut". In it you can set the color themes for all other messages by simply editing the color codes already there.