Recent content by FilipeNock

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

    How to send PacketPlayOutCamera to player?

    I have an issue that I do not know if it's possible! I was thinking of sending this packet to a player, its possible? I do not know how to do it https://github.com/dmulloy2/PacketWrapper/blob/master/PacketWrapper/src/main/java/com/comphenix/packetwrapper/WrapperPlayServerCamera.java MundoSK...
  2. FilipeNock

    Solved How to register an new effect!

    Example: public void Sound(String s, Player p) { p.playSound(p.getLocation(), Sound.valueOf(s), 1, 1); } Skript.registerEffect(TestSound.class, "play test [sound] %string% to %player%"); I really do not understand how to do this! And I've been looking for something else I...
  3. FilipeNock

    Remove Level Bar (Packets)

    I have one question, is it possible to remove the exp bar? I do not have any code because I do not know how to do it
  4. FilipeNock

    Block direction, creating a cage Question

    One Question, My code is working correctly, but I was wondering if there is a easier way to do this? function SetCage(loc: location): #BELOW set block at block under {_loc} to spruce wood block set block at block under north {_loc} to spruce wood block set block at block under...
  5. FilipeNock

    Solved Timespan between 30 days, Showing 24 days

    Skript Version: Skript 2.2 SNAPSHOT Skript Author: NJol Minecraft Version: 1.8.8 Spigot --- I have a problem, the reward timespan is showing 24 days, but I put it to 30 days Full Code: command /reward: trigger: set {_waited} to difference between {countdown.%player%} and now...
  6. FilipeNock

    Solved MySql question, how to

    I wanted to know how to use mysql in skript, for example: send the variable {kills.% Player%} to the database. This for some should be a stupid question, but I mess with skripts at one time but never tried using mysql. Thx for the help.
  7. FilipeNock

    Packet Question, Hook

    @Snow-Pyon @Tlatoani It is possible to send a packet, which makes the players throw a fishing hook, without using a fishing rod?
  8. FilipeNock

    Solved Check if player's is premium or pirate

    Can someone tell me if there are any addons that do this? Any sintax Or a URL to check if the player is original or not if player is premium player: (Example) if player is pirate player: (Example) Can anyone help?
  9. FilipeNock

    About effect / expressions list ?

    In some update, will you add the list of effects / expressions / events? As it was in the old one, there was a list with all the effects of Skript and some addons