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

    give {_integer} redstone ore to the player not working

    I try to do this like the title and also saying {_integer} parsed as an integer set {_i} to random integer between 3 and 5 add {_i} parsed as an integer redstone ore to the player #also I try this set {_i} to random integer between 3...
  2. M

    how I can use teleport to a variable on a function?

    skript: 2.4 beta spigot: 1.14.1 mc: 1.14.1 console error: [20:39:24] [Server thread/INFO]: [Skript] Reloading vd.sk... [20:39:26] [Server thread/ERROR]: Variables cannot be used here. (vd.sk, line 392: teleport the {_p} to {pspawn.%{_arena}%}') [20:39:26] [Server thread/INFO]: [Skript]...
  3. M

    how to add drops to a variable

    Hi I wanna know how to add drops to a local variable like this on mine: add drops to {_drops::*} clear drops loop {_drops::*}: add loop-value to player's inventory stop on break: add drops to {_drops::*} clear drops loop {_drops::*}: add...
  4. M

    on rightclick on a sign line 1 is "test"

    skript 2.4 beta server spigot 1.14.1 mc apigor 1.14.1 code on rightclick on a sign holding any tool or sword: if line 1 of block is "&0[&3&lTelekinesis&0]": the line 1 of the sign is &0[&3&lTelekinesis&0] and I set the line like this else if line 2 is "xp": if line 3 is set...
  5. M

    Solved Variables

    Skript: 2.4 beta Spigot: 1.14.1 Console error none Code On damage: If {vd::%attacker} is true: Set {_money} to damage * {mboost::%player%} #(moneyboost = 1) Message "+$%{_money} %" to attacker Set {money.%attacker%} to {money.%attacker%} + {_money} So this is...
  6. M

    function problem. variables cannot be use here

    skript: 2.4 beta console error: variables cannot be used here. (set the maximum health of the {_p}'s to 10.5) and variables cannot be used here. (clear the {_p}'s inventory) {(p: player)} the clear the {_p}'s inventory dont work in a function and set the maximum health of the {_p}'s to 10.5...
  7. M

    Solved round function of skript 2.4 how to use

    spigot: 1.14.1 skript: 2.4 beta code So this is the function I am trying to use https://skriptlang.github.io/Skript/functions.html#round now random number between 10 and 25 gives doubles number (like for example 24.44 or 11.25) and the functions explain something like this round(2.34) = 2 and...
  8. M

    saving and loading inventories issue

    Server: Spigot 1.14.1 skript: 2.4 beta console errors: None This is my code Problem: The problem is when I return the inventory it goes out in disorder and the armor disappears. I want to return it in the same order and with the armor I already had
  9. M

    Solved skellet bug on 1.14.1 force respawn

    I have spigot 1.14.1 skript: 2.4 beta 2 skellet 1.9.6b code on death of a player: force respawn the player the problem is the player auto respawn but the respawn screen is displayed anyways
  10. M

    Solved swap item in hands

    hey I am trying to make a mini-game so people cant drop thing or move the tools from the inventory but they can with the f key swap hand and I need to know how to cancel the event never mind I find it finally on swap hand items:
  11. M

    Solved I need help with last spawned zombie health

    Sorry If I dont follow the correct help format but I dint find the format. skript version: skript 2.4 alpha release spigot version: 1.14.1 Mc version: 1.14.1 console error: None command /testspawn: trigger: spawn a zombie equip the last spawned zombie with diamond helmet...