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

    Spectator showing up as "not an entity type"

    Try loop-player's gamemode is spectator maybe?
  2. D

    Location from player

    You can use block north of player I think
  3. D

    What does "add someone to" do?

    To me it seems like the victim is being added to a list variable. A list variable is a variable that can hold multiple things. For example if you want a list of players that are dead you could say add victim to {deadPlayers::*} and if you want to view that list you could do send "Dead...
  4. D

    Change argument in options

    I'm not sure if you can change options arguments but you can set the chat color to a variable and change it that way. For example, on load: {chatcolor} is not set set {chatcolor} to "&7" on chat: set message format to "%player%:%{chatcolor}% %message%" command /messagecolor...
  5. D

    Put quotation marks in text

    Hi there, I'm trying to set a variable to a minecraft command (/give command, which includes quotation marks) and since I'm using set {_command} to "/give %player% {"NBT tags"}" it's ending the text at the second quotation mark instead of the last one. I've tried setting the command as an...
  6. D

    add 1 to variable not working

    It worked! When a player dies it adds a {sumoWin} to the winner! BUT, I have a command called /setwins, which essentially does this: /setwins <player> <text> then the trigger, set {sumoWins.%arg-1%} to arg-2 it works and sets the player's wins to that, but if you set a player's wins to...
  7. D

    add 1 to variable not working

    I don’t exactly understand what you’re saying, can you elaborate please?
  8. D

    add 1 to variable not working

    Thanks for your reply, but I don’t think that is the problem. I have a command, /setwins, which does this: set (sumoWins.%{lastAttacked.%victim%}%} to arg-2 which works completely fine in changing their wins. It’s just the “add 1 to” that won’t work in this situation.
  9. D

    add 1 to variable not working

    Hi there, I have a duels skript set up on my server, and the effect "add 1 to {variable}" won't work. Here's my code: on damage: if attacker is a player: set {lastAttacked.%victim%} to "%attacker%" stop on damage: damage cause is fall: if {induel.%victim%} is...
  10. D

    Why are you on every post literally ever in the history of ever forever?

    Why are you on every post literally ever in the history of ever forever?
  11. D

    Expressions for "on death"

    Hi there, I have a skript set up for 1v1s, that when one person dies, it teleports the person who killed them to the spot they were BEFORE the duel, so they don't stay in the arena. (example: player 1 duels player 2, it saves the location of both players as {lastlocation.%player%}, then when...
  12. D

    Top 10 of a scoreboard objective

    Hi there, is there any way to show the top 10 players with the highest "wins"scoreboard objective on the sidebar. Example of the sidebar: TOP 10 PLAYERS Player1 100 Player2 90 Player3 75 Player4 60 Player5 50 Player4 40 Player3 30 Player2 20 Player1 10
  13. D

    Solved SkUtilities/WildSkript 1.11.2 download?

    I can't find these plugins up for download for 1.11.2. The last uploaded file of these was in 2014. Can someone give me a download link for SkUtilities and WildSkript