I'd like to tweak certain aspects of multiplayer games and I think by defining my own GameRules I could achieve what I want. However I don't feel it would be feasible to ship an entire new server library, it would be much more sensible to apply my modifications in a Metamod plugin. The problem is that I don't see the necessary bindings/hooks in the Metamod documentation that would allow me to override the GameRules. Is it possible? Am I overlooking?