Recent content by memes

  • 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

    Skungee Network Variables delay

    Hi again, so I've recently started using network variables, but I noticed that the variables only update when I restart the proxy. Does anyone know how to update variables more often? Or if they automatically update every so often... *invisibile bump*
  2. M

    Homes GUI teleport

    Why do you need to color it? It seems that you're always making it the same color so just do it later on.
  3. M

    Homes GUI teleport

    Try a basic command to set the var, and see. If you set the var and then it broadcasts fine when you click on the slot, it fails when you save the location. command /test [<text>]: trigger: set {LOC::HOME::%player%::%arg%} to arg Edit: or your variables file is corrupted. it...
  4. M

    Solved Skungee Network variables return as <none>

    It works! You're amazing <3
  5. M

    Solved Skungee Network variables return as <none>

    There are no errors, it says it connected to BungeeCord. And I'm starting to think it's not the solution to use Skript with Bungee aswell.
  6. M

    Homes GUI teleport

    Just do %uncolored name of event-item% or something of the sort
  7. M

    Solved Skungee Network variables return as <none>

    The title says it all, any ideas? Here's my (basic) code. command /set [<text>]: trigger: set network variable {test} to arg command /view: trigger: set {_nv} to "%network variable {test}%" send "%{_nv}%"
  8. M

    Skungee not working

    I setup Skungee following the tutorial on the download page, yet nothing works. I'm getting no errors when reloading skripts, but I am getting some in console. I'm unable to reproduce them and I can't find them, but they were saying that it couldn't connect to the server. This is also happening...
  9. M

    URL Text issues

    I have SkQuery installed, and it works with other things.
  10. M

    URL Text issues

    I'm trying to get the text from a pastebin, but I'm getting errors when I try it... My code: on load: set {_text} to text from "http://pastebin.com/raw/LniMP1n0" wait 2 seconds broadcast "{@p} Gangs by {@cB}memees&7 is running on version {@cB} %{_text}%&7." Error
  11. M

    Problem with looping, even though there is no loop...

    So this is my skript, pretty much it will keep on looping until {_n} is 1... I have no clue why... on damage: if attacker is player: if victim is player: if victim is not attacker: set {_e::*} to enchantments of attacker's tool if...
  12. M

    Solved Count an amount of characters

    Hello, I was wondering how I could count the amount of characters a variable has, example (Doesn't work when I try it in game): command /create [<text>]: trigger: if "%arg%" contains 4 characters: send "ok" else: send "The text must contain 4...
  13. M

    List variables delete themselves on restart

    Yea spigot sorry
  14. M

    List variables delete themselves on restart

    It's Bunjee 1.12.2
  15. M

    List variables delete themselves on restart

    I found this: [23:38:25] [Server thread/ERROR]: #!#! ===!!!=== Skript variable load error ===!!!=== [23:38:25] [Server thread/ERROR]: #!#! Unable to load (all) variables: [23:38:25] [Server thread/ERROR]: #!#! 1 variable could not be loaded! [23:38:25] [Server thread/ERROR]: #!#! Affected...