Recent content by Jairo Echevarria

  • 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. J

    Ender chest item limit

    on inventory click: if inventory type of player's current inventory is ender chest: if amount of shulker box in player's current inventory is more than 1: cancel event send "Sorry, but only a max of 1 Shulker Box per echest!!" I made this but it gives me an error: Can't...
  2. J

    Ender chest item limit

    Hello!! I was wondering if someone could help me with a short skript!! Objective: Allow a max of 1 shulker box of any color in the players ender chest, if they try to add more, it cancels the event For MC Version: 1.16.5 Skript Version: Latest of current date 6/12/2021 It would be amazing if...
  3. J

    LOOP CHEST ITEMS

    Hello! I was wondering if anyone could help me with a skript Objective: When a players mine a chest, it checks the items in the chest, & if it has a specific item, in this case for an example, a water bottle, it would cancel the event The skript still runs fine, however when I place a water...
  4. J

    make item unbreakable

    Hello!! Am trying to make a item to be unbreakable. In this case, a water bottle: water bottle named "§6§lBoBux" with lore "A relic only the worthy shale posses" If someone can help with the code to cancel any events that would cause the item to burn by fire or lava, cactus, explosions, etc...
  5. J

    Ender Crystal Exposition

    I was wondering if anyone can help me figure out how to make Ender Crystal explosions not work or cause damage to entities in specific dimension? For the Overworld and nether: No explosion or damage entities or break blocks For End: Yes explosion and it can damage entities or break blocks
  6. J

    Solved How to set loop to repeat until variable changed

    So am working on this code that would basically spawn items / shulkers every so often the dragon egg is placed on place of dragon egg: set artificial intelligence of shulker to false send "started" set {_status} to "on" if {_status} is "on": if player is in...
  7. J

    Want to make dragon egg do something

    I was wondering if anyone can help me out with a code for Skirpt. (only works in overworld) You place down the dragon egg, it will start spawning skulkers, drop end city / ship blocks, chorus fruit, end rods, and end banners. It will not spawn the following: Obsidian, enderchest, elytras...