Forum

Notifications
Clear all

Im here to help you with commands

Page 4 / 4
(@radiatedmonkey)
Eminent Member

You could do the following to spawn a named entity when you're using the scripting api (Idk if you are):

Create a server script and put for example this in the initialization if you want the villager to spawn when a player attacks another entity:

this.listenForEvent("minecraft:player_attacked_actor") (eventData) => this.summon(eventData))

And this as seperate under everything:

serverSystem.summon = function (eventData) {

const villager = createEntity(entity, minecraft:villager)
const nameable = createComponent(villager, "minecraft:nameable")
nameable.name = "Vilager name";
applyComponentChanges(nameable);

}

And for the custom trades you can use an addon or mod the villager(s) with an editor like Universal Minecraft Editor

ReplyQuote
Posted : 10/01/2019 3:58 pm
(@robcat99)
New Member

is it possible to make the holograms using commands and armor stands like you can on Java?

ReplyQuote
Posted : 30/07/2019 8:40 pm
 NiRa
(@nira)
New Member
Posted by: @nikoskon

MINECRAFT BEDROCK COMMAND HELP CENTRE

Hello,
Alot of mc(be) players dont know how to use commands(cmds)/command blocks(cmdbs),so im here to help you with whatever you need


Example

If you are making an adventure map and you need custom things which cannot be done with behaviour packs, or you just dont wanna use one, you can post a reply here and ill do my best to help you! If you need something big, i can join your world and do it myself! (Ign: nikoskon20031)
(Reply with the thing you want)
Thanks,
nikoskon

P.S. The only thing you need for return is to mention me on your project

Hello!

Could you please help me?

I would need many different commands if you donΒ΄t mind πŸ™‚

Add me on Xbox Live for later! (You can add me on Pc in the Xbox App, or on the Xbox itself)

NiRa HD

Or Discord: Nik HD#2566

IΒ΄m looking forward to hear from you!

ReplyQuote
Posted : 11/08/2019 11:33 am
(@coolboy264)
New Member

@nikoskon is there is any way to give a score or a tag for anyone who rejoin like rejoin detect

ReplyQuote
Posted : 22/05/2020 5:25 pm
Page 4 / 4
Share: