#item frame rotation prevention

1 messages · Page 1 of 1 (latest)

restive fulcrum
#

made a skript to prevent people from rotating / destroying my item frames, but somehow, if people spam click the item frame it still rotates.
anyone know how to fix this?

#
on rightclick on item frame:
    if player's gamemode is not creative:
        cancel event

on damage of item frame:
    if attacker's gamemode is not creative:
        cancel event
        if attacker does not have permission "op":
            cancel event

open stirrup
#

worldguard

open wasp
#

use target entity maybe? just on right and left click see if the target entity is an item frame

blissful wyvern
#

Try adding with priority lowest

#

To the event

restive fulcrum
blissful wyvern
#

It’s just event with lowest or highest priority

restive fulcrum
#

wouldnt*

blissful wyvern
#

No

restive fulcrum
#

alr imma try

#

nope changed nothing