Recent content by AlixPlayz

  • 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. A

    Why do the spaces between lines not work?

    Ayo why does this line only work on parts of the scoreboard? (set score "" in sidebar of loop-player to x) This is supposed to generate a space between lines, but it only works once out of the three lines of spaces I have.
  2. A

    Spectator showing up as "not an entity type"

    Alright so my problem is that when running this code ``loop all players: if loop-player's world is "world": if gamemode of loop-player is spectator: add loop-player to {_random::*} set {_player} to random element out of {_random::*}...
  3. A

    I need help with my code!

    I am trying to make a combatlog script for my server. I managed to do the combatlogging part but I wanted to make a command which you can disable/enable logging for people with the right permission and thats the part that i need help with. on damage of player: attacker is a player if...
  4. A

    PlaceholderAPI not working!

    When I use the placeholder %player_name% or any other one instead of showing the players name it just shows the raw text (%player_name%).