Recent content by erenkara

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

  1. erenkara

    Addon SkCheese

    erenkara updated SkCheese with a new update entry: v1.8-beta Read the rest of this update entry...
  2. erenkara

    Addon SkCheese - v1.8-beta

    - Added profiler markers as an experimental feature. Read more about them here.
  3. erenkara

    Addon SkCheese - Update 1.7.1

    - Fixed the `new future` expression returning a future with wrong timeout, resulting in way shorter timeouts. - Adjusted the `new future` expression's pattern to allow `set {_x} to a new future ...`
  4. erenkara

    Addon SkCheese

    erenkara updated SkCheese with a new update entry: Update 1.7.1 Read the rest of this update entry...
  5. erenkara

    Addon SkCheese - Update 1.7

    - Added a new assert effect: function countdown(seconds: int): assert {_seconds} > 0 with error "seconds should be positive" # code stops if the assert fails - The old new string: section was deprecated in favor of the new expression section: `set {_x} to new string:`. Old code will continue...
  6. erenkara

    Addon SkCheese

    erenkara updated SkCheese with a new update entry: Update 1.7 Read the rest of this update entry...
  7. erenkara

    Minecraft/Skript Updates - 1.21.10

    Skript updates are done on a schedule if that's what you are talking about: https://github.com/SkriptLang/Skript/blob/master/CLOCKWORK_RELEASE_MODEL.md
  8. erenkara

    skript-advancements

    completely rewritten version will be released this summer
  9. erenkara

    How to fix loop-player combined with loop-value with my code???

    use loop-value-1/-2 like the error tells you loop {list::*}: loop {list::*}: send loop-value-1 # value of first loop send loop-value-2 # value of second loop
  10. erenkara

    What is this for and why?

    its not for in-game just double click the jar
  11. erenkara

    Addon SkCheese - Update 1.6

    - Removes the deprecated PreScriptLoad listener, which caused warnings during server startup. - Adds a new effect to throw runtime errors and warnings.
  12. erenkara

    Addon SkCheese

    erenkara updated SkCheese with a new update entry: Update 1.6 Read the rest of this update entry...
  13. erenkara

    How to make this not lag? (leaderboard)

    I don't know how you ended up with 5 loops for a leaderboard script but you should only need 1 some other tips I can give is to move the sorting system to a periodical event so its sorted once in a while and cached heres how the final code should look like on leave save played time in var...
  14. erenkara

    Types of blocks not working

    oak stairs is tagged with tag "stairs" tag contents of tag "stairs" https://skripthub.net/docs/?id=12932 https://skripthub.net/docs/?id=12982
  15. erenkara

    Addon SkReloader

    erenkara updated SkReloader with a new update entry: 1.0.2 Read the rest of this update entry...