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

    Enchantment level through variable.

    Hello :emoji_slight_smile: I'm using a function through a GUI to declare the level of an enchantment, but this variable can have a lot of different values (from 0 to 36) and I wouldn't be able to list every single enchantment on the code, therefore I have to use this code: enchant {_p}'s tool...
  2. L

    Cannot loop player's inventory

    Hello : ) I'm trying to get all the player's items and their quantity. Once before you could loop the player's inventory and get the items and the amount, but now what the message returns is "inventory slot {number} of {player}". Version: dev37c Spigot 1.12.2 Code command loop: trigger...
  3. L

    Solved [MYSQL] Selecting and returning a value from a column.

    Solved. Good evening. I'm trying to return a value from a column, but all I get is the name of the column. What I want to do is: I have a database called api, with the table players with a column call "logged". It will be a boolean, true/false. This is a way I can check if the player is...
  4. L

    thanks for your code C:

    thanks for your code C:
  5. L

    Addon [Deleted] SkUniversal

    That's awesome : )))
  6. L

    Is it possible to use Skript variables in a website?

    Title says it all. For example, could I use a boolean variable and return its values?
  7. L

    Error with JSON message.

    Hello. Recently, I've changed my spigot from 1.8 to 1.8.8 so I could use another version of Skript. However, I'm getting a JSON message error related to SkQuery. I've tried downloading another version of SkQuery but I haven't found any other but the Unofficial version which also does not work...
  8. L

    How can I check if a player is on his plot?

    Hello. I've been looking for it for a long time but haven't found a way to do so. Skript version: v2.1.2 Plotme plugin: PlotSquared 3.5.0 Spigot version: 1.8 Bungeecord: Yes Thank yall <3