mojira.dev

#Hey I think I found a bug about execute I dont sure is it only error on my map or entire execute may be I dont know what change in 16w07a sorry
you can delete this post if it illegal or something i dont know

In 16w07a or up The execute command wont work in my map

Example if you create drop way like this [In the first picture]

And then you make execute command It wont work and detect player while they falling
The last version that it work is 16w06a
This effect in Pre1-2 too

[I already use repeat commandblock]
[I already test on another randonTickSpeed]

Only way It will work is fly from a floor to above
or press space while using elytra

Oh I want to ask another too

In this map the tellraw command for protect map from cheating that is :

execute @a[score_AllowG3=0,score_AllowG3_min=0,m=3] ~ ~ ~ /tellraw @p [{"text":"[","color":"white"},{"text":"Anticheat","color":"red"},{"text":"]","color":"white"},{"text":" Sorry you can't change gamemode and             Do not Cheat! you will be watching by us security.","color":"red"}]

are not working
with gamemode 0,1,2 It work properly

Sorry If My grammar wrong or I dont know about command block update

Here is my map link : https://www.mediafire.com/?ryhhuss1qewbjii

[No VIRUS 100% sure I already scan it with eset nod32 before zip]

Anyway If you want to test in my map please type this command first
/scoreboard players set <player> AllowG<number of gamemode> 1
Example : /scoreboard players set Player AllowG1 1 - for Creative mode permission

Attachments

Comments 10

there is nothing in this ticket that is about security expoiolts or private information, no need to set tis ticket to private

Sorry FVbico I don't want anyone to download my map right now.
Can you solve this please ?
This happen in Minecraft pre 3 too

It is very difficult to understand this ticket. What is the bug, can you provide exact commands and reproduction steps?

Its not working because you used m=3 as your selector. m=3 is not a selector, so it can't find a player using it. You might be confused with something such as r=3, or c=3.

@@unknown m=3 is a valid parameter. m targets players based on their gamemode, and a value of 3 is spectator mode.

Please describe the issue in detail. Provide concise steps to reproduce it.

I know now how to explain it

First make fall hole
And then do like execute 0 36 0
If you teleport from 0 36 0 the command work properly
But if you fall from 0 37 0 it wont work

I think it because of fall speed or I don't know something about update?
Please check for me

I have a video to explain : https://youtu.be/F8ytVc53Cbg

*Thank Aaron and everyone

The selector you used for the detection is

@a[x=0,y=36,z=0,r=0,m=2]

r=0 reduce this position to a very small point, almost impossible to reach while moving. That's why the command only work when you tp at this exact coordinate.

I recommend using dy=0 or r=1 instead

that seems to be the problem indeed, r=0 only tests at that specific spot, not 0.5 more, set it to r=1, or dy=0 instead

Thank It fixed !
But anyway If I want to detect player that using gamemode 3 what variable I have to use?
like you dont want anyone to use gamemode 3
by sending a message to him

About this topic
execute @a[score_AllowG3=0,score_AllowG3_min=0,m=3]

PlusPK PlusFamily

(Unassigned)

Unconfirmed

Minecraft 1.9 Pre-Release 1

Retrieved