Recent content by SniperFox

  • 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. SniperFox

    Solved Get name(??) of loop

    Here is some piece of loop: set {_data::VALUE} to true loop {_data::*}: ... And, how should i get that VALUE in loop?
  2. SniperFox

    Solved Function with variable in its name

    Thanks a lot. Here is an effect from TuSKe (If you(Who reads this) is interested in this): set {_effect} to "send" evaluate: %{_effect}% "This message will be sent to a player." #Before parsing the code, it will convert all variables #To string, basically it will interpret the code above as...
  3. SniperFox

    Solved Function with variable in its name

    Hello. How can i evaluate function with variable in it? Uh, for example: set {_tmp::name} to "Test" someFunction%{_tmp::name}%()
  4. SniperFox

    Resourcepack Status

    (Disclaimer, probably: Sorry for my bad English) And so, i need some expression, which can say: does player installed custom server resourcepack, or not. If it exists, of course. Can someone help me? P.S. I tried to install RandomSk, but, expression "Resourcepack status" doesn't want to work...
  5. SniperFox

    Location in MySQL

    Skript Version: Skript 2.2-dev36 Skript Author: Bensku Minecraft Version: 1.12 Spigot --- Full Code: So, i need to save location of the spawn to the MySQL database, and then i need to use it to teleport player to it (On Join Event). So, how do i need to save this variable to my database, and...
  6. SniperFox

    Solved Loop blocks

    Thanks, it worked!
  7. SniperFox

    Solved Loop blocks

    I agree with you, but there is an error: [11:00:08 FATAL]: Error executing task java.util.concurrent.ExecutionException: java.lang.AssertionError: TRAP at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_181] at...
  8. SniperFox

    Solved Loop blocks

    Hello! How can i loop blocks between or within two variables? I didn't saw the erorr, sorry. Here it is: [10:32:06 FATAL]: Error executing task java.util.concurrent.ExecutionException: java.lang.AssertionError: TRAP at java.util.concurrent.FutureTask.report(FutureTask.java:122)...
  9. SniperFox

    Script OP PVP Mode 2018-08-18

    WARNING! Google Translator confirmed! What is this? OP PVP is a mini-game where you can kill everyone with just one hit! This script is fully customizable, any message, name of gui is changable in options section. If you have any errors, bugs, or anything else(that should work) then, describe...
  10. SniperFox

    Solved Check item in player's inventory

    Hello! At me here such problem, I think that under a script it is clear that I want to make :p (By Google Translator) if player's inventory contains {_number} of {_item}: remove {_number} of {_item} from player give player {_itm} named "%{_na}%" send "{@successful}" No errors, but...
  11. SniperFox

    Solved Remove enchantments

    Thank you so much! By the way, it worked even with a variable
  12. SniperFox

    Solved Remove enchantments

    Can i remove enchantments from item? Or from variable, that contains item?
  13. SniperFox

    SkQuery MySQL

    There is database. Let's say its name is "database". This database has a column. Let's say its name is "num". How can I use SkQuery (Fork) to take data from this column and use it? num is a numeric value.
  14. SniperFox

    What is the problem? Please help!

    Okey, so, I have some peace of code, that will help you, probably. But the player must be within a radius of 10 blocks from the plate. every 1 second: loop all players: loop blocks in radius 10 around the loop-player: if line 2 of loop-block is "Jobb katt ide"...