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

    Amount of Items in Inventory

    try this set {_} to item amount of diamonds in player's inventory
  2. Goose

    {variable}th element of {list::*}

    Instead of doing that, use this: set {example} to {list::%{variable}%}
  3. Goose

    Why do I have so many views no replys PLEASE HELP

    I mean you could just execute the multiverse clone command and have the name be "%player%"
  4. Goose

    Solved Loop entities in radius with name

    Use `event-block` instead of `block` instead of doing `armorstand named`, do `armor stand named`
  5. Goose

    Solved Spawn zombie at entity's position

    Remove the two percentage signs around "event-entity" :) You should only use percentages signs in a string or variable If this issue was solved, please mark the post as solved! :)
  6. Goose

    Solved help with loop of players inventory

    Ok, please mark the post as solved then! :)
  7. Goose

    Doesn't Rotate Player

    Yes, also please wait 24 hours before bumping. Thanks :)
  8. Goose

    Solved if slot 1 amount is 1 - How to do it?

    item amount of player's tool # replace player's tool with the item
  9. Goose

    Doesn't Rotate Player

    You'll wanna look at a player's yaw add 90 to player's yaw EDIT: Please refrain from making two posts on the same topic, instead you can bump the post if you don't get a response after 24 hours of posting. :)
  10. Goose

    sk-json (copy from ".json" file)

    If you have skUtilities, you can get the contents of a json file with this syntax :)
  11. Goose

    Solved help with loop of players inventory

    try this line if slots (integers between 36 and 39) of player's inventory are air:
  12. Goose

    Solved Enable/Disable Scoreboard with %loop-player% and %player%

    If your problem was solved, please mark the post as solved. Thanks :)
  13. Goose

    Solved Right Click On Certain Coordinates

    {_tutorial} and {_blacksmithspot} are local variables, this means that they do not have a value assigned to them as they get deleted as a trigger ends. I recommend using global variables instead.
  14. Goose

    Help with healing a player on a mob kill

    If you found a solution, please mark this post as solved. Thank you! :)
  15. Goose

    Ok, thanks!

    Ok, thanks!
  16. Goose

    Hide things from other players

    As far as I am aware, you cannot hide blocks from specific players. Are you sure Wynncraft doesn't use armor stands?
  17. Goose

    Can i do a fake spectator mode

    He wants the players to be able to move, just not able to go through solid blocks (eg. going through the blocks and seeing underground cave systems, bases, mineshafts, etc)
  18. Goose

    Solved Hi, i need help this :(

    Can't you just check the block in front of the player with this syntax o-o if block in front of player is [insert block here]: Also, don't be sorry if your new to Skript, we've all been really new to Skript at one point :P
  19. Goose

    How should I go about allowing numbers to go above 9.22e18?

    Well then I don't think there is any other way to do it (maybe some way with binary)
  20. Goose

    Hey BaeFell! Is there any way you could add a way to ignore errors in the Parser? It's really...

    Hey BaeFell! Is there any way you could add a way to ignore errors in the Parser? It's really annoying when I'm working with SkBee and I have to search through a bunch of false errors to find an actual error (False errors as in errors that show because the Parser doesn't support SkBee) Just...