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

    Solved Trouble with console command

    The skript reloaded successfully, however when the loop restarts the ravager does not spawn in. I looked through the command and there are no typos in it, so I'm not sure what the problem is Here is the console log: EDIT: I fixed the command by removing the last 2 quotes. Thank you for...
  2. Z

    Solved Trouble with console command

    So I am trying to make a custom ravager boss what will spawn at certain coordinates and has a custom health of 500 hearts. To automate this process, i decided to put it in a skript loop so that it would be done automatically. I think my problem is due to this command having a lot of quotes...
  3. Z

    Solved /Buy Command help

    Using tab. Should i be using the space key?
  4. Z

    Solved /Buy Command help

    Looking back, i did not miss a colon on the trigger line, but here is the code that I copied into word: Command /buy: Permission: buy.buy Trigger: Set metadata tag “BuyInvMeta of player to chest inventory with 5 rows named “&3&lRanks” Loop numbers between 0 and 44...
  5. Z

    Solved /Buy Command help

    Even when copied directly into word i still get the same errors (written down word for word, indent for indent I noticed in this post you said "vanilla guis." I have Skript, SkQuery, ans Tuske installed. I remember hearing something about Tuske GUI's, but I don't know how to make them...
  6. Z

    Solved /Buy Command help

    Thank you very much, I will try this Got 16 indentation errors, but i think i can fix that on my own
  7. Z

    Solved /Buy Command help

    I am trying to Skript a /buy command so my players can easily access the shops, and I encountered an error. What happens is that when players are in their inventory they are unable to move items around because of this skript. Does anyone know how to fix this? command /buy: permission...
  8. Z

    Looking for Skript 1.12

    I don't know exactly what you are trying to say here, but if you get the plugin "protocol support" then you can have 1.8 and 1.12 play on the same server. This could be a solution if you are trying to go to newer versions of minecraft
  9. Z

    Looking for Skript 1.12

    This Version of Skript should work for 1.12.2, and unfortunately, Umbaska is not available for 1.12 yet. Skript: (https://dev.bukkit.org/projects/skript/files/779542) Umbaska (Latest Version): (https://dev.bukkit.org/projects/umbaska/files/907635) WildSkript (Latest version)...
  10. Z

    Map Reset

    So, on my mining server I am trying to program a command "/mapreset" that I can execute to easily clear the map. I am still pretty new to Skripting, and I have run into a problem trying to set the selection of my map to air. command /mapreset: permission: maps.admin trigger: set...
  11. Z

    Solved Having trouble with a command

    Thank you for your help! I will make sure to try this tomorrow!
  12. Z

    Solved Having trouble with a command

    I am currently trying to make a skript that will allow players with a certain rank to change their prefix. All was working well until i got this strange error that i can't fix. Code: command /color <text>: permission: rank.color trigger: if arg-1 is "aqua": execute...