Autobansync

Unverified Autobansync 1.04

No permission to download

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Website User Information:

When a resource is labeled as "unverified," it means that the developer has not yet completed the necessary steps to become a verified resource. However, this tag should not be interpreted as a sign that the resource is dangerous or insecure. Rather, it serves as a reminder that the developer still needs to meet specific requirements to attain verified status. On the other hand, verified resources are those that come from developers who have already met these requirements. These resources can be considered trustworthy and reliable, as they are created by developers who actively engage with the community and consistently provide high-quality content. By using verified resources, users can ensure that they are accessing safe and secure content that has been thoroughly vetted.

Developer Information:

To obtain the verified tag, you must first meet the specific requirements mentioned in the link below. Once you have confirmed that you meet the requirements, the next step is to join our Discord Server. After joining the server, you must create an API support ticket and apply for the verified tag.

How to apply: Click Me To Learn More

Autobansync

Plugin Description:


The "ARK Banlist Sync Plugin" optimizes player ban management within ARK servers. This plugin utilizes an SQL database to synchronize bans, ensuring consistent player restrictions across servers. With the added benefit of optional Discord notifications, the plugin offers a streamlined approach to maintaining a unified ban list.

Getting Started Guide:

Requirements:


  • ARK: Survival Evolved server environment.
  • Python installed on the server.
  • SQLite or MySQL database (depending on your choice).
  • Discord account (for optional notifications).
  • Plugin files: config.json, bannedplayers.txt, and relevant scripts.
Steps:

  1. Install Dependencies:
    • Install Python on the server.
    • Set up an SQL database (SQLite or MySQL) and ensure it's accessible.
  2. Configure config.json:
    • Open config.json and adjust settings:
      • Specify database type and connection details.
      • Set options for reading banned players and updating bans.
      • Configure the execution interval and Discord webhook (if needed).
  3. Prepare bannedplayers.txt:
    • Populate bannedplayers.txt with player identifiers (Steam64 IDs, etc.).
  4. Script Execution:
    • Run the scripts based on chosen functionality:
  5. Optional Discord Notifications:
    • If enabled, the plugin sends notifications via Discord webhooks.
    • Configure the webhook URL in the config.json file.
  6. Testing and Maintenance:
    • Test the plugin on a test server before applying to production.
    • Regularly review the configuration and adjust as needed.
    • Monitor logs and notifications to ensure smooth operation.
Remember to customize paths and settings according to your server's setup. Always keep backups of important data and verify the plugin's functionality thoroughly before deploying in a live environment.

Config.json
{
"read_banned_players": true,
"update_banned_players": true,
"execution_interval": 20,
"database": {
"database_type": "sqlite",
"database_name": "banned_players.db",
"host": "localhost",
"port": 3306,
"username": "your_username",
"password": "your_password"
}
}
  • Like
Reactions: stevie senpai

Latest updates

  1. loadscripts.lua fixed

    .
  2. wrong update

    .
  3. Fixed Server restart + translated to english

    Enhancements: Enhanced translation support: The plugin now features improved translation...
Monetize your ARK server
Tebex
Rogue Vikings Discord Server - Rogue Vikings Gaming Servers - Minecraft Prison Servers - Minecraft Creative Servers
Tempest Dedicated Servers
Back
Top