showing shulker's inventory on right click

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

12POL

Member
Aug 11, 2022
3
0
1
hi i wanted to make a skript that lets a player open a shulker box without opening it but i dont seem to get it working
here's what i was trying:

on right click holding shulker box:
set {toolinv_} to inventory of player's tool
show {toolinv_} to player
 
hi i wanted to make a skript that lets a player open a shulker box without opening it but i dont seem to get it working
here's what i was trying:

on right click holding shulker box:
set {toolinv_} to inventory of player's tool
show {toolinv_} to player
Not really sure if this would even work but maybe: Create a new GUI with the same size as a shulker's inventory and loop all the items in it (As well as add a custom NBT tag to the skulker held). Then when a player opens the skulker box, it will either: A) Check the NBT of the shulker item itself then return the proper looped inventory or B) Check the NBT of the placed shulker and open the correct looped inventory. Keep in mind by the way; this is a fully untested idea and may not work at all.
 
hi i wanted to make a skript that lets a player open a shulker box without opening it but i dont seem to get it working
here's what i was trying:

on right click holding shulker box:
set {toolinv_} to inventory of player's tool
show {toolinv_} to player
Idk how to do this but there is a really good plugin out their that I use just tell me if you want me to link it
 
hi i wanted to make a skript that lets a player open a shulker box without opening it but i dont seem to get it working
here's what i was trying:

on right click holding shulker box:
set {toolinv_} to inventory of player's tool
show {toolinv_} to player
Eult made a resource for it