Would it be possible to add a way to change the command used to spawn in items from JEI like NEI used to so it is compatible with servers using custom plugins like Sponge plugins or Spigot Essentials?
JEI uses the vanilla /give command, is that not compatible?
I've been using the Core plugin for SpongeForge
It's /give command does not support the item data part of the command.
I can remedy it by disabling the plugins commands but other plugins might not have an option to disable it or have completely different commands like /I
If another mod changes the give command so it cannot do item giving as done by vanilla, I think that would be it's fault rather than JEI for not adapting to what it broke
I'm sorry but I have to agree with @KnightMiner here. This seems like an issue for the Core plugin for SpongeForge. Item data is often very important in 1.8+.
Same problem here. In previous MC versions (same server/plugins) the NEI command need always adjustment.
JEI use "/give player minecraft:bed 1 0"
translated this is "/give
The bukkit server responds with:
Too many arguments.
/give [-do] [-d]
I assume the commandbook plugin is responsible for handling /give.
Don't know if the serverside
I support the request.
I talked to @zml2008 in the #spongedev irc channel and they helped me track down the source of the problem. I reported the issue to the Nexus plugin for Sponge here.
I can add custom spawn commands if people really want to do something more advanced, but my first priority is to have JEI "just work" without messing with the configuration.
I am of the opinion that if plugins are going to overwrite the vanilla command, they should retain compatibility. This is an error on their side.
They already replied and said they will fix it, cool.
I see.. good suggestion! I'll add that to be ready in the next version :relaxed:
Most helpful comment
I'm sorry but I have to agree with @KnightMiner here. This seems like an issue for the Core plugin for SpongeForge. Item data is often very important in 1.8+.