Paste #106908: Unnamed Denizen Script Paste

Date: 2023/03/05 09:47:46 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9


momentum:
    type: world
    events:
        on player jumps:
            - adjust <player> has_friction:false
        on player starts sprinting:
            - if <player.speed> !> 20:
                - adjust <player> speed:<player.speed>
                - adjust <player> has_friction:true