You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ability to remotely ban players based on their player id via XML file in the savegame.
This feature can easily be updated with the FSG Bot similar to how it was with FS19.
Create a bans.xml in the savegame file and have the mod compare to the bans data on the server on start.
Bans.xml in Savegame to contain the following data:
Existing Bans
New Bans
Mod will compare the new bans to those already on the server, and add the new ones.
Once added, it will remove new bans from Bans.xml and update Existing Bans.
Will also need a way to remove bans. Maybe just add a field in the bans listing for each ban that is status. new, active, remove
The text was updated successfully, but these errors were encountered:
Ability to remotely ban players based on their player id via XML file in the savegame.
This feature can easily be updated with the FSG Bot similar to how it was with FS19.
Create a bans.xml in the savegame file and have the mod compare to the bans data on the server on start.
Bans.xml in Savegame to contain the following data:
Mod will compare the new bans to those already on the server, and add the new ones.
Once added, it will remove new bans from Bans.xml and update Existing Bans.
Will also need a way to remove bans. Maybe just add a field in the bans listing for each ban that is status. new, active, remove
The text was updated successfully, but these errors were encountered: