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. couger44

    near npc

    The first errors are because you forgot to write some ':'. And im looking the second...
  2. couger44

    near npc

    I didnt tested, but try this: command /npcloc [<string>]: trigger: arg 1 is set: add player's location to {npc.loc::*} send "&aLoc established" every second: loop all players in radius 5 of {npc.loc::*}: push loop-player upwards with force 1...
  3. couger44

    near npc

    I think that its a Skellett error, but anyways, try setting the npc loc like this: command /npcloc: trigger: set {npc.loc} to player's location #Wrote the command of up in Npc location. every second: loop all players in radius 5 of {npc.loc}: push loop-player upwards...
  4. couger44

    near npc

    The first error is because forgotten put the ':' after loop {_p::*} loop {_p::*}: And im testing the code i wrote and it sent me the same error as you. And yeah... i made a mistake again. Remove all "Loop-players" from the code i sent you and replace them for "loop-value"
  5. couger44

    near npc

    Mmh... another alternative for your script is to save the position of the npc and use that instead of Skellett. Like this: Do you wrote "wait a second"? It's important to put a timeout when creating a "while".
  6. couger44

    Solved I need a skript

    Try: on walking on lime concrete: teleport event-player to location(-314, 11, 241, world "YourWorld") on walking on red concrete: teleport event-player to location(-314, 11, 236, world "YourWorld")
  7. couger44

    Scoreboard flickers all of the sudden

    Or Try doing this: on join: set name of sidebar of player to "<##5E4B48>&lBUNKERED" set id based score "&f&l-&7------------------&f&l-" in sidebar of player to 7 with id "%player's uuid%.id50" set id based score "&3" in sidebar of player to 6 with id "%player's uuid%.id51" set...
  8. couger44

    Scoreboard flickers all of the sudden

    I dont recommend you use "every X seconds", that cause a bit of lag in your server. Use this instead. on join: while player is online: #score wait 5 seconds
  9. couger44

    near npc

    You need put a "Loop all players" before. Also, i dont think that its needed loop all players. on join: while player is online: set {_npc} to a npc with name "Name of Npc" and entity type "PLAYER" set {_p::*} to all players in radius 20 of {_npc} loop {_p::*}...
  10. couger44

    trading thing like from hypixel skyblock

    Firstly, there is no need to call yourself an idiot for not knowing skript or be bad about it. Second, this post should be in the Requests section, because you are requesting a skript.
  11. couger44

    skript does not understand if event help

    try: teleport player to location(500, 255, 500, world "Deads")
  12. couger44

    Solved Having trouble with a command

    If it works, remember close the thread making as solved the answer or in Thread Tools > Title and change it to Solved.
  13. couger44

    Solved Having trouble with a command

    You have to add one quote more execute console command "/lp user %player% meta setprefix ""&b[GOD] """ Or try this instead: execute console command "/lp user %player% meta setprefix '&b[GOD] '" I dont remember if this still working, but it should.
  14. couger44

    cant compare with an integer

    It is not difficult to understand, it is something like to identify an inventory. Something similar to what variables do. I recommend you see this tutorial of Vanilla GUIs Excuse me, i've made a mistake. "Something like variables", not "Something similar to what variables do".
  15. couger44

    skript does not understand if event help

    Remove "" if your condition check numbers. if 5 = {cmert_count}:When you write something between the quotes, skript understands it as text. Wait ... I just realized that you put a condition as an event. So just tab until it's in the same order as the rest of the code.
  16. couger44

    How do I add arguments to a list?

    A list? Do you mean to a variable like this? command /friend [<string>] [<offline player>]: trigger: arg 1 is "add": arg 2 is set: add arg 2 to {friends::list::%player%::*} arg 1 is "list": send "&8 " loop...
  17. couger44

    cant compare with an integer

    What? I just gave you the way to solve your problem. All you have to do is replace the Example code that i sent you and change it for yours. It's not complicated. If an error still persists, send a screenshot with the error and the code that fails. Anyways, this should work. options: meta...
  18. couger44

    cant compare with an integer

    In 1.16.3+, i make vanilla inventories like this: command /example: trigger: set metadata tag "YourMetaData" of player to chest inventory with 6 rows named "&aName &bOf &cInventory" set slot 10 of metadata tag "YourMetaData" of player to lapis lazuli named "&1Name of item"...
  19. couger44

    Solved Tuske

    What do you mean?
  20. couger44

    help me run this skript as op

    A question, you cant run the /gamemenu command or /world commands?