Clickable Models

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

GamingJack3019

New Member
Dec 10, 2023
6
0
1
20
I Wanna do a 3d model chest where i can right click and a custom command will be execute
Like a Chest at the Spawn with Custom Model and with right click open the crate menu

PLs Help me
 
custom model would have to be done with a texture pack

custom command can just use
Code:
command /setspawnchest:
    permission: op
    trigger:
        set {spawnchest} to player's target block
        send "&aSet your target block to the spawn chest"
        
on right click on chest:
    if event-block is {spawnchest}:
        cancel event
        make player execute command "/yourcommandhere"

You have to look at the chest that needs to execute the command and do /setspawnchest