Change Hitbox 1.8

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Skaya

Member
Aug 6, 2018
26
0
0
Is there a way to make a player's hitbox smaller or larger?

Or I there a way to don't hit invisibel players? (By Arrow: The Arrow shouldn't get block by the invisibel player)

Please don't write that i should upgrade my Minecraft version.
 
Is there a way to make a player's hitbox smaller or larger?

Or I there a way to don't hit invisibel players? (By Arrow: The Arrow shouldn't get block by the invisibel player)

Please don't write that i should upgrade my Minecraft version.
Pretty sure this is not possible in Minecraft.
 
"Or I there a way to don't hit invisibel players? (By Arrow: The Arrow shouldn't get block by the invisibel player)"
I just tested what DieHollander wrote, and it works.

"Is there a way to make a player's hitbox smaller or larger?"
That part I have no idea about, but I don't think its possible to change a hotbox size
 
Okay, do you have an example. In the moment it doesn't work for me.
I just tested with this, and it works
code_language.skript:
command /test:
    trigger:
        spawn sheep at location of player
        set {_sheep} to last spawned sheep
        {_sheep}.setCollidable(false)
 
Witch version of skript-mirror i have to use. At the moment with the Newest version I get an enable error.
 
I just tested it on Skript mirror 0.19.1 and it works totally fine.
 
Okay, server version? Do I have to import something at the beginning?
Oh crap that is right you are on 1.8
I am on 1.12.2
I just looked at the java docs, setCollidable() isn't present in 1.8
 
Sadly I do not think its possible.
There might be another way, I just personally do not know it.
 
Status
Not open for further replies.