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

    Solved Weird error in console

    Thank you, This is the best solution.
  2. Z

    Solved Weird error in console

    It supports balance because I have another skript that gives money without /eco give, and I have vault but here you go: I'm running Skript v2.2 Fixes V8, I couldn't find the Fixes V8B [that one is flawlessly working]. Do you have a link for the Fixes V8B version?
  3. Z

    Solved Weird error in console

    Thank you. The code you've shown is indeed making it working better, but [money] SURPRISINGLY doesn't still work. :emoji_disappointed_relieved: on chat: if message contains "[money]": if player has permission "crypt.balitem": set {_newMessage} to message set...
  4. Z

    Solved Weird error in console

    Hey there. I made a skript where you can type [money] and [exp] to display the exp and money you have in chat. The EXP is EXACTLY THE SAME as the money, but money doesnt work and shows this. You can see version, etc. in the stacktrace, but I'm using PaperSpigot. As I said, the [money] doesn't...
  5. Z

    ItemToChat skript fix

    Hey. I've been trying to find an [item] skript for a while, and this one is the single one that I found. However, it doesn't work. It shows up some errors and the [item] doesn't work at all. - I'm requesting a remake for this, or a possible fix, because I do not understand JSONs and the...
  6. Z

    Spawn method

    Hey, I'm looking for a custom method to spawn a boss every hour near ONE player in the whole server. But I don't know how, I made this code: every 1 hour: set {_bossSpawn} to 1 or 2 if {_bossSpawn} is 1: broadcast "&6&l&m-&7&m------------------&6&l&m-" broadcast ""...