#(skullfurious) 1.21 Dev build - Mechanism missing: Swimming / Visual Pose

19 messages · Page 1 of 1 (latest)

hollow dagger
#

Hey! I'm just testing out some things on the dev builds and just wanted to report that a few things are not working properly.

I'm not sure if these are already reported I know that the potion effects are known about.

Offending Code:

ExpressiveCrawlTask:
    type: task
    script:
    - adjust <player> noclip:true
    - while <player.has_flag[ExpressiveCrawling]> && <player.is_online>:
        - wait 1t
        - if <player.location.above[1.5].material.name> == air && !<player.has_flag[ExpressiveCrawlJumping]>:
            - adjust <player> swimming:true
            - adjust <player> visual_pose:swimming
            - showfake barrier <player.location.above[1.5]> duration:1t
        - if <player.location.above[1.5].material.name> != air && !<player.has_flag[ExpressiveCrawlJumping]> :
            - adjust <player> swimming:true
            - adjust <player> visual_pose:swimming
            ## BROKEN UNTIL POTION EFFECTS ARE FIXED IN DENIZEN
#            - fakespawn shulker[potion_effects=[type=invisibility;duration=10s]] <player.location.above[1]> duration:1t
            - fakespawn shulker <player.location.above[1]> duration:1t
        - if <player.location.above[1.5].material.name> == air && <player.has_flag[ExpressiveCrawlJumping]>:
            - showfake air <player.location.above[1.5]> duration:2t
            - adjust <player> swimming:true
            - adjust <player> visual_pose:swimming
    - adjust <player> noclip:false
    - flag <player> ExpressiveCrawling:!
gloomy roostBOT
#

(skullfurious) 1.21 Dev build - Mechanism missing: Swimming / Visual Pose

gloomy roostBOT
#

Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.

hollow dagger
elfin orchidBOT
hollow dagger
#

Behaviour is that the player gets disconnected from the server.

#

Showfake is what's causing it.

/ex showfake barrier <player.location> duration:1t

Disconnects the client for some reason.

glossy roseBOT
#
Changed to Bug

Thread is now a Bug thread. This indicates a core code bug that a developer must resolved, not an error message or other support topic. Please do not misuse the Bug label. Use </helpthread:1028674284870180883> to switch the thread back to a normal help thread if you are not 100% confident it is a code bug.

dense dawn
#

cant replicate on 1.21.7

#

ive tried your exact code

#

@hollow dagger would you mind checking if this issue still exist?

hollow dagger
#

I am not active in the Minecraft scene at the moment. Hopefully if you can't reproduce it The problem is resolved.

#

Sorry about that but my dev env isn't setup

dense dawn
#

no need to worry!

ruby socket
#

probably an already solved past bug

glossy roseBOT
#
Thread Closing Reminder

Has your issue been resolved, or your question been answered?
If so, please use the </resolved:1028673926114594866> command to close your thread.
Or </invalid:1028673926898909185> if it's not possible to resolve.

If not yet resolved, please reply below to tell us what you still need.

(Note that if there is no reply for a few days, this thread will eventually close itself.)

#

@hollow dagger