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

    SkJade

    SkJade is a Skript add-on which provides custom syntax to your scripts! SkJade has a fair share of syntax on its own, but also has a good amount of plugins which it interacts with! SkJades key features are: The ability to create and read pastebins. The ability to use Holographic Displays in...
  2. Ankoki

    Effect in one world

    you can check on enter of the world, if its not the void world, remove potion effect of speed note you don't need the 3rd line it just won't do anything if not in that world:p
  3. Ankoki

    Command Tab

    i believe you can use something such as on tab complete of "/yourcommand":: clear tab completions
  4. Ankoki

    hi :D

    hi :D
  5. Ankoki

    pvp quit

    No. I mean you need to have it under an event. Such as every second: if {pvp::%player's uuid%} is true: wait 20 seconds if player took no damage: #not sure if this is real but meh set {pvp::%player's uuid%} to false I used player's uuid as you should probably...
  6. Ankoki

    pvp quit

    nope not even close, :: is a list, and . does nothing, :: is preferable along with %player's uuid%, the issue is `if {pvp::%player%} is true` is not an event
  7. Ankoki

    pvp quit

    i for one recommend you use %player's uuid%, but your using if {pvp::%player%} is true: as an event, you need to have all code in triggers
  8. Ankoki

    Solved Option(s) ending with ":"

    try instead of "{@option}", use {@option}
  9. Ankoki

    Solved Option(s) ending with ":"

    Imma gonna assume because its looking for : to get your option, and that just screws with it. I believe you could put it in quotes and use your option in replace of the text.
  10. Ankoki

    Need Gui Script Shop Help

    im so sorry what xD i recommend looking at tutorials to learn basic skript. if statements should go like this: (remember else if: is optional) if: #code else if: #optional #code else: #code In conclusion, you need to remove the `if` from `if else` and remove one indent from it and...
  11. Ankoki

    Need Gui Script Shop Help

    You need to have player's balance, the 's is essential :)
  12. Ankoki

    Skript How to read Skript Syntax

    So I couldn't find any tutorials related to reading Skript syntax (yet I am blind so if i did miss one apologies), so I thought I'd break down how to read the syntax because it's one of the most fundamental things to understanding skript, yet many people struggle with it and rely on more...
  13. Ankoki

    Need Gui Script Shop Help

    i didn't look at the full code so i do not know if there are other errors, however you do not need run at the end of that line. if player's balance is greater than or equal to 2000: should suffice:>
  14. Ankoki

    hi need help joinmsg

    This isn't the right way to go about making commands or sending them places, you should use something which teleport's the player to a world, such as this teleport player to location(x,y,z,world("world name")), and if your doing this between world changes, i believe you should be using the on...
  15. Ankoki

    Solved Error effect

    Do you have vixio? This is what works for me on skript load: login to "{@token}" with name "{@bot}" command /test: trigger: send "test" to channel with id "{@channelID}" with "{@bot}"you also need to define the option {@surum} (i dont have the dots on my u's), and for the embed...
  16. Ankoki

    ColorUtils 1.16+ (Skript 2.6)

    this deserves a pog champ c:
  17. Ankoki

    Solved God mode using Skript

    I dont believe you can directly give all the players god mode in skript, but you can loop all players then execute console command "/god %loop-player%":)
  18. Ankoki

    add arg-3 to {coins::bal::%arg-2%} is not working for me ;( help

    I dont know how else to say it. Send us your code. The whole command.
  19. Ankoki

    add arg-3 to {coins::bal::%arg-2%} is not working for me ;( help

    1/3 of the things were answered thats progress ig. Can you send the full command?
  20. Ankoki

    add arg-3 to {coins::bal::%arg-2%} is not working for me ;( help

    Use [CODE.] and [\CODE] to format so its easier to read code:) 3 things, send your whole command, is it broadcasting the buycraft stuff, and as Time4Games said, any errors?[/CODE]