Search results

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

    Scoreboard flickers all of the sudden

    Skript Version (do not put latest): Skript 2.5.3 Skript Author: Bensku Minecraft Version: 1.16.5 Addons: Skrayfall,SkQuery,Skellett,TuSKe,Skbee This system worked fine yesterday, all of the sudden it's constantly flickering. Why? And how do I fix it? https://pastebin.com/BCNWMWZw
  2. R

    How to make this tabbable everywhere?

    Skript Version (do not put latest): Skript 2.4 Skript Author: Bensku Minecraft Version: 1.16 Addons: Skrayfall,SkQuery,Skellett,TuSKe,SkUniversal,MorkazSK,Skbee My code: https://pastebin.com/Yx53W6gK I want it to be tabbable and work in every part of the message, but it only works if you do it...
  3. R

    Server keeps crashing...Looks like it's Skript

    Skript Version (do not put latest): Skript 2.4 Skript Author: Bensku Minecraft Version: 1.15.2 Addons: Skrayfall,SkQuery,Skellett,TuSKe https://pastebin.com/SfgyvkJP No crash report but that's what popped up in console. Additionally, my server is having problems that it can't write...
  4. R

    Server keeps crashing (maybe because of skript?)

    https://pastebin.com/cB2kdAEt Skript Version (do not put latest): Skript 2.4 Skript Author: Bensku Minecraft Version: 1.15.2 Addons: Skrayfall,SkQuery,Skellett,TuSKe That's my crash report, i suspect it's because of skript because last night my console was getting spammed with: [05:16:05]...
  5. R

    How to loop a list variable, then see if its values are in a message?

    https://pastebin.com/V1bKsurM Doesn't work, the player turns the filter on, other player swears, nothing...I assume it's the way I did the list variables, I did my best for not really knowing how they work. Skript Version (do not put latest): Skript 2.4 Skript Author: Bensku Minecraft Version...
  6. R

    Checking inventory for player head not working.

    https://pastebin.com/yJteyiQL is my code. Error is that: "Player head item named "Fox Egg" is not a types.barflag" Skript Version (do not put latest): Skript 2.4 Skript Author: Bensku Minecraft Version: 1.14.4 Addons: Skrayfall,SkQuery,Skellett,skript-votifier-hook,vixio,TuSKe
  7. R

    Loop all players problem.

    https://pastebin.com/mua7ctVa Okay, so if TWO people or more have the janitor or lunch lady permission the messages will only go to one. Both people RARELY! but mainly just one. and i dont know why. Skript Version (do not put latest): Skript 2.4 Skript Author: Bensku Minecraft Version...
  8. R

    Message problem

    https://pastebin.com/ydq2f6md This skript is complicated. I tried this with two alts, one could see its own message in chat after talking through it AND see my main accounts messages. However, my main account could not see its own messages through the walkie talkie nor' the alts messages'...
  9. R

    Loop all offline players?

    What thing do I use for it? My code is: every 3 hours in world "world": loop all offline players: remove 1 from {stamps.%loop-player%} It's all properly spaced of coursed it's just the forums messing with it. It just gives an error that there's no loop that matches...
  10. R

    Inventories keep swapping.

    I have skripts that check peoples inventories for items but that's on a command. Nothing else. I do have multiple loop players in my skript all at different times, is that affecting something? Basically what's happening is every minute or few seconds everyone on the servers' inventories swap...
  11. R

    Exception in server tick loop (skript error, (I know what i did wrong!)

    Yeah, so I created a skript that's, like, every time you right click an item it takes it from the player and removes it. That's literally it. Whenever I do it the server crashed and this happens: https://pastebin.com/t3hb1MWN It only crashes once you've submitted (once it has taken away) your...