Recent content by Funck

  • 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

    thanks, its working!
  3. 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...
  4. 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...
  5. F

    Walking

    Only walking. I need the player to not be able to walk on all the blocks, but he can move the camera
  6. 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.
  7. F

    block version

    I checked, but did not find anything. can you tell me how?
  8. F

    block version

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

    anti vpn

    error: Can't understand this expression: 'line 12 from 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"' (auth.sk, line 312: set {VPN::IsUsingVPN::%uuid of player%} to line 12 from text from...
  10. 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...
  11. F

    MOTD

    Hi. Is it possible to make a left motd with skript?
  12. 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...
  13. F

    items

    not working i trying this, and: Line 5: Numeric ids are not supported anymore. (script.sk, line 5: if player have 32 of 80:') but on 1.11 all normal =D
  14. 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...
  15. F

    help with characters

    thx, thats working. solved.