Essentials: filled_map is unknown item

Created on 31 Aug 2019  路  4Comments  路  Source: EssentialsX/Essentials

Hi. Seems I cant get a filled map using the /give command when EssentialsX is enabled. Essentials is intercepting the command and giving the error unknown item. Disabling Essentials I can get the item without issue.

I am using 2.17.1.0 on 1.14.4 spigot.

F451

question

Most helpful comment

To specify NBT in EssentialsX, you need to move the NBT to the end of the command:

/give player filled_map 1 {map:691}

Alternatively, use /minecraft:give for the vanilla syntax.

All 4 comments

Cannot reproduce on the following version:

[13:21:17 INFO]: Server version: 1.14.4-R0.1-SNAPSHOT git-Paper-176 (MC: 1.14.4)
[13:21:17 INFO]: EssentialsX version: 2.17.1.15

Using /give playername filled_map 1 works as expected. Try updating EssentialsX to the latest build on the build server and deleting the items.json file in plugins/Essentials to let the plugin generate a new copy.

Thanks for checking. I did try that actually, but no luck. I am trying to give myself filled maps with specific ID's. The command above gives me a new map with a new sequence number. I am getting the error giving a specific map ID. For example:

/give playername filled_map{map:691} 1
Error: Unknown item name: filled_map{map:691}

For now I have to start the server without Essentials to get the maps I need, then restart with Essentials to place them. Essentials doesn't appear to parse the meta data.

Cheers.

To specify NBT in EssentialsX, you need to move the NBT to the end of the command:

/give player filled_map 1 {map:691}

Alternatively, use /minecraft:give for the vanilla syntax.

ah. great. Thanks a lot for that. Works a treat.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

elijahblooom picture elijahblooom  路  3Comments

Tomi010817 picture Tomi010817  路  3Comments

drtshock picture drtshock  路  3Comments

TheMattVid picture TheMattVid  路  3Comments

kakd picture kakd  路  3Comments