Trying to /give or /setblock custo mspawners isnt working. Im aware its a very old essentials issue, wondering #4139
-
Custom spawners. Trying to /give or /setblock custom spawners isnt working. Im aware its a very old essentials issue, wondering if anything has been done to correct it. No the answer isnt /minecraft:give, ive seen that and tried it. Im currently using a test spigot server with only essentials installed 1.16.4 /give businessskeleton minecraft:spawner{BlockEntityTag:{SpawnCount:4,SpawnRange:4,:50,MaxSpawnDelay:500,MaxNearbyEntities:20,RequiredPlayerRange:20,SpawnData:{id:"minecraft:skeleton",NoGravity:0b,CanPickUpLoot:0b},SpawnPotentials:[{Weight:1,Entity:{id:"minecraft:skeleton",NoGravity:0b,CanPickUpLoot:0b}}]}} 1 That code works fine in vanilla, but ass soon as essentials is added.... doesnt work. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
Yeah it is indeed an old issue now. There has been some recent discussion of this in #3811 and more so in #3963 but there isn't a fix we are committed to yet. As I mentioned in the latter post you should still be able to use something like |
Beta Was this translation helpful? Give feedback.
-
I was just able to get this to work fine while having only EssentialsX (+LP, Vault) installed.
I used the command you provided above with The only issue I ran into was that I was testing on a non-OP account, so I also needed to grant myself Here's me and my new best friends having a good time. |
Beta Was this translation helpful? Give feedback.
-
Update This worked! Thankyou. That :50 was an accident when I pasted it here but I streamlined the code to: /minecraft:give businessskeleton minecraft:spawner{BlockEntityTag:{SpawnData:{id:"minecraft:skeleton",NoGravity:0b,CanPickUpLoot:0b},SpawnPotentials:[{Weight:1,Entity:{id:"minecraft:skeleton",NoGravity:0b,CanPickUpLoot:0b}}]}} 1 Which does the same thing with default spawner settings. Thank you |
Beta Was this translation helpful? Give feedback.
-
This has now been fixed in a009b2f |
Beta Was this translation helpful? Give feedback.
This has now been fixed in a009b2f