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

    Skript Quests Core

    I present my project here, I am currently creating a core quests using skript-mirror to create custom effects and expressions, the skript core handles all the modules listed below quests are created in the "quests" folder you can find an example of creating a simple quest. If you want to help me...
  2. Spartan9802

    Purchase validation system

    Hi, I'm looking for the best method to create a purchase validation system in one function that can be used with tuske Do you have any ideas?
  3. Spartan9802

    Particle Note color with 1.12

    Hi, I can't find how to create a random color note in 1.12 for a single player, I succeeded for global players with SkDragon or SkRayFall but not for a single player... In 1.8 I used Umbaska but I would like to get rid of it in 1.12, would you have a solution? Thanks for your help
  4. Spartan9802

    My Suggestions

    Hello, I come to offer you some suggestions for skript, which I think could really be useful! » Support for particles 1.12 In 1.8 there are plenty of addons that offer a support for particles, the most complete in my opinion was Umbaska. I tried to make spawn 1 particle note of random color in...
  5. Spartan9802

    Remove "Too Expensive!"

    Hi, Do you think it will be possible to remove the anvil limitation?
  6. Spartan9802

    Solved deserialize string

    I'm looking for how to deserialize a string get back mysql, deserialize method () asks for a hashmap this is my code: #<-- I recover a serializer item with ItemStack serialize() method, then save it in my database --> set {_string} to my mysql set {_item} to {ItemStack}.deserialize({_string})
  7. Spartan9802

    subroutine and function

    Hello, I would like to know the difference between a subroutine and a function, can it be executed async?
  8. Spartan9802

    How to effectively rank a top

    Hello, I've already devised a system that works very well but is resource-intensive, I've tested the "sorted" function and it's much more efficient. Here's how I would like to rank my list: {list::1} = player {list::1::score} = score Here's how to create my list: {mylist::%player%} = score I...
  9. Spartan9802

    Conditions in skript

    Is it possible to do this in skript? if condition 1 = true && condition 2 = true:
  10. Spartan9802

    Solved Skript command tab

    Good evening, I currently have a problem, when a player writes /sk then tab it can see all the commands create with skript... How to do this?
  11. Spartan9802

    Solved Serialize inventory of block

    Good morning. Hello, I have a problem, I would like to serialize the inventory of a virtual chest that is contained in my variable here is my code open {backpack::%{_key}%} to {_p} set {_serial} to {backpack::%{_key}%}'s inventory's serialized contents send "%{_serial}%" to {_p}
  12. Spartan9802

    Solved Inventory to string mysql

    Good morning. Hello, How to save a player's inventory in a mysql database? I know it is possible to serialize in java but how to do it in skript: /
  13. Spartan9802

    run shell with skUtilities

    Good evening, Can you tell me if it's possible to run a shell with skUtilities, I've seen this syntax but it doesn't work for me..." run sh cmd' %string%% "'" Help me :/
  14. Spartan9802

    Infernal mobs error with skript

    Hello, I have a mistake with infernal mobs I think it's related to skript can you help me? My error: 30.08 22:02:40 [Server] ERROR The server has stopped responding! 30.08 22:02:40 [Server] ERROR Please report this to http://www.spigotmc.org/ 30.08 22:02:40 [Server] ERROR Be sure to include ALL...
  15. Spartan9802

    Error Skript "$"

    Good evening, I post here because I found a mistake on skript, I would like other people to test with their versions I use Skgnt 2.2-dev25 of Bensku. I also speak very bad English: / My error code: command /test: trigger: set {_text} to "My Test $" set {_format} to...
  16. Spartan9802

    force wait in the server stop

    Is it possible to create a wait before the server closes, to save data in a mysql database?
  17. Spartan9802

    Set yaml remove all comments

    Hello, I have the little problem :/ When i useSet yaml value "" from file "" to "" My all comments is remove in the config file
  18. Spartan9802

    Solved Register new type

    Good evening, I am trying to save a new type (CraftingInventory) but I do not understand how to do: / I looked at several code but none is intuitive for me ....
  19. Spartan9802

    Add compatibility for phone

    This actual doc is not compatible with phone ^^
  20. Spartan9802

    Solved Ingredients recipe with custom name

    Hello i have the problem I have register the new recipe with 2 nether_star named "myname" But using a simple nether_star is enough for my craft