Resource icon

Script Custom Crate 1.0

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

To those looking for a working version of this resource, here's some things to note:

  1. Delete the text on line 28 (not the line itself, just the text) and replace it with this:
    Code:
    make console execute command "minecraft:playsound block.note_block.hat master %{_p}% ~ ~ ~ 1"
  2. Delete the text on line 29 and replace it with this:
    Code:
    make console execute command "minecraft:playsound entity.experience_orb.pickup master %{_p}% ~ ~ ~ 0.5"
  3. Delete the text on line 84 and replace it with this:
    Code:
    give 1 chest named arg-2 to player
  4. Delete the text on line 88 and replace it with this:
    Code:
    if inventory name of player's current inventory is color(loop-index):
  5. Delete the text on line 93 and replace it with this:
    Code:
    if color(loop-index) is name of player's tool:
  6. Delete the text on line 94 and replace it with this:
    Code:
    crate(player, loop-index, color(loop-index))
Also, instead of SkRayfall, use Skellet, then the original play sound (after you add the word "sound" after the word "play") should work

Side-note: this skript does NOT work in 1.13 and above
 
Last edited: