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

    Can't set items in a player's slot to variable

    Vanilla guis also work on 1.8. Also I didn't say to put %% around it, {} Of %item% You simply forgot "of" Also don't use format slot. You'll have a lot of trouble switching to vanilla guis anyway because your method of making guis is buggy.
  2. Runakai

    baltop

    Wrong section buddy, this is help, not request
  3. Runakai

    `If clicked slot` detecting multiple slots

    https://forums.skunity.com/threads/vanilla-guis.8939/ Your exact problem was answered in this tutorial
  4. Runakai

    Can't set items in a player's slot to variable

    https://forums.skunity.com/threads/vanilla-guis.8939/ And {} of %item©
  5. Runakai

    Solved How to make a top list?

    Better sorting expression, works fine with any number and ignores other types: Usage: (1¦(highest|top)|2¦(lowest|last)) %integer% values of %objects% (with format|formatted) %string% https://sourceb.in/94c37bd0ab Credit to EWS
  6. Runakai

    Bonjour! I am requesting to rename Skunity to OurDucky

    Bonjour! I am requesting to rename Skunity to OurDucky
  7. Runakai

    Well I need help.

    Ugh fine I'm too lazy too explain things. Pseudo code! command Trigger open chest inventory with 3 rows named "d" to player set slot 0 of current inventory to stone On inventory click: name of event-inventory = "d": index of event-slot = 0: set {lol::%player%} to true on chat: if...
  8. Runakai

    How do i spawn an entity in the end dimension?

    set {_loc} to location at X, Y, Z in world "world_the_end" span X at {_loc}
  9. Runakai

    Well I need help.

    Have you tried reinstalling skript for that or is there any piece of code that we can work with? If not: read the docs
  10. Runakai

    Player has ITEM named "---":

    Add debug messages to conditions prior to item checking
  11. Runakai

    If block name is

    That'd be the inventory name, not block name
  12. Runakai

    Solved Set variable to a date and time

    https://skripthub.net/docs/?id=2116
  13. Runakai

    Moving an armor stand

    You can use packets to detect that. The add-on MiSK also has a vehicle steer event which is exactly what you'd want. To move, you gott teleport
  14. Runakai

    Solved get money from mobs

    Don't install SkVault. It's to connect plugins currency with skript variables but it breaks other expressions and is poorly made.
  15. Runakai

    Solved get money from mobs

    gett vault and use add X to playersp balance Also use a newer skript version. Yours is very old
  16. Runakai

    Set a mobs target

    set target to {}
  17. Runakai

    How do i compare a message with a list

    That won't actually work because skript checks if thebmessagt contains every single value. Loop the list and check if the message contains the loop-value
  18. Runakai

    on inventory click help

    Add debugs and replace event-item with event-slot
  19. Runakai

    exit vehicle

    set playersp vehicle to air Maybe
  20. Runakai

    Inventory Looping problem

    I would still recommend dev36 dir 1.8 :D