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

    How to make a player's screen shake

    Can you provide a command I can use to change the yaw/pitch? #no idea how
  2. PixelCraft_I_D_K

    How to make a player's screen shake

    Hi there! Is it possible to make a player's screen shake with Skript? If it is, please let me know. Things I've tried: Teleporting the player to themselves Lagging the server a bit Constantly killing the player and teleporting them in the same location
  3. PixelCraft_I_D_K

    Chat prefixes

    I can't find vault for 1.20.4, mind if you give me a link for it?
  4. PixelCraft_I_D_K

    Chat prefixes

    I'm trying to make a custom chat format where it says your rank, your user, then your message. I'm using %player's prefix% and %colored player's prefix% but those aren't working. Here is my code. on chat: cancel event broadcast "%player's prefix% %player%&f: %message%"
  5. PixelCraft_I_D_K

    Detect if player is facing a certain block

    It works! Thank you so much! :D
  6. PixelCraft_I_D_K

    Detect if player is facing a certain block

    Hi there! I need some assistance with detecting if a player is facing a certain block. Here is my code. on right click: if player is holding white dye named "&f&lDoor Open": if player is facing iron door: make player execute command "thru" else: send...
  7. PixelCraft_I_D_K

    Switching locations of players

    Hello! I would like to use an egg to switch player's locations when they right click on a player. If they don't right click on a certain player when right clicking, it doesn't remove the egg from the inventory and doesn't execute any commands. Can you help me out here? My code right now: on...