Make an efficient Userdata library for keeping flags, permissions, statistics, and other player data. Almost every plugin needs some sort of user data, so the same pattern is implemented by virtually all plugins. By providing a mandatory default implementation we can stop plugin authors from reinventing the wheel over and over again.
Make an efficient Userdata library for keeping flags, permissions, statistics, and other player data. Almost every plugin needs some sort of user data, so the same pattern is implemented by virtually all plugins. By providing a mandatory default implementation we can stop plugin authors from reinventing the wheel over and over again.