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

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

  1. A

    Calculate coordinates at a target block

    Hi, I'm trying to make a calculation so that when the arrow reaches the center point of the block it receives 3 points, farther from the center 2 points and farthest from the center of the block 1 point. This is my actual code: on projectile hit: if {shape::*} is true: if {game::*}...
  2. A

    Can i do a fake spectator mode

    I searched a lot but i can do when the player is in spectator mode to can t go in blocks like to don t go through blocks? .
  3. A

    Use player spectator mode in a max 500 blocks radius

    so i have this config command /house [<text>] [<text>] [<number>]: trigger: if arg-1 is "view" teleport player to %arg-2% execute console command "gamemode spectator %player%" I want to make something to player can't go through the blocks like a fake...
  4. A

    Problem creating config in skript

    I have this code: on load: message "&f" to console message "&7(&6!&7) &7Status: &eStarting...." to console message "&f" to console if folder "plugins/AkroMuteChat" doesn't exists: create folder "plugins/AkroMuteChat" if file "plugins/AkroMuteChat" doesn't exists...
  5. A

    List command bug,error /list skript

    Hey i have this skript: command /list: aliases: /who trigger: if player is op: message "&7>&8&l&m--------------------------------------&7<" message "" set {_amountplayers} to amount of players message "&8&7(&e!&7) &fOnline players...
  6. A

    Random words

    Any way to select a random word with skript? Ex select a random word of "Tini" and "Best" and "Ailumi" If word is "tini": Send "you set Tini nick" to player If word is "Best" : Send "you set Best nick" to player This is a example, this is not work
  7. A

    I need help with a nick plugin

    I want to make a nick skript like hypixel https://pastebin.com/D7nHQSWR And i tryed to do and it not work , can we help me pls?