inventories problems

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

  1. I

    (Help) Per player virtual chests without addons

    I am trying to create a virtual chest system. The idea is that users can open at least 3 containers using /container 1, 2, 3, and that the stored items do not disappear on restart. Yes, it is a kind of virtual chests. I would like you to give me an example code, (preferably without addons) it...
  2. A

    Can't set items in a player's slot to variable

    open chest with 3 rows named "&6&lKøb" to player wait 1 tick format slot 0 of player with green wool named "&a&l+" to run [set {crypto.%player%.amount} to {crypto.%player%.amount}+1]->[format slot 1 of player with black wool named "&7&l%{crypto.%player%.amount}%" to...
  3. couger44

    Solved Problem with players inventories

    Hello, A problem has recently arisen in my server, you will ask "Why do you publish it here?", Well the thing is that almost 80% of my server is based on skripts created by me, well the problem is the following: When a player receives items in the hotbar, he can use them as he wants, no ?. But...