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

    Json help

    Install json.sk (https://forums.skunity.com/resources/json-sk.23/) and then you can add more by inserting '' || '' ttp = hoveralble tooltip cmd= runnable command url = clickable open url sgt: suggest command
  2. Dave

    Solved Online Player Selector GUI

    when you open the gui: set {_slot} to 0 loop all players: if loop-player != player: make gui slot {_slot} with loop-player's skull named "&b%loop-player%" with lore "&7" and "&7Click to punish %loop-player%" to run: player command "punish %loop-player%" add 1 to...
  3. Dave

    /promote <player> [<arg 2>]

    I've fixed it. Here's the code. I've removed the ''/resetchatformatting'' from ''your code'' because there's no way to set a chat format per player. Also, read the doc's, please. command /promote [<offline player>] [<text>]: permission message: &cNo permissions. permission: op...
  4. Dave

    /promote <player> [<arg 2>]

    basically, everything
  5. Dave

    Solved Teleport on death event instead of dying.

    use skellet for ''force victim to respawn''
  6. Dave

    Skript outputting <none> instead of a player name

    Don't use <player> cuz it only works for only players, use <offline player> and its better. Here's the code: command /p [<offline player>]: permission message: &cYou don't have permssion. permission: *.* execute by: players trigger: if arg-1 is set: open...
  7. Dave

    Solved Teleport on death event instead of dying.

    I recommend you to set the location in a variable, it works for me. command /setspawn [<text>]: permission: *.* permission message: &cYou don't have permission. executably by: players trigger: if arg-1 is not set: set {spawn.mainworld} to player's location...
  8. Dave

    Scoreboard (Sorry to post so soon)

    alright
  9. Dave

    Scoreboard (Sorry to post so soon)

    1st way using Skellet: • Hastebin: https://hastebin.com/amalagibin.http (Supports 1.7.10 and 1.8.x and above) Addon: Skellet # # This function removes the scoreboard called "YourBoardID" of the player, so as not to store unnecessary data. # function removeScoreboard(p: player, id: text)...
  10. Dave

    Solved SERVER CRASHES (PLS HELP)

    Hi, I'm working on a server and when I run in my Pc everything works, but not in the host and I don't know what's the problem. I have no errors when starts. Sorry for my english btw. Skript 2.2-Fixes-V8 Addons: - Skellet 1.9.6b - SkQuery 3.21.4 - WildSkript 1.8 (don't kill me its for some events)
  11. Dave

    Winner in an event

    I'm working on a practice server w/ tournaments, I can help you when I finish the tournaments system.
  12. Dave

    Professional Tab List

    Show me
  13. Dave

    Professional Tab List

    Y You're welcome! :D
  14. Dave

    Solved PLS HELP me with kitpvp GUI Only will works if you in region: Kitpvpspawn

    I think you need WorldGuard for: %region at player% contains "kitpvpspawn"
  15. Dave

    Professional Tab List

    You need SkRayFall (https://forums.skunity.com/resources/skrayfall.259) Code in hastebin: https://hastebin.com/isulobaqet.pl on join: set tab header to "&b&l&nYour&f&l&nServer%nl%&b&m------------------------------%nl%&1 %nl%&fWelcome to &b&l%player% &fon the server%nl%&fHope you have...
  16. Dave

    Random name generator (disguise)

    Idk how to read yml's files with skript, pls give me an example.
  17. Dave

    Addons

    https://forums.skunity.com/resources/sublime-text-3-syntax-highlighting.240/ maybe this...
  18. Dave

    Addons

    Same as another plugin, just drop in your plugins folder and the addons you'll use will be based on what you need. Sorry for my english btw
  19. Dave

    Solved queue skript help

    are u making a practice sk plugin?