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

    Skript option variables multiple value

    You could use on command: "/%full command%" contains "/commandYouWantToBlock" send "You can't use this command in-game"
  2. FinalPlayer024

    Skript errors

    I think it's open chest with 5 rows named "&4Hostle" to player
  3. FinalPlayer024

    Nick

    Try make all players see player's prefix as "&4" this should color all the text that follows
  4. FinalPlayer024

    Can force player to sleep and time is day?

    I found this, maybe it can helps you
  5. FinalPlayer024

    How to make a gui skript? (ERROR)

    That's a SkQuery syntax, try to update it or to download the right version for 1.7.10
  6. FinalPlayer024

    How to check any item lore

    Like [event when you need to loop items lore]: loop all items in event-player's inventory: lore of loop-item contains "LORE" remove loop-item from event-player's inventory
  7. FinalPlayer024

    Solved How to run a command as op (Skript)

    Errors? Do you have SkUtilities?
  8. FinalPlayer024

    on book "done" or close event?

    How can I check if a player clicks "Done" on a specific book?
  9. FinalPlayer024

    Item on item frame

    on click: targeted block is set send "%displayed item on block 2 above targeted block%" to player ??
  10. FinalPlayer024

    make player say

    Try using "§6" or "<gold>" instead of "&6"
  11. FinalPlayer024

    Item on item frame

    on click on an item frame: send "%displayed item on targeted block%" to player Try this (?)
  12. FinalPlayer024

    Solved Stop players from dropping items and taket out of inventory

    Try on item spawn: cancel event
  13. FinalPlayer024

    Script AfkSystem

    FinalPlayer024 submitted a new resource: AfkSystem - An easy and funny AfkSystem, you can go AFK safely and go back to your place when you return online! Read more about this resource...
  14. FinalPlayer024

    Script AfkSystem 1.0

    :emoji_flag_us: A very easy-and-funny AFKSystem script. As soon as you go AFK, this script will teleport you in a safe place (set with an in-game command), and when you will get back to the PC, it will re-teleport you to your previous location! It has an "AFK-detect" system! :emoji_flag_it: Uno...
  15. FinalPlayer024

    caught entity teleport?

    A sort of on damage: projectile is set projectile is a snowball attacker is a player victim is a player teleport victim to attacker?
  16. FinalPlayer024

    "Is not a text"

    command /troll [<player>]: permission: troll.use permission message: &cTroll> Permission Denied. trigger: arg 1 is set: open chest with 3 rows named "&c&lTroll %arg 1%" to executor format slot 0 of executor with redstone named "&cKill %arg 1%" to close then run [kill the...
  17. FinalPlayer024

    On book close event?

    Try on book edit
  18. FinalPlayer024

    Help With Custom Items

    Commas.. :emoji_metal::emoji_grin:
  19. FinalPlayer024

    on shoot not working?

    Uhm.. try broadcasting "test" instead of sending a message, probably it doesn't get the shooter. What errors do you receive?