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

    1.14 Particles Problems

    spawnning that amount of particles will crash the server too, but why would you crash a client why not be nice and kick them ? whatever, you can spam packets to the player with heavy task, example (entity spawn packet, explosion ect ...), that should crash the client.
  2. Abdera7mane

    Solved Really Glitchy Skript Please Help!!!!

    you can do it in one line (replace "lore1", "lore2" or "ect.." in your actuall code) remove all items where [lore of input is "lore1", "lore2" or "ect.." ] from all players note that lore of an item can't be a single value.
  3. Abdera7mane

    item name change

    if you want to know when an item was renamed using an Anvil you can install Tuske, it has "anvil rename" event
  4. Abdera7mane

    1.14 Particles Problems

    what do you expect after showing 1000 billion of particles ?
  5. Abdera7mane

    Skript Math Help

    That's HILARIOUS from when math works with strings :emoji_sleepy: look at what you did set {Money1} to "10" do you know the difference between a text and a number, right ? you can save a number type to Skript variablesset {variable} to 10
  6. Abdera7mane

    Doesn't Rotate Player

    you have to teleport the player to update its rotation you would need to do something like:teleport the player to player
  7. Abdera7mane

    TusKe GUI

    try this Tuske version: https://skripttools.net/dl/TuSKe+1.8.3-PikachuPatch-v3.jar if that didn't help, use Vanilla GUIs ! https://forums.skunity.com/threads/vanilla-guis.8939/
  8. Abdera7mane

    split variable

    Take a look at this: https://www.spigotmc.org/threads/how-to-format-currency-in-skript.337064/
  9. Abdera7mane

    Solved Help needed with gui for rank system

    I linked 2 tutorials on my last reply, code examples are provided there,
  10. Abdera7mane

    Solved Help needed with gui for rank system

    doing "sk reload all" breaks SkQuery guis for some reasons (a server restart should fix it), but you should avoid using this addon for GUIs. Either use Tuske or Vanilla GUIs. Tuske wiki: https://github.com/Tuke-Nuke/TuSKe/wiki/GUI-Manager Vanilla GUIs Tutorial...
  11. Abdera7mane

    Solved Problems with Skungee

    not sure why but I can see that you have some outdated/bad addons which can be a cause of the problem, and they are: WildSkript Umbaska Randomsk SkStuff (replace it with Sk-NBeet) Skript 2.2 was designed for 1.8 servers, as I said eariler the addons you use could break Skript after updating...
  12. Abdera7mane

    Check if player is riding in a boat

    Why using variables while skript has an expression for the vehicle which the player is riding ? This is a condition to check if an entity is riding a vehicle: %entity% is rding To get the vehicle, use this expression: player's vehicle vehicle of player Here is an example in code on vehicle...
  13. Abdera7mane

    Solved keepInventory

    Simply do on death of a player: if attacker is a player: keep inventory
  14. Abdera7mane

    Solved (help) create 3 random drops from player inventory and blacklist

    on script load: set {blacklist::*} to diamond, cactus, and chest on death of a player: keep the inventory set {_itemsToDrop::*} to all items of victim's inventory where [{blacklist::*} doesn't contain input] loop min((size of {_itemsToDrop::*}) and 3) times: set...
  15. Abdera7mane

    Solved Problems with Skungee

    Skript 2.2-dev27 is outdated and you must update to 2.4.x since you're on minecraft 1.12.2
  16. Abdera7mane

    Hello there

    Hello there
  17. Abdera7mane

    waiting

    waiting