Recent content by Nutts

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

    Discord Thread basic variable question + question about on kill event

    on chat: add 1 to {var} every minute: loop all players: send {var} to loop-player also, for the second thing you added on death of a player: attacker is a player # only run beneath code if killer is a player add 1 to {killstreak::%uuid of attacker%} # add 1 to...
  2. Nutts

    Solved A trail skript

    Please format your code in the forum post ("Insert -> Code") (The insert button is located by Picture and Media and has a plus sign in it) and paste your code in there. It will help us understand the problem.
  3. Nutts

    Your Sublime Text 3 highlighter is just plain white text. Can I get some help?

    Your Sublime Text 3 highlighter is just plain white text. Can I get some help?
  4. Nutts

    Solved Skaction error

    Click the 'edit' button on your post. It's in the bottom left. At the title, you should see (unmarked). Click that, click 'Solved' and click 'Save Changes'
  5. Nutts

    leaf decay

    Hey! So there is a way to force leaves to decay but it is very inefficient and can (and probably will) cause server lag. However, you can go into world guard and allow leaf decay if that is your problem. Type /rg flag (region) leaf-decay allow If that still doesn't work, you may want to...
  6. Nutts

    Solved Skaction error

    No problem, please mark this post as 'Solved' by the way.
  7. Nutts

    On break

    I'll code what TPGamesNL said: on place of a sea lantern: set {_loc} to the location 1 meter above the block set block 1 meters above the block to glass loop 100 times: block at event-block is not sea lantern: exit loop wait 5 seconds drop 10...
  8. Nutts

    help script

    You need to make an argument after the command. command /çiftlik [<text>]: aliases: ciftlik trigger: Komuttan sonra bir argüman yapmanız gerekir.
  9. Nutts

    Solved Skaction error

    It found an error on this line. If you're using the deprecated version of SkQuery, please use the Lime version instead. Skript isn't supported on 1.8, but most features still work. Make sure that your addons are configured to work on 1.8 as well, and make sure that their versions are 1.8.8
  10. Nutts

    How to open brewing stand to player?

    command /test: aliases: t permission: system.test permission message: {@Permission} trigger: open brewer inventory to player with name "(name here)"
  11. Nutts

    TuSKe and SkSharp on docs have duplicates

    Every event, effect, expression and type on the docs for SkSharp have duplicates marked under TuSKe with the same documentation as the SkSharp version.
  12. Nutts

    Probably adding examples on the docs.

    Probably adding examples on the docs.