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

    Random name generator (disguise)

    Hello, I wanna make a disguise command but I don't know how to make a random name generator. I just made a disguise command with 6 random letters and it works without errors. Sorry for my english btw, I'm still learning. command /disguise [<text>]: trigger: if arg-1 is set...
  2. Dave

    Data Storage

    Oh I didn't saw that, well I'll try to do it
  3. Dave

    Data Storage

    on join: if {ip.%player%} is not set: set {ip.%player%} to player's ip on death of a player: if attacker is a player: if victim is a player: if "%region at player%" contains "pvp": if {ip.%attacker%} = {ip.%victim%}: send...
  4. Dave

    Scoreboard + Events of the block's rightclick

    Minecraft version? Don't use SkRayFall scoreboard syntax, try using SkWaze + Netherboard (it works fine), SkBee or another one.
  5. Dave

    Player's level

    You're welcome. You're welcome.
  6. Dave

    Player's level

    on death of a player: If attacker is a player: if victim is a player: if attacker is in world "KitPvP": add 1 to attacker's xp on chat: player's world is "KitPvP": cancel event loop all players in world "KitPvP": send...
  7. Dave

    Solved problem with scoreboard, actionbar, and title

    You're welcome! :)
  8. Dave

    Solved problem with scoreboard, actionbar, and title

    You need SkRayFall for that syntax, but is bad, use Skellet instead of SkRayFall
  9. Dave

    I need a simple backpacks skript

    If you can wait I can do it
  10. Dave

    Options with variables

    contact me on my discord: dave_#1544 i think i can help u, but i need to explain u something
  11. Dave

    Solved Player Health System

    im not sure if it works, but try it on damage: if damage cause is a projectile: if projectile is snow ball: damage the victim by 0.5 hearts
  12. Dave

    scoreboard error

    Don't use scoreboards in skript, they're bad for now even if you try with skellet stylishboards.
  13. Dave

    Personnal NameTag Color

    I have a very very cheap practice core and I can help you add me on discord: ggdude#9485
  14. Dave

    I need help with items in 1v1

    Dude, I know, but I'm asking for a function or something because this one doesn't even work: ''make player see <material> as <material>" I can add you in discord and if you can help me in another way
  15. Dave

    Sidebar issue

    Idk what you mean, we will continue this on DM
  16. Dave

    I need help with items in 1v1

    Can't give u my own sk lol. I've been worked on it for along thanks anyway
  17. Dave

    Sidebar issue

    Take it as example: function updateScoreboard(p: player): delete stylish scoreboard named "Overworld%{_p}%" create a new stylish scoreboard named "Overworld%{_p}%" set title of stylish scoreboard "Overworld%{_p}%" to "&e&lKITPVP" create a new id based score "Overworld%{_p}%-10"...
  18. Dave

    Sidebar issue

    But that syntax isn't from Skellet's Stylish Scoreboards
  19. Dave

    I need help with items in 1v1

    Hello, I am making a 1v1's skript (1.7.10 - 1.8.x) and I have it 99% completed. I need a function, expression or effect that helps me with my problem: When two players are in duel (for example in map 5) and two others are in duel on the same map, they don't see themselves, only themselves and...
  20. Dave

    Sidebar issue

    Try using Skellet instead of SkRayFall