Recent content by clqrifiedwithaQ

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

    Solved Simple Gui not working

    What should I use for guis?
  2. C

    Solved Simple Gui not working

    Thanks for responding!
  3. C

    Solved Simple Gui not working

    command /menu: trigger: open chest with 3 rows named "Menu" to player format slot 3 of player with book "format slot 3 of player with book" doesn't work. I have the plugins SkQuery and skRayFall
  4. C

    Event-block's location.

    on right click on yellow stained glass: set {_loc} to location of event-block send "%{_loc}%" to all players if {_loc} is "": send "Test was successful" to all players When I test this is sends me the coordinates of the saved location. It says "x: 4.5, y: 54.5, z: 8.5" but when I put...
  5. C

    Event-block's location.

    The code works. It just doesn't do anything, there are no errors and it reloads without issue, but when I right click the glass at that location nothing happens. I have more than 1 world. This might be the issue.
  6. C

    Event-block's location.

    Doesnt seem to work...
  7. C

    Event-block's location.

    thanks This doesn't work... on right click on yellow stained glass: clicked block's x-coordinate is 4 clicked block's y-coordinate is 54 clicked block's z-coordinate is 8 send "a" to player
  8. C

    Event-block's location.

    on right click: if event-block is yellow glass: if event-block's x-coordinate is 5: if event-block's y-coordinate is 54: if event-block's z-coordinate is 2: Why doesn't this work and could it be more compact?
  9. C

    Custom mining speed.

    Help with this would be great. This might also work I will try.
  10. C

    Custom mining speed.

    Is there a way to change the amount of time it takes to break a block and the tool required for it. I am making a texture pack for my server and have some noteblock states retextured to ores.
  11. C

    Solved Apply potion effect.

    %player% is replaced by the player's name.
  12. C

    Solved Apply potion effect.

    For the first one would it be possible to make it not a command? or would %player% be able to replace %arg 1% For the second one my issue is I need night vision but it doesn't seem to recognize "night vision" when I write it in 2 words. Ok I figured it out execute console command "/effect...
  13. C

    Solved Apply potion effect.

    I made it 10 seconds and it still didn't work. I have also noticed that speed shows up as yellow and night vision as grey.
  14. C

    Solved Apply potion effect.

    apply potion of night vision of tier 1 to player for 100000000 seconds Doesn't work. Addons: skRayFall TuSKe skQuery
  15. C

    Solved If player is in world.

    Ok thanks that fixed I was in a different world....