I’ve seen on some servers that use custom texture packs that extend a hitbox for a crate and lets them click the 3d texture that is bigger than a singular block, what plugin do people use for that? I was thinking of creating a custom texture pack like that but I cant think of how they did it. I tried making a crate texture bigger than a 1x1 block but have no idea how people make the texture outside of it clickable. Anyone knows?
#Custom hitbox for crates?
8 messages · Page 1 of 1 (latest)
It looks like you have applied tags to this post that conflict. Please only apply the tags that are relevant to your post. We can only help you if we know the context of your question, and applying incorrect tags makes this confusing.
You can refer to #1029373817119838218 for a description of what each tag is for!
Welcome to the help forum!
Please make sure to read #1029373817119838218 as it may answer your question!
Once your question has been resolved, please mark the post as closed by using the </close:1163944441741049897> command.
To clarify if it wasnt clear, the texture pack im interested in creating would be server sided
A server cannot change the hitbox of a block.
Depending on how old the method is, they might be using a raycast (or some plugin rightclick detcton on a slime) or an interaction_entity to detect the rightclick to trigger something on rightclick.
Well i assume its something to do with a plugin?
As I said, the exact method depends on the plugin and how old the method is 🤷♂️
Ah alright, do you possibly know a way to do it?😭
Never worked with plugins, but I'd assume the interaction_entity triggering some (plugin) command on rightclick is the cleanest solution.