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 comminuty!

    Now, what are you waiting for? Join the community now!

  1. sOxTw

    [Error] Can't be added to an inventory

    Hello, as I think you have already noticed, I need to randomly add items between two values, the problem is the error I get. Skript: options: # Diamond SinEncantar-Diamante: 1 FortunaI-Diamante: 1 and 2 FortunaII-Diamante: none FortunaIII-Diamante: none # Event on mine...
  2. sOxTw

    Custom slots [open chest]

    Hello, I'm creating an enchantment menu, which has a main menu with only 3 items, and I would like to know if it is possible to remove slots from an inventory generated by skript. As seen in the image to slot 0, 1, 2, 6, 7, 8 I want to eliminate them, that is not a slot. I want it to stop...
  3. sOxTw

    add mob spawner with ID:AUX

    Well I tell you my problem, when I try to give a spawner mob in the following way "mob spawner: 50" (it would be from creeper) it does not let me give me the following error ':50 named "&c&lSpawner de Creeper" with lore "&aCanjeado por:||&e%player%||&aEl Dia: &e%now%||||&eEspecie: Creeper"' is...
  4. sOxTw

    %Region% or %region at player% does not work | No error

    The problem that I am having, is that when using. on region enter | on region leave, it does not detect the regions and does not execute any conditional that I specify. Code #1: on region enter | on region leave: wait 5 ticks if %region at player% contains "<NombreRegion>": send...
  5. sOxTw

    Solved Detect error in console [PeperSpigot 1.12+]

    Hello, I am somewhat worried about an error that a Scoreboard is giving me on my server, and the important thing would be to detect the error in the console, how could I do it?
  6. sOxTw

    [on chat:] with MySQL variables (Help me)

    Hello I need help, when trying to do a send "" loop-player using variables obtained from MySQL, it does not send to all the users that are in the list. Could you guide me in this? - if they ask, do not give any error in the console, simply the message is sent only to the first player that enters...