Way to disable quicklySuggestion

Can there be a way to disable everything without going through each item? I'd rather have them all disabled at first, or a way to enable/disable the various groupings of items, even like through a permission. I've probably gone through each item within the next hour but it's tedious :E otherwise, great plugin!

you can remove sections of the json config file as you see fit if you don't want items just remove the whole section, also i wasn't planning on adding permissions to the seperate items cause you'd end up with a permission for each item and currently theres 231 items and that would be a whole lot of permissions, but if im being honest its actually easier to just go into the .cs file and edit the tables from there, the json file is quite messy but its autogenerated soo yeaaa, after modifying the .cs file you just have to delete the old json config reload the plugin and it'l re-write the config lol i honestly rarely ever modify the json file directly, i regioned the actual script pretty neatly so its pretty straightforward to work on the item table

Merged post

like you can jerryrig a section to be for administrators only by making the crafting recipe require 999999999 scrap, and then give extendedcrafting.free perm to your admins since i cant see any non-cheating player being able to acquire 1 billion scrap

Merged post

like even on 1000x servers that amount is a quite a large amount

Oh okay I didn't think to just remove the parts. I'll do that. I meant like a permission for all the DLC items, a permission for all the music items, etc. to group them up and have much fewer perms. But I'll just remove the parts I don't need, that's easier. thanks

as far as a "vip" thing, you'll have to give me some time to learn how to do that kind of stuff

the best i got though at the moment is the "enabled" setting you could just run a search for that phrase in notepad++ and replace all the enabled settings with disabled then enable whatever what you want selectively

Confetti

Oh okay I didn't think to just remove the parts. I'll do that. I meant like a permission for all the DLC items, a permission for all the music items, etc. to group them up and have much fewer perms. But I'll just remove the parts I don't need, that's easier. thanks

one way i could suggest you could do that at the moment is by creating a recipe that uses an obsolete item as a form of currency that is used to craft the items you want, instead of using an actual recipe just make it require sticks or research paper



Merged post

then you could either make a recipe in the json file for buying the currency or put it in a vendor/drop that you spawn during the event

I hadn't used notepad++ before but I did it, that works! thanks! I won't need the vip stuff anyways