mezz

Results 322 comments of mezz
trafficstars

Ok, thanks for confirming. In that case, can you please open a new issue with them and link back here?

Thanks for the suggestion! You can see where ingredients are used by pressing "U" or right-clicking them in the ingredient list.

It should work if you can use `/give` or if you're in creative. Maybe your survival game doesn't have cheats enabled? try `/give` and see what it says.

Most likely there is something changing how `/give` or its permissions work. It seems like EssentialsX or another plugin may not be written in a way that is mod-compatible (it...

NEI had a way to manually specify how to call `/give`, yeah. JEI just checks permissions and then executes the action itself, putting the item directly in your inventory or...

JER doesn't mess with any JEI internals, or with commands, so it can probably be ruled out as part of the issue. I checked and found that EssentialsX does change...

This has not been solved yet. Normally JEI is installed on the server with Forge, and cheat mode always works, but that is not true when using Spigot or Vanilla...

That's basically what I do, the issue is that EssenitialsX (or spigot? not sure which) completely changes the format of the vanilla command so that it's incompatible.

EssentialsX uses the format `/give [amount] [enchant:level...] ` which I think is kind of like a limited version of the vanilla format from 1.7.10 vanilla is now `/give []` where...

Making the command configurable so users can put `minecraft:give` sounds like a pretty simple solution, I'll look into this when I next get a chance.