1. Hey! I have this plugin that got updated last night. Twas bugged because I didn't delete the config before uploading the update. So, I was told to reinstall the plugin from scratch with the new config and it should be fixed. It eventually got fixed, now the issue is as following
    I upload the plugin as normal, it creates a config file, but when I edit/show it, it shows the OLD config that I had before i updated last night, BUT it keeps reading it as a new config. So basically, I have the "correct" config I want in oxide/config but it reads the original author settings.

    How do I fix this? I've been trying everything it feels like. I unloaded it, loaded it back, reloaded it, restartet server, deleting only config and reload the plugin so it created a new config. Yet it remains the "old" config i used but it doesn't use that config.

    Im dying for an answer here!
     
  2. Wulf

    Wulf Community Admin

    Sounds like the edited version was not valid JSON. Could you upload the changed version you made please?
     
  3. It's a paid plugin, so i'll send it to you via PM.
     
  4. Wulf

    Wulf Community Admin

    I just need the config, not the actual plugin.
     
  5. JSON Formatter & Validator gives me a valid json
    VALID JSON (RFC 4627)

    EDIT: This is the author's original settings. When I download it from my server, it reads differently.
     

    Attached Files:

  6. Code:
    {
      "LootTable": {
        "ContainerSkin": 0,
        "LootItems": [
          {
            "MaximumAmount": 2400,
            "MinimumAmount": 1150,
            "Shortname": "metal.refined"
          },
          {
            "MaximumAmount": 4,
            "MinimumAmount": 1,
            "Shortname": "explosive.timed"
          },
          {
            "MaximumAmount": 12,
            "MinimumAmount": 3,
            "Shortname": "grenade.f1"
          },
          {
            "MaximumAmount": 1,
            "MinimumAmount": 1,
            "Shortname": "supply.signal"
          },
          {
            "MaximumAmount": 1,
            "MinimumAmount": 1,
            "Shortname": "ammo.rocket.smoke"
          },
          {
            "MaximumAmount": 6,
            "MinimumAmount": 1,
            "Shortname": "ammo.rocket.basic"
          },
          {
            "MaximumAmount": 1,
            "MinimumAmount": 1,
            "Shortname": "cctv.camera"
          },
          {
            "MaximumAmount": 1,
            "MinimumAmount": 1,
            "Shortname": "targeting.computer"
          },
          {
            "MaximumAmount": 400,
            "MinimumAmount": 300,
            "Shortname": "ammo.rifle"
          },
          {
            "MaximumAmount": 720,
            "MinimumAmount": 600,
            "Shortname": "ammo.pistol"
          }
        ],
        "MaximumItems": 10,
        "MinimumItems": 5
      },
      "Options": {
        "BuildBlockedRadius": 10.0,
        "LootSpawnfile": "",
        "MinimumPlayersRequired": 2,
        "ShowSmokeOnLocation": true,
        "UISettings": {
          "IconUrl": "http://www.oxidemod.org/oxide/Images/treasureicon.png",
          "UIBackgroundColor": "#4C4C4C",
          "UIOpacity": 0.7,
          "UseUIDisplay": true,
          "XDimension": 0.275,
          "XPosition": 0.625,
          "YDimension": 0.05,
          "YPosition": 0.93
        },
        "UseSpawnsFromRandomSpawns": true
      },
      "Timers": {
        "MaximumTimeBetweenEvents": 7200,
        "MinimumTimeBetweenEvents": 3600,
        "TimeToLoot": 720,
        "TimeToUnlock": 180
      }
    }
    The code im running, when right clicking and clicking Edit/view in Filezilla
     
  7. When you reopen the config, are you discarding the old one and redownloading it?
    [​IMG]
     
  8. That shows diffrently for me. It only offers "View/Edit" option, no reopen local file or discard..
    [DOUBLEPOST=1487956388][/DOUBLEPOST]Danish translation = View/Edit at mousehover
     

    Attached Files:

    • gea.png
      gea.png
      File size:
      49.4 KB
      Views:
      12
  9. When you click that, the above message should pop up. If not, there's a setting to change it which I can post here later, but you could download it and reupload it.
     
  10. Im using the first one, "reopen local file". Should I try the other option?
     

    Attached Files:

  11. Yes, it'll redownload a new version from the server. You could just be editing your local file (which is out of date)
     
  12. Dude, that worked. You're a lifesaver.