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 community!

    Now, what are you waiting for? Join the community now!

  1. Snow-Pyon

    Variables in Function Names

    You don't have to if you're using bensku's fork.
  2. Snow-Pyon

    Daylight sensor Night/daymode

    Please be more descriptive when making threads, there is a Help Request Layout for that specific reason.
  3. Snow-Pyon

    Addon MundoSK

    I made some utilities for this purpose which you can checkout in my snippets thread.
  4. Snow-Pyon

    Addon Umbaska

    skript-ping is perfectly fine for that purpose (in fact, you're using it for what it was intended to do). Other addon that has this feature and I would recommend is MundoSK.
  5. Snow-Pyon

    Variables in Function Names

    Wait, actually seeing your code; you're trying to remove "&etest" from player's balance, you can't do that. Not totally sure what you're trying to achieve here so mind explaining it? We can help you further that way.
  6. Snow-Pyon

    Addon Umbaska

    1. You shouldn't be using WS, it is one of the worst addons. 2. Umbaska 2 had a big part of WS merged in it at the time, hence why it was just redirected to Umbaska's download.
  7. Snow-Pyon

    Variables in Function Names

    This actually looks like a bug, options should be parsed no matter the context. Please file an issue about it in Skript's issue tracker.
  8. Snow-Pyon

    Coordinate with directions

    A location is not a vector, it is similar but it isn't a vector. If you want check their "angle", you have yaw and pitch.
  9. Snow-Pyon

    Solved Group exist? Groupmanager

    I agree that the OP should switch to LP because it is a lot better but on top of that, Skript has a group expression (that wasn't mentioned in the changelog) in the latest release. It uses Vault so it works with any permission plugin that supports it. It also has an expression to get all groups...
  10. Snow-Pyon

    Addon skript-db

    It won't lag the server using this addon since it's done asynchronously to avoid that.
  11. Snow-Pyon

    Solved Right click on Structure block?

    Update your Skript version to the latest one available (dev35b at moment) and then delete the aliases-english.sk so Skript regenerates them with the structure block alias.
  12. Snow-Pyon

    Solved How to play sound

    That depends on the play sound effect he is using though; I recommend Skript's one if you aren't using it yet.
  13. Snow-Pyon

    Idea for Skript

    Please use only one thread per discussion. Closing this thread, you can continue the conversation in: https://forums.skunity.com/threads/7109/
  14. Snow-Pyon

    Solved Inventoryclick

    You don't even have to, the following should work: if event-inventory is player's top inventory: #VanillaSkript
  15. Snow-Pyon

    Solved Timespan to format

    There is really simple solution for this: set {_test} to "1200 ticks" parsed as timespan
  16. Snow-Pyon

    Skript Idea :D

    What about a PvP minigame? I once described one here while writting an example: https://skripthub.net/docs/?search=id:2107 (look at the second example)
  17. Snow-Pyon

    GUI Error

    I don't know of what you're talking about. Skript doesn't have this bug, as said it is a Minecraft thing.
  18. Snow-Pyon

    GUI Error

    lol what. Java plugins have the exact same problems, even if you don't believe it.
  19. Snow-Pyon

    GUI Error

    That isn't an error, it is just how Minecraft works. It takes a while to show the head since it has to fetch it. You may say "but bigger servers don't have this problem"; bigger servers known how to fix this "issue" and it is sadly not something easy to do so you're better off waiting 2 seconds...
  20. Snow-Pyon

    Some problems

    Just use the parse expression to get a timespan like this: wait "%{some::var}% seconds" parsed as timespan And you should use list variables, delimiting variable names with dots is always bad.