Recent content by TweedeKamer

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

    Please help me with my script

    Please format your code we cannot help you with code like this
  2. T

    Add loop value

    maybe do this before that part set {_slot} to loop-value - 1
  3. T

    Solved Can a basic skript lag my server?

    No problem man!
  4. T

    Solved Can a basic skript lag my server?

    If only 1 person has it, it will not cause any lagg.
  5. T

    Player tracker

    You could take a look at this https://docs.skunity.com/syntax/search/id:5082
  6. T

    Help Skript: if player's balance is more than or equal to

    You indented it wrong. After the trigger you need to use another tab. If you don't understand this please look at the good below to see the difference. command /prelieva1atmconsole: trigger: if player's balance is more than or equal to 1: console command "eco take...
  7. T

    Solved Can a basic skript lag my server?

    If you have allot of player's online like allot of players, i am not talking about a couple. But then it will cause maybe a bit of lagg but not allot. A year ago i used the event on any movement and when there were 3 people online that where moving really fast, the server started lagging allot...
  8. T

    How to format multiple slots at once?

    Well i don't really know it for TuSKe but this maybe help you out. First you add the slots number to a list so: add 5 to {slots::*} And then you do: set slot {questSetSlots::*} of player's current inventory to a gray stained glass pane named " " Again this isn't for TuSKe but this maybe...
  9. T

    Get current worldborder size

    Maybe look at this https://docs.skunity.com/syntax/search/id:3297
  10. T

    Skript Lag || If/else if/else statements.

    Ow so you just want to know if allot of code can cause lag? Because yeah for example i had some loops that caused lag. But i have never had the problem i think that my server lagged because of allot of code.
  11. T

    Subtract durability?

    Okay so it is a bit weird but you need to use this. add 1 to the damage value of tool of player It is pretty weird because it says add but this works
  12. T

    I have a question with enchanted books (I pay whoever helps solve it)

    My discord is S̵̶̄i̵͓̎l̸ͧ͑v̸̵͆i̵͓̎n̷̶̊#2219 add me on there and i could help you i think i now how to solve it.
  13. T

    This script is to unififcient but I don't know how to make it shorter?

    Well you could make it easier by using loops etc but you could just leave it like this.
  14. T

    Skript Lag || If/else if/else statements.

    Well i think it doesn't really do allot because you are only sending messages. But what is your question here? What do you want to do.
  15. T

    Solved If amount of named item

    if amount of cobblestone named "Test" in player's inventory is greater than or equal to 10: broadcast "hi" This works fine for me