Soccer ball speed & size config, config file format update
- Added
ball-size and
ball-speed to the soccer configuration section. This allows you to change the game dynamics to match how your players want it.
Code (Text):
#soccer: (add this to the existing soccer section)
ball-size: 3 #Minimum 2, maximum 12, default 3
ball-speed: 2 #Minimum 1, maximum 6, default 2
#other soccer config lines...
- The default configuration file will now use literal block scalars wherever possible, making it much easier to edit multi-line config messages.
- Fixed small console errors that were caused by the legacy reward system. It is safe to delete any
console-command-on-end or
-on-quit lines from the config if you are using rewards.yml.