Recent content by Neelix_bear

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

    parser.skunity.com

    I have a question. Why does the parser KEEP going down?! also is it being updated? cause look at the image that's the usual one not the old one (ive seen the way back version of it before)
  2. N

    It reloads with no errors but the player head wont show up

    adding a "_" to the start of variables will make that variable only be set in that trigger so when you set it the second the trigger ends (immediately after) it gets unregistered
  3. N

    Ban Reason

    1. my ban plugin IS AdvancedBan so I always have it installed 2. I have installed the Addon cause it says that it is an Addon in the docs so I know to install it
  4. N

    Ban Reason

    I found this but I cant figure out how to get the reason like if reason of arg-1's ban is "testing" is what i want to do
  5. N

    Ban Reason

    How would I use those api's then?
  6. N

    Ban Reason

    how can I get the reason of a player's ban?
  7. N

    Tablist Ranks after order

    id help you but
  8. N

    Skript to teleport in the point of view of another player

    is the code in a better format
  9. N

    Skript to teleport in the point of view of another player

    how it works is when the player runs the command and uses a player value it will delete the player they are spectating (if they are spectating as of then) then it will hide the player (this will remove them from the tablist and disable them from being autofillable from "<player>" command things...
  10. N

    Skript to teleport in the point of view of another player

    do you just want me to give you the code or just tell you how to do it?
  11. N

    Solved please fix this skript its not working, i put it in https://parser.skunity.com/ to see if it should work

    "loop" wont work cause you need to specify what to loop like "loop 5 times:"
  12. N

    hi i use skBee and need help with this skript im making

    every 1 tick: loop all players: set {_player_strength} to {strength::%loop-player's uuid%} if {_player_strength} is 5: set loop-player's attack damage attribute to 6 else if {_player_strength} is 4: set loop-player's attack damage attribute to...
  13. N

    hi i use skBee and need help with this skript im making

    k I'll be working on trying to find the problems and fix them
  14. N

    hi i use skBee and need help with this skript im making

    normal code has tabs so skript knows what triggers trigger what, like this on death of player: kill attacker (this is not actual code for you this is just an example)
  15. N

    hi i use skBee and need help with this skript im making

    can you please indent it so I can help