Permanent embed brokenSolved

The buttons for permanent embed seems broken and acting very weird but on the other hand, reaction embed that is being triggered by /players command works flawlessly, what is the issue here pls? Also this thing does not react to whether i set 25 players per page or 100... its still 25 even if i delete the embed and make the bot post a new one.

for example if i click on the next button, it goes to -1 then -2 -3 -4 etc and does not show other players... refresh works, sort by name works, sort by time does not even appear as an option...

also if i post a permenant embed somewhere and then in the config i remove that channel and it stays there without autoupdating, then the buttons works fine, but when the autorefresh is enabled, then the buttons does not work so it seems like autoupdate feature only is the problem here messing with the buttons

{
  "Discord Bot Token": "hidden",
  "Player Amount Per Page": 100,
  "Permanent Embeds": [
    {
      "Enabled": true,
      "Permanent Message Channel ID": "hidden",
      "Update Rate (Minutes)": 1.0,
      "Command To Use": "players"
    },
    {
      "Enabled": false,
      "Permanent Message Channel ID": "hidden",
      "Update Rate (Minutes)": 1.0,
      "Command To Use": "playersadmin"
    }
  ],
  "Command Embeds": {
    "players": {
      "Permissions Needed To Use Command": {
        "Require Permissions To Use Command": false,
        "Oxide Permission To Use Command": "discordplayers.use",
        "Allow Discord Commands In Direct Messages": false,
        "Allow Discord Commands In Guild": true,
        "Allow Guild Commands Only In The Following Guild Channel Or Category (Channel ID Or Category ID)": [
          "940265844183826433"
        ],
        "Allow Commands for members having role (Role ID)": [
          "847533236393607218"
        ]
      },
      "Display Setting For The Embed": {
        "Title": "{server.name}",
        "Description": "{server.players}/{server.players.max} Online Players | {server.players.loading} Loading | {server.players.queued} Queued",
        "Url": "",
        "Embed Color (Hex Color Code)": "#de8732",
        "Image Url": "https://i.ibb.co/nBqQHzY/zeme-logo-2.png",
        "Thumbnail Url": "",
        "Add Timestamp": true,
        "Format Applied To Fields": {
          "Title": "{player.name}",
          "Value": "**Online For:** {discordplayers.player.duration}",
          "Inline": true
        },
        "Footer": {
          "Icon Url": "",
          "Text": "",
          "Enabled": false
        }
      },
      "Display Admins In The Player List": true
    },
    "playersadmin": {
      "Permissions Needed To Use Command": {
        "Require Permissions To Use Command": true,
        "Oxide Permission To Use Command": "discordplayers.admin",
        "Allow Discord Commands In Direct Messages": true,
        "Allow Discord Commands In Guild": false,
        "Allow Guild Commands Only In The Following Guild Channel Or Category (Channel ID Or Category ID)": [],
        "Allow Commands for members having role (Role ID)": []
      },
      "Display Setting For The Embed": {
        "Title": "{server.name}",
        "Description": "{server.players}/{server.players.max} Online Players | {server.players.loading} Loading | {server.players.queued} Queued",
        "Url": "",
        "Embed Color (Hex Color Code)": "#de8732",
        "Image Url": "https://i.ibb.co/nBqQHzY/zeme-logo-2.png",
        "Thumbnail Url": "",
        "Add Timestamp": true,
        "Format Applied To Fields": {
          "Title": "{player.name}",
          "Value": "**Steam ID:**{player.id}\n**Online For:** {discordplayers.player.duration}\n**Ping:** {player.ping}ms\n**Country:** {player.address.data!country}",
          "Inline": true
        },
        "Footer": {
          "Icon Url": "",
          "Text": "",
          "Enabled": true
        }
      },
      "Display Admins In The Player List": true
    }
  },
  "Discord Extension Log Level (Verbose, Debug, Info, Warning, Error, Exception, Off)": "Info"
}​

Hey, Thanks for your reports. Paging has been fixed in version 2.1.3. For the embed limit, the valid range is 1-25 as this is set by discord. If you remove a channel it's currently designed to leave the message as it can be used again if the channel is used. The message can be deleted by a person who has permission to delete messages in the discord server.

Locked automatically