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

    Now, what are you waiting for? Join the community now!

  1. IDuckz_

    Solved Sell all not working

    If you have essentials, you can try doing: /i fish 1 name:&7Trout
  2. IDuckz_

    Solved Sell all not working

    Which part does not work?
  3. IDuckz_

    Help with checking if player is online in TuSKe GUI's

    What the hell.... offlineplayer-arg-1 ??? That is absolutely wrong, try this: command /test1 [<offline player>]: trigger: set {_player} to arg-1 parsed as player if arg-1 is not set: send "&cUsage: /test1 <player>" else if arg-1 is set: create...
  4. IDuckz_

    Solved Not creating new line on lore

    if line 1 of player's held item is "&aHi": #do stuff
  5. IDuckz_

    Solved Sell all not working

    No Problem :)
  6. IDuckz_

    Solved Sell all not working

    Here is a fixed version of sell all (Works for me):
  7. IDuckz_

    Kick after playtime

    Total genius failure (for Fazeris) (total idot) You can teleport them out of the farm or something, you can't force the player to join your server back again.
  8. IDuckz_

    if name of player's tool is "&basd": error

    Please send us the code and explain things better, I do not understand what you are trying to do.
  9. IDuckz_

    /promote <player> [<arg 2>]

    Best to make a function for this so the code wont look so long or messy..
  10. IDuckz_

    Solved trying to make a command call someone a fuckboy

    I don't know why you want to make the script but here is the code: command /fuckboy [<player>]: permission: fuckboy.use permission message: &cyou ain't got any perms buddy L trigger: if arg-1 is set: message "%arg-1% is a fuckboy" else: send...
  11. IDuckz_

    Permissionsex

    Use google, and this is skript, not plugin help.
  12. IDuckz_

    Solved Not creating new line on lore

    You can try something like this: set line <line number> of the lore of player's tool to "hi" Edit: I believe you can check the line number too
  13. IDuckz_

    On inventory open

    You can also do something like this if your creating gui's: on inventory open: if name of event-inventory != "the gui name" or "2nd gui name if there is": broadcast "this is the player's inventory!"
  14. IDuckz_

    add durability to an item

    I don't think you can set the durability of an item to anything, although you can make a custom durability system.
  15. IDuckz_

    Grow all crops faster

    Um there is a gamerule for this: /gamerule randomTickSpeed <tick speed> The default tick speed is 3, you might need to restart for it to affect changes.
  16. IDuckz_

    Right click on hotbar slot x

    Debug things...
  17. IDuckz_

    Scoreboard help

    I see the problem, took me a while to find out but for variables in every 1 tick, you have done {kills.%player%} instead of {kills.%loop-player%}
  18. IDuckz_

    Solved Not creating new line on lore

    Because you are setting the lore
  19. IDuckz_

    On region exit: not working

    "Latest" is not a version, tell me your current skript version, not "latest" Edit: on region exit: event works for me, my skript version is 2.2dev36 if your wondering. More Edit: Once you fix your skript version, you can use this example: on region exit: if "%event-region%" contains "<the...
  20. IDuckz_

    PvP Disabled?!

    Send us the code and tell us what you are trying to do. It can be a script that's causing this.