Not able to change grade to 0 or twigFixed

The program doesn't recognize the commands "/grade 0" or "/grade twig". There is no output in chat when entering either of those in, not even "invalid grade". Due to this, the tool can't be "disabled" by user until timer runs out. This is a fresh install of plugin and config file. 

Hey, thanks for the report - will check it out. Any errors in server console? And what's your configuration file?

8EVsStip0KW6vYs.png misticos

Hey, thanks for the report - will check it out. Any errors in server console? And what's your configuration file?

Apologies for the delay. Up at my cabin for the weekend and get terrible service. No errors were thrown in server console and I can't find a way to upload the config file on mobile. For what was changed, I think I just shortened the "disablein" time. 

Here's the last bit of the config, the only part I touched because I don't know what the middle portion really handles at the moment and all the commands are fine. 

  "Distance From Entity": 3.0,
  "Allow Auto Grade": true,
  "Send Downgrade Disabled Message": true,
  "Cancel Default Hammer Hit Behavior": true,
  "Default Preferences": {
    "DisableIn": 15.0,
    "AutoGrade": true

I should have mentioned, everything else works as intended, it's simply just dropping the grade back down to twig.

I will be back to my pc in a little over 24 hours if you need the full config or anything else. Thanks! 

+1
one more thing... players can not disable autograde (/ag or /autograde without option should togle this option)

Ok, so I started checking this out again... Here is what the config file looked like before I touched anything.

I thought it was strange there was so much repeating wood, stone, metal, and top tier. Out of curiosity I removed all the repeated grades and reloaded the plugin and found that it populated the config file with another set of enabled grades.

Then I repeated removing the extras and simply tried adding in a grade for twig following the same syntax, it did not change anything, nor produce any errors. It did repopulated the list again with another set of only wood, stone, metal, and top tier after another reload of plugin for curiosity sake. 

 

{
  "Commands": [
    "eh",
    "hammer",
    "up",
    "grade",
    "upgrade",
    "bgrade"
  ],
  "Grades Enabled": [
    {
      "Grade": "Wood",
      "Skin": null
    },
    {
      "Grade": "Stone",
      "Skin": null
    },
    {
      "Grade": "Metal",
      "Skin": null
    },
    {
      "Grade": "TopTier",
      "Skin": null
    },
    {
      "Grade": "Wood",
      "Skin": null
    },
    {
      "Grade": "Stone",
      "Skin": null
    },
    {
      "Grade": "Metal",
      "Skin": null
    },
    {
      "Grade": "TopTier",
      "Skin": null
    },
    {
      "Grade": "Wood",
      "Skin": null
    },
    {
      "Grade": "Stone",
      "Skin": null
    },
    {
      "Grade": "Metal",
      "Skin": null
    },
    {
      "Grade": "TopTier",
      "Skin": null
    },
    {
      "Grade": "Wood",
      "Skin": null
    },
    {
      "Grade": "Stone",
      "Skin": null
    },
    {
      "Grade": "Metal",
      "Skin": null
    },
    {
      "Grade": "TopTier",
      "Skin": null
    },
    {
      "Grade": "Wood",
      "Skin": null
    },
    {
      "Grade": "Stone",
      "Skin": null
    },
    {
      "Grade": "Metal",
      "Skin": null
    },
    {
      "Grade": "TopTier",
      "Skin": null
    },
    {
      "Grade": "Wood",
      "Skin": null
    },
    {
      "Grade": "Stone",
      "Skin": null
    },
    {
      "Grade": "Metal",
      "Skin": null
    },
    {
      "Grade": "TopTier",
      "Skin": null
    },
    {
      "Grade": "Wood",
      "Skin": null
    },
    {
      "Grade": "Stone",
      "Skin": null
    },
    {
      "Grade": "Metal",
      "Skin": null
    },
    {
      "Grade": "TopTier",
      "Skin": null
    }
  ],
  "Distance From Entity": 3.0,
  "Allow Auto Grade": true,
  "Send Downgrade Disabled Message": true,
  "Cancel Default Hammer Hit Behavior": true,
  "Default Preferences": {
    "DisableIn": 30.0,
    "AutoGrade": true
  }
}

 

Ryrzy

+1
one more thing... players can not disable autograde (/ag or /autograde without option should togle this option)

The autograde enable/disable chat command is /grade autograde disable

Hey, please give it a try with the new update. Configuration issue should be fixed, and you can set grade to 0/none now.

QLUhWe05d0D9bc8.png misticos

Hey, please give it a try with the new update. Configuration issue should be fixed, and you can set grade to 0/none now.

 

It looks like it works with grade none. Thank you for the update. It appears grade 0 doesn't work, resulting in the same no error in chat/console. But grade none is easy enough, just gotta update my commands. 

 

Thanks again!

Oh right. It would be -1, as 0 is for twig. That's my bad!

Locked automatically