Cant /grade 0 or /grade twig anymoreSolved

Hi,
my players cannot /grade to twig anymore.
Any ideas? I have seen a thread but it was already closed.

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

Any error or message in particular they're seeing in chat/F1/server console?

RWaJ8OS2uIklye9.png misticos

Any error or message in particular they're seeing in chat/F1/server console?

No chat message for "/grade 0".
If i type "/grade twig" this message appears: "You have entered an invalid grade"

No error or console message with both commands



Merged post

But i get this on plugin load

(20:45:29) | [Oxide] 20:45 [Info] EnhancedHammer was compiled successfully in 1441ms
(20:45:29) | [Oxide] 20:45 [Info] Unloaded plugin Enhanced Hammer v2.1.1 by misticos
(20:45:29) | [Oxide] 20:45 [Warning] [Enhanced Hammer] Grade 'Twig' was not found
(20:45:29) | [Oxide] 20:45 [Warning] [Enhanced Hammer] Grade 'Brutalist' was not found
(20:45:29) | [Oxide] 20:45 [Warning] [Enhanced Hammer] Converted 0 player preferences into new format
(20:45:29) | [Oxide] 20:45 [Info] Loaded plugin Enhanced Hammer v2.1.1 by misticos​

 

(i tried to enable new skins but i dont know how. actually the whole "Grades Enabled" has no effect)



Merged post

Ok,
i found my error. it is "twigs" not "twig"... i am sorry.

But how do i enable Skins? Everything except "null" does not work

It must be a number (i.e 1, but the real one) which is the skin ID. To be fair I should update the plugin with an option to list all existing grades and their skins.

Merged post

Note also that if skin is set to null it basically allows all skins, so shouldn't be anything to worry about here. At the moment you canNOT enable skins with a command, but you can if you upgrade the normal way (and have auto grade enabled).

I see. Thanks for the help!

Locked automatically