- Added support to earn JP by consuming job point items.
- Added a new game server setting to configure the maximum amount of JP
which can be held at once per job. Set the default value to 50000
which was found in pcap.
- Server settings which are read by the C# server software now provide
defaults in the server code.
- When the server loads, using reflection, it generates a csx setting file
in a new script_templates directory. The server admin can copy these
templates into the "settings" module to be loaded and override the
default settings.
- Server defaults apply first, then settings provided in the script
override the defaults. The script files only need to provide the
settings they wish to override. They do not need to provide all
settings.
- Removed the files GameLogicSettings.csx, SeasonalEvents.csx,
ChatCommands.csx and PointModifiers.csx.