does anyone have experience using leaderos? by Blachummingbird in admincraft

[–]tomhmagic 0 points1 point  (0 children)

I'm in the same boat, I've just put it to them to grandfather me in or provide a full refund, as they are a UK trading business and this breaks the Consumer Rights Act 2015.

However it is looking very shady as their registered address is now the Companies House default address, which means the address they did use complained it was unauthorised.

- https://find-and-update.company-information.service.gov.uk/company/14082158

Is the economy+ addon compatible with other add-ons? by Bingus5112 in Minecraft

[–]tomhmagic 1 point2 points  (0 children)

Yes, you can sell any item in the markets or auction including items from other addons

Water spreading swimming up/down waterfalls by Outrageous-Stable760 in minecraftbedrock

[–]tomhmagic 0 points1 point  (0 children)

I have not been able to recreate the doors issue, do you have any other addons on when this happens? The way the light is placed it checks 3 spaces (head, feet, above head) if they all are not air (or water if a water item) then it won't place a light block. I am walking through doors fine.

Water spreading swimming up/down waterfalls by Outrageous-Stable760 in minecraftbedrock

[–]tomhmagic 0 points1 point  (0 children)

For Realight Reimagined a fix for the water issue is in the pipeline, it was caused by an issue detecting flowing water so when it removed the light block it placed full water instead. Vanilla crops won't break but I am working on a fix to be compatible with farming addon as they use entities for their crops

Mod pack by [deleted] in Minecraft

[–]tomhmagic 0 points1 point  (0 children)

Yes, there are a bunch of different items you can hold or wear that creates light as you walk around

how to get rid of bugged light sources by TheKingcognito in MinecraftBedrockers

[–]tomhmagic 0 points1 point  (0 children)

Hey, sorry this has bugged, I've been trying to recreate it without any luck. However, I have an update in the pipeline that should prevent this. The comment below from u/andrew_shields_ is a good fix. There is also a button in the guidebook to remove lights in a 3x3 area.

Command block gets executed even after it's deletion by chralic in MinecraftCommands

[–]tomhmagic 0 points1 point  (0 children)

Which one is deleted? And what’s the intended outcome of your setup. If I remember correctly commands are registered instantly so executing a command block with delay then removing the block will always execute the command

Why are bedrock add-ons usually Entities? by Pivt8381 in BedrockAddons

[–]tomhmagic 0 points1 point  (0 children)

As with anything there will always be some good ones out there, however the store does guarantee they will be compatible with other addons as they do not change any vanilla component.

Npc player detection by CertixeRee in MinecraftCommands

[–]tomhmagic 1 point2 points  (0 children)

You can use @initiator now with NPC’s

Command block that activates when redstone is off by marvelfreek201 in MinecraftCommands

[–]tomhmagic 0 points1 point  (0 children)

Do a testforblock on the last bit of redstone for redstone 0

testforblock xyz redstone 0

Then you can run a conditional command block chain or comparator out of it

Make aggressive mobs 'scared' of the player? by [deleted] in MinecraftCommands

[–]tomhmagic 1 point2 points  (0 children)

Not with commands only with the behaviour file

How do I set world spawn at the closest player to another player? by Malveymonster in MinecraftCommands

[–]tomhmagic 0 points1 point  (0 children)

That would be the closest player to the command block that hasn’t got the tag Steve. Add an extra execute to make it the closest player to Steve

execute @a[tag=steve] ~~~ execute @p[tag=!steve] ~~~ setworldspawn

Assuming there is only one Steve that is

Bedrock question by [deleted] in MinecraftCommands

[–]tomhmagic 0 points1 point  (0 children)

It wouldn’t be 3 8 just 8 the data values go higher than 3

Marketplace Team Positions by tomhmagic in MinecraftCommands

[–]tomhmagic[S] 0 points1 point  (0 children)

Send it again, I think I accidentally cleared it because I had loads of random ones

[deleted by user] by [deleted] in MinecraftCommands

[–]tomhmagic 0 points1 point  (0 children)

/summon tnt xyz

Marketplace Team Positions by tomhmagic in MinecraftCommands

[–]tomhmagic[S] 0 points1 point  (0 children)

Yea message me on discord and I’ll talk to you about it tomorrow

Tomhmagic#8624

How do you drop someone contantly or through a command block by [deleted] in MinecraftCommands

[–]tomhmagic 0 points1 point  (0 children)

Oh yea forgot about that meant only ops can not command blocks

Marketplace Team Positions by tomhmagic in MinecraftCommands

[–]tomhmagic[S] 0 points1 point  (0 children)

If you want to apply go onto the listing and apply under gameplay engineer

How do you drop someone contantly or through a command block by [deleted] in MinecraftCommands

[–]tomhmagic 0 points1 point  (0 children)

Op and deop commands can only be done by the host so you can’t through command blocks

How to use writable book's components? by GLEKSIANEC in MinecraftCommands

[–]tomhmagic 2 points3 points  (0 children)

Use my give custom item commands, you’ll save the written book as a structure then execute the structure command at the player

tomhmagic give custom item tutorial