Recent content by Pierrelasse

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

    How to make a random item list

    Like potted oak sapling. This is a block and it makes a error when you try to drop / give it as an item.
  2. Pierrelasse

    How to make a random item list

    I mean this potted bogus and these items that made/make a fatal skript error
  3. Pierrelasse

    How to make a random item list

    For a long time i was inactive in skript for a few months. When i tried getting a random item from all items, there was no way and skbee's one was also "trash" / buggy and had items that wheren't items. That's why i said you need skript-reflect which you obv don't need because you could your own...
  4. Pierrelasse

    How to make a random item list

    Then skript added it recently ig
  5. Pierrelasse

    Keyall not Working

    every 1 second: add 1 to {keyall} if {keyall} > 3600: set {keyall} to 0 execute console command "ecrates key giveall emerald 1" broadcast "KEYALL" every 5 minutes: if {keyall} is set: broadcast "Key all in %{keyall}% seconds"
  6. Pierrelasse

    How to make a random item list

    And that requires what addon dumbass?
  7. Pierrelasse

    Keyall not Working

    every 3600 second: execute console command "ecrates key giveall emerald 1" broadcast "KEYALL" command /keyall: permission: op trigger: execute command "ecrates key giveall emerald 1"
  8. Pierrelasse

    Keyall not Working

    Congrats, you have everything 2 times. Here is a somewhat more sorted version variables: {timer_count} = 0 every 1 second: if {timer_count} is 0: execute console command "/ecrates key giveall emerald 1" set {timer} to {timer_count} parsed as timespan set...
  9. Pierrelasse

    Why wont this code work?

    ummmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm who can read has clearly an advantage "(I did not test the code)", "something like that"
  10. Pierrelasse

    How to make a random item list

    Because i can + if you want a random item out of all items, you would need to use skript-reflect.
  11. Pierrelasse

    Im Stupid Please Help

    Nice story bro. Edit: Yo, alex cooper thought i need help with my class but when i said i don't need help, he said bye!!! Your "Course For Me-Do My Online Course" is defently a scam!
  12. Pierrelasse

    How to make a random item list

    Or command /randomitem: trigger: set {_items::*} to "diamond" and "stone", "iron pickaxe", "bow" send random element out of {_items::*}
  13. Pierrelasse

    Why wont this code work?

    Hello, it doesn't work because this is not how it works... If you would want to do something like that, you would need to do this on place of: event-block = sculk catalyst at -175 65 -32 in world {Test} spawn giant at -175 65 -32 (I did not test the code)
  14. Pierrelasse

    stacks separated

    Hello, i think you mean that when you have, for example 64 swords, and move them around your inventory, that then they get seperated. If you want to prevent this, it's probably impossible because the client does this i think. But i'm not too sure.
  15. Pierrelasse

    Solved Adding of armor trim not working

    I was using skbee too and nothing happened and no errors or warnings where shown.