Jump to content

JSON Events File stacking entries.

Fixed 2.2.14 3.0.5

MancDad
MancDad

Posted

Hi,

I've been using this plugin for a few months now - Never had an issue and it has always been a valuable & respected feature for my server. However recently I'm having issue with raidable bases... I cannot auto start anything other than easy ? 

My JSON is below.

If I amend and reload the plugin it ALWAYS goes back to the below. 

"Nivex|0.949 0.651 0.996 1.00|51157033-335f-47a6-8192-14b60f03106a": [
    {
      "Event name": "Dangerous Treasures",
      "The command to launch the event": "dtevent",
      "Color": "0.1 0.1 0.1 0.95",
      "Command type": "console"
    },
    {
      "Event name": "RaidableBases Easy",
      "The command to launch the event": "rbevent easy",
      "Color": "0.1 0.1 0.1 0.95",
      "Command type": "console"
    },
    {
      "Event name": "RaidableBases Medium",
      "The command to launch the event": "rbevent easy",
      "Color": "0.1 0.1 0.1 0.95",
      "Command type": "console"
    },
    {
      "Event name": "RaidableBases Hard",
      "The command to launch the event": "rbevent easy",
      "Color": "0.1 0.1 0.1 0.95",
      "Command type": "console"
    },
    {
      "Event name": "RaidableBases Nightmare",
      "The command to launch the event": "rbevent easy",
      "Color": "0.1 0.1 0.1 0.95",
      "Command type": "console"
    }
  ],


If I change the "The command to launch the event" it always defaults back to easy ? Hope this can be sorted soon

MancDad

Posted

Hi, Appreciate it's the Xmas break .. But are there plans to look at this issue in the New Year? Many thanks. 

MeventSupport

Posted

20 minutes ago, MancDad said:

Hi, Appreciate it's the Xmas break .. But are there plans to look at this issue in the New Year? Many thanks. 

Hi! Unfortunately, due to it being the New Year holidays, I haven't had a chance to watch it yet. I will check it out later! 

  • Like 1
MancDad

Posted

Hi, I've managed to get Raidable bases working... After much head scratching, i deleted the Data folder, the configs, and removed the plugin ... Adding back the EventManager.cs plugin didn't fix it ... so i cleared everything again, but this time inspected the plugin ... 

EventManager.cs   ... The error is within the plugin ... 
 

[new AuthorName
                    {
                        Name = "Nivex",
                        Color = "0.949 0.651 0.996 1.00"
                    }] = new()
                    {
                        new EventSettings()
                        {
                            displayName = "Dangerous Treasures",
                            Command = "dtevent"
                        },
                        new EventSettings()
                        {
                            displayName = "RaidableBases Easy",
                            Command = "rbevent easy"
                        },
                        new EventSettings()
                        {
                            displayName = "RaidableBases Medium",
                            Command = "rbevent easy"
                        },
                        new EventSettings()
                        {
                            displayName = "RaidableBases Hard",
                            Command = "rbevent easy"
                        },
                        new EventSettings()
                        {
                            displayName = "RaidableBases Nightmare",
                            Command = "rbevent easy"
                        }
                    },



The command defaults for each entry is the same (presume a copy / paste oversight) ... so everytime the plugin is reloaded is defaulted back to rbevent easy for each entry. I've changed these to the correct values and it's working 🙂

 

Mevent

Posted

Changed Status from Pending to Fixed

Changed Fixed In to 3.0.5

1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.3k

Files Sold

Total number of files sold.

2.3m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.