Dan
- kkoutris
- kkoutris
- America/New_York
- Yes
- No
9 issues
Key
Summary
Status
Reporter
Assignee
Created
Changed Description:
The Ender Dragon is no being affected by the radius selector in commands.
For instance this command does not work
tp @e[type=EnderDragon,r=20] ~ ~ ~-0.1however it still works fine on other entities such as cow etc.
UPDATE: This is still a problem in 1.9 pre-v4 even though it say fixed on the change log.
Added Affects Versions: 1.9-pre4
Removed Affects Versions: 1.9-pre3
Changed Summary:
You diappear sometimes whne wearing the elytra in f5You diappear sometimes when wearing the elytra in f5
Changed Description:
Trying to download a backup off a realm leads to a game crash.
UPDATE: Now unable to open the realms screen/ui from the start screen.
Here is the crash log:
Time: 23/06/20 14:39 Description: Rendering screen java.lang.NullPointerException: Rendering screen at dmh.a(SourceFile:134) at dmi.a(SourceFile:42) at dmt.a(SourceFile:317) at dmv.a(SourceFile:117) at dju.a(SourceFile:161) at ebs.a(SourceFile:603) at dlx.e(SourceFile:1021) at dlx.e(SourceFile:654) at net.minecraft.client.main.Main.main(SourceFile:215)
Dear Skylinerw,
Thank you for addressing my problem/bug. If what you say is true, then will this feature remain the same? Will the command i have listed no longer work? Or, is this a bug that will be patched? Thank you again.
sincerely,
dan/kkoutriss
there is a USEROD objective which detects if I have right clicked a fishing rod. I tried resetting it at 0 and making it above 1 but nothing worked. I even tried a testfor without the USEROD but it still said invalid entity UUID.
Ok so first i created a scoreboard objective called USEROD to detect if a player right clicked a fishing rod
/scoreboard objectives add USEROD stat.useItem.minecraft.fishing_rod
This part works fine.
the detects where a player has used a fishing rod.
I use /tesfor to determine if the player has a score of 1 or higher.
/testfor @p[score_USEROD_min=1]
if this is true it give me a livitation effect.
/effect @p 25 1 15
then it kills the bobber so the player can immediately recast.
/kill @e[name=unknown]
finally is sets thier USEROD to 0 so the command stops.
/scoreboard players set @a USEROD 0
This gives me no trouble but once i add in a scoreboard team it no longer works.
i changed the /testfor @p[score_USEROD_min=1] to /testfor @p[score_USEROD_min=1,team=dan] in is where it started saying Invalid Entity UUID.
I even tried different teams such as "joe"
i used these commands to add the teams ...
Ok now i feel like an idiot. When i added the team dan i left the <> in the command
so it read /scoreboard teams add <dan> instead of /scoreboard teams add dan !!!!
sorry to waste your time on this really long problem of mine
Thanks so much for giving me immediate response.
keep up the good work
-kkoutris
Had the same problem with boats left a post a week a ago but no awnser.
Thanks for the help everyone. Sorry if this wasn't supposed to be posted here, i thought this was a bug because it tped the boat the first time, but not the second. Checking to see if it works now.
Update: The problem is not teleporting the player or the boat. The problem is that the boat and the player are not teleported together. This is what i think is a bug. For some reason i can be riding a boat and get teleported in the boat to the correct location, but the second one kicks me out.
Update 2: my original command works at a close distance by dose not seem to work if its out of the chunk. This could be the problem, not sure if it is a bug or not, but when it does not work i am still technically in the boat. I cannot place blocks an if i try to get back into the boat then i get tped several blocks to the side.
@Tan it works but only at specific locations. wierd. I had to move the tp location closer to where it tps you and it works. I dont know what was wrong with it but i got it to do what i needed. thanks for the help.