Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote Ban Feature #2

Open
FSGModding opened this issue Jan 10, 2023 · 0 comments
Open

Remote Ban Feature #2

FSGModding opened this issue Jan 10, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@FSGModding
Copy link
Owner

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

@FSGModding FSGModding added the enhancement New feature or request label Jan 10, 2023
@davarravad davarravad self-assigned this Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants