ASA - ARKLinkDiscord

ASA - ARKLinkDiscord 1.4

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!

rootie

Well-known member
Joined
Aug 3, 2018
Messages
24
rootie submitted a new resource:

Link Discord - Simple plugin to link EOS-ID to Discord through MySQL

Hello!

For all of you who need a plugin to connect a player's account (EOS-ID) to a Discord account, here it is.

It's important to note that this only adds the command to use a code generated by a Discord bot or other type of system (I do not provide the bot, only the plugin).

Importantly, this uses MySQL, not SQLite.

  1. Example:
    1. Bot discord saves discordId and a random code: example: bG2X7g4Wto the db
    2. You write in the chat...

Read more about this resource...
 
Hello, Possible to add someone to the permissions plugin group when it verified ?
 
rootie updated ASA - ARKLinkDiscord with a new update entry:

PlayerId, CharacterName, Adds to group when linking

Hello,

I've updated the plugin with new features:
  • Saving the in-game player ID (playerId)
  • Saving the character name
  • Option to add to a group when linking their EOS account to Discord.
IMPORTANT:
There have been changes made to the database tables, adding 2 new records. You can manually update it with this code:

SQL:
ALTER TABLE player_discord
ADD player_id INT NOT NULL DEFAULT 0,
ADD character_name VARCHAR(255) NOT NULL...

Read the rest of this update entry...
 
rootie updated ASA - ARKLinkDiscord with a new update entry:

PlayerId, CharacterName, Option to adds to group when linking

Hello,

I've updated the plugin with new features:
  • Saving the in-game player ID (playerId)
  • Saving the character name
  • Option to add to a group when linking their EOS account to Discord.
IMPORTANT:
There have been changes made to the database tables, adding 2 new records. You can manually update it with this code:

SQL:
ALTER TABLE player_discord
ADD player_id INT NOT NULL DEFAULT 0,
ADD character_name VARCHAR(255) NOT NULL...

Read the rest of this update entry...
 
rootie updated ASA - ARKLinkDiscord with a new update entry:

Discord Messages

New version 1.2:
  • When a user links their account, the code changes to "Linked".
  • Added the option to send a message to Discord when the user links their account.
    • Discord message is fully configurable. ({EOS} {CharacterName} {PlayerId} {MapName})
  • Please review the new options.

    JSON:
            "MapName": "The Island",        "Discord": {
                "EnableDiscord": true,
                "SenderName": "MyWebHookName"...

Read the rest of this update entry...
 
https://github.com/X3R07YP3/ASA-Linker This is a simple version for ASA that only has the /link command and an autoroll
Nice!


Uploaded an updated version of the link me bot
Nice too!

Updated the resource to include this links
 
Hello, could you add a function to save the Tribe name too.
not sure why my previous comment was deleted
 
rootie updated ASA - ARKLinkDiscord with a new update entry:

TribeID, TribeName (check update, changes on db)

Hello,

I've updated the plugin with new features:
  • Now saves the tribe ID
  • Now saves the tribe name
  • New webhooks variables: {TribeId} and {TribeName}
  • Removed unused "UseMysql"
IMPORTANT:
There have been changes made to the database tables, adding 2 new records. You can manually update it with this code:

SQL:
ALTER TABLE player_discord
ADD tribe_id INT NOT NULL DEFAULT 0,
ADD tribe_name VARCHAR(255) NOT NULL DEFAULT 'None'...

Read the rest of this update entry...
 
is it possible for the plugin to check every x hours or on player login for their name and tribe name so that if they change any of them, it stays updated in the Database
yes, it is possible
 
Recent update broke this. I reverted back to the old version and its working fine again. The "/linkdiscord" command in-game reports nothing back when entering it in with an existing code in the database. It won't even link their account.
 
Recent update broke this. I reverted back to the old version and its working fine again. The "/linkdiscord" command in-game reports nothing back when entering it in with an existing code in the database. It won't even link their account.
I just tested it with the new version of the API, and it works correctly. There might be some conflict with another plugin, but it works perfectly fine for now.
 
rootie updated ASA - ARKLinkDiscord with a new update entry:

Custom Cmd, Update player data

Hello,

This new update brings:
  • Customizable command: you can set any name you want for the command.
  • Option to update player data on logout.
JSON:
"Settings": {
        "UpdatePlayerDataOnLogout": false,
}
"Messages": {
        "LinkDiscordCmd": "/linkdiscord"
    }
JSON:
{
    "Settings": {
        "MessagesDuration": 10,
        "NotificationMode": false,
        "UsePermissions": false...

Read the rest of this update entry...
 
Tempest Dedicated Servers
Rogue Vikings Discord Server - Rogue Vikings Gaming Servers - Minecraft Prison Servers - Minecraft Creative Servers
Tebex
Monetize your ARK server
Back
Top