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

    Solved Auto Compresser

    How can i make an auto compressor? the code i actively have is every 0.5 seconds: loop all players: if 64 <= amount of emeralds in loop-player's inventory: remove 64 emeralds from loop-player give emerald with nbt of mending with all flags hidden named...
  2. N

    Script Spawn Script - 0.0.3 Update, The message update

    This update adds the ability to make your own messages instead of the default "Neelix: (error message here)" the default will still be there, but your able to change it Update Summary: Customization has been added! Updates: Command setspawnerror: Allows you to set the error message that...
  3. N

    Script Spawn Script

    Neelix_bear updated Spawn Script with a new update entry: 0.0.3 Update, The message update Read the rest of this update entry...
  4. N

    Creating a Custom Enchant?

    ok, im pretty good with NBT stuff cause i had to mess with it too skript something else before, but imma try that and if it works ill close the thread
  5. N

    Creating a Custom Enchant?

    Is it possible to create a custom enchant I'm okay with needing addons but is it possible??? and if so how can I make a custom enchant?
  6. N

    Solved 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)
  7. 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
  8. N

    Solved 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
  9. N

    Solved 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
  10. N

    Solved Ban Reason

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

    Solved Ban Reason

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

    Solved Tablist Ranks after order

    id help you but
  13. N

    Skript to teleport in the point of view of another player

    is the code in a better format
  14. 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...
  15. 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?
  16. 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:"
  17. 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...
  18. 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
  19. 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)
  20. N

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

    can you please indent it so I can help