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

    glowing effect

    how to glow a player with a certain color only for certain players? (for example, red color, only for loop-players). thanks.
  2. F

    Solved command

    I have some code that can be seen from below. This is just an example, the skript itself takes 200 lines command /check [<text>]: trigger: if arg-1 is online: message "&aonline" else: message "&coffline" when i restart this skript, this error appears...
  3. F

    horse riding

    Hi! I have code, that doubles damage if a player is on a horse on damage: if attacker is riding a horse: set {damage.result.%uuid of attacker%} to damage * 2 damage victim by {damage.result.%uuid of attacker%} heart However, I need something to double the damage only when...
  4. F

    Walking

    Hello. I have some question. I know, that this code blocking walking only on stone on walking on stone: cancel event But, how to block walking on all blocks? Thanks for answer.
  5. F

    block version

    Is it possible to make a connection to the server only from certain versions using a script?
  6. F

    anti vpn

    hi. i have problem when maked anti-vpn. i have code, but it don't working. set {module.vpncheck.result.%player%} to text from "https://proxycheck.io/v2/155.94.250.89?key=111111-222222-333333-444444&vpn=1&asn=1&node=1&time=1&inf=0&risk=1&port=1&seen=1&days=7&tag=msg" map json...
  7. F

    MOTD

    Hi. Is it possible to make a left motd with skript?
  8. F

    Block teleport

    Hello. I want to make a teleport system with a block. The player steps on a block number 1 (block.pos.1), after which it teleports to the block number 2 (black.ops.Two) i have code, but its not working command /setpos1: trigger: set {block.pos.1} to location of player...
  9. F

    items

    hi, guys. when i using: if clicked slot is 31: if player have 32 snow: remove 32 snow from player's inventory execute command "eco add %player% 990" by console message "sell" if player doesn't have 32 snow...
  10. F

    help with characters

    hello, users. I make guilds on the skript and have 1 question. How to prohibit all characters except those specified? my code if {coins.%player%} is not below 20000: if arg-2 regex matches "[a-zA-Z]": if length...
  11. F

    bungee

    halo, my friend. i make minigames server on bungeecord and have some question. how send message on several servers at the same time and on one server? how set one variables on several servers at the same time? sorry for my english, i use google translator
  12. F

    send player a green tint (screen)

    i know, how send player a green tint: send red tint to victim with fadeTime 1, intensity 2 and damageMode true but, is it possible send player a green tint?
  13. F

    Send message

    How to send a message to those players who are at a certain distance from the player? solved
  14. F

    Skript | ArmorStandTop

    Category: Skript Suggested name: ArmorStandTop What I want: Create a skript that is in the screenshot. Ideas for commands: Ideas for permissions: When I'd like it by: A reasonable time
  15. F

    Help with create skript

    Is it possible to do this with a skript? if so, please help. thank you in advance
  16. F

    ANTIVPN

    Category: Server Administration Suggested name: AntiVPN What I want: A skript that automaticly kicks users with a VPN and log their IP adress Ideas for commands: /vpnlist > Displays all the kicked IP's Ideas for permissions: antivpn.admin
  17. F

    Help with create skript

    Please, help with create skript. For example, there is a Funck player that is registered on the server. And there is a player FuNcK, which is not registered on the server and did not go to him. It is required that at the entrance of the player FuNcK(and the like) his kick, and at the entrance...
  18. F

    Is it possible to make a screenshot using a skript?

    Is it possible to make a screenshot using a skript? I want to take a screenshot after the player registered
  19. F

    How push player straight?

    How push player straight? push player straight with speed 1 dont work
  20. F

    How equip player with custom head?

    del