Silent Chest Opening

  • 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 comminuty!

    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.

KillerCrazy25

New Member
Jul 17, 2020
7
0
1
23
Colombia
www.twitter.com
Hello, i need help making a Silent Chest, that is no opening animation and no sound animation right clicking a chest. I tried multiple times with loop-items, and the classic way with this code, it have no errors but it doesn't works, here is my code:
Code:
on right click:
   if clicked block is chest:
       if {silentchest.%player%} is true:
           cancel event
           open inventory of clicked block to player
 

Attachments

  • silentchest.sk
    146 bytes · Views: 125
Last edited:
Status
Not open for further replies.