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

    Help with worldguard region creating command

    Because your using %arg-1% just do arg-1
  2. master_of_pooms

    Help with worldguard region creating command

    first of all, In my expirience, using 'In world of player' ALWAYs messes up things and by default it will be in players world. Try removing that part and we can go from there
  3. master_of_pooms

    Need help with Web Requests (Reqn)

    I dont understand what your asking
  4. master_of_pooms

    replace all "3" with "³" in %liteeco_balance% <- or something

    Ive reported it. Baefell said its a bot and hes been letting bots past the captcha to test us
  5. master_of_pooms

    Solved Formatting coloured potions in a gui.

    Just search up skript gui and you’ll see some other forum posts about it
  6. master_of_pooms

    Solved Formatting coloured potions in a gui.

    Yes. Many people do not know that skript comes with gui capabilities
  7. master_of_pooms

    Solved Formatting coloured potions in a gui.

    Regular skript. It’s way less buggy
  8. master_of_pooms

    Solved amount of item in inventory is not work

    The expression for finding the type of item is Event-(item/block)’s type
  9. master_of_pooms

    arg in tab complete

    on tab complete of "/try": set tab completions for position 1 to "hello" and “hi” You get it
  10. master_of_pooms

    Binding pitch and camera angle

    Ok. What exactly are you asking. Are you getting errors with your code? If so what are they. When posting you need to post these details so people can help you
  11. master_of_pooms

    Resource pack share

    You need to tell us what the errors are so we can help you
  12. master_of_pooms

    Blast Skript

    I don’t think this is possible with skript. Try using Java. Unfortunately I only can help you with skript.
  13. master_of_pooms

    Solved Formatting coloured potions in a gui.

    Number 1: don’t use skquery Number 2: there’s no such thing as a “yellow potion” in Minecraft Number 3: if you wanted to have it be a potion of night vision for example, it wouldn’t work because skript does support nbt Number 4: therefore I cannot help you
  14. master_of_pooms

    How to i test if something has been executed

    Okay, this code will make it so if someone runs /hi it says "hello" but if they run it again it says "bye" command /hi: trigger: if {hello::%player%} is not set: send "&aHello" set {hello::%player%} to "true" else: send "&cBye" delete {hello::%player%}
  15. master_of_pooms

    How to i test if something has been executed

    You could do If {buyrank::%player%} is not set: Set {buyrank::%player%} to “true” # code here
  16. master_of_pooms

    How to i test if something has been executed

    What do you need? The title is very misleading
  17. master_of_pooms

    Solved Simple chest collector not working!

    on rightclick on chest: if name of event-block is "&6&lCollector": set {_chest} to event-block set {_inv} to inventory of {_chest} set {_balance} to balance of player set {_totalWorth} to 0 loop 53 times: set {_item} to item from {_inv} at...
  18. master_of_pooms

    My first post! Help with Towny perms and skript

    If you have worldguard just create a separate region that the gravestone is in and set 'block-break' to 'allow'