-
-
Notifications
You must be signed in to change notification settings - Fork 28
Settings
Matt Jeanes edited this page Jul 18, 2015
·
1 revision
The settings system was designed to store persistent data both client and server-side. On the client it is used to store things such as client-side options and even options that the server can request from them at any time. On the server it is used to store server-side options, which will be able to be changed by server admins in the future. Settings can be mixed with the options GUI to allow users to change the settings or they can be more finely controlled through code, or both.