Remove /give. #5171
-
NBT, inherently, is not user friendly. In minecraft's /give command it's literally JSON, a format that wasn't really intended to be written out by humans anyways, let alone one that was meant to be typed in one line (that said, JSON is at least a format that can be written in one line. The other formats for config files don't really make sense to use in a command). Unless there's something I'm missing, your idea of "making the command less awkward"...is just swapping around the item meta argument and the item amount argument. That doesn't fix anything. The command is still awkward to type* but now I've spent the past several months appending If there is nothing I'm missing, I ask (on behalf of not only me but my admins as well) to just remove it, and I would like to ask if anyone reading this other then the developers has actually gotten used to this. And if there is something I'm missing then honestly I would ask for a configuration option to remove the /give replacement instead of having to put *and that assumes you don't just use a generator or copy paste for your command, which exist for many situations and I find myself using frequently |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
You can disable any Essentials command here: https://github.com/EssentialsX/Essentials/blob/2.x/Essentials/src/main/resources/config.yml#L173 If you disable it there, |
Beta Was this translation helpful? Give feedback.
-
That's good to know. I still think this is kind of silly and would love to talk to somebody who prefers this. |
Beta Was this translation helpful? Give feedback.
-
If you want, you can disable individual commands as mentioned by oskarkk and restore the vanilla |
Beta Was this translation helpful? Give feedback.
/give
provides shorthand aliases for almost all items in the game (see/itemdb
for aliases of other items), as well as a human-friendly Item Meta syntax that is easier to write than NBT. This system is also used by/item
, kits and item trades to provide consistent item syntax across the plugin, and is familiar to many long-term EssentialsX users.If you want, you can disable individual commands as mentioned by oskarkk and restore the vanilla
/give
command. This option is provided so that new users can choose which command they want to use.