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

    Addon SkBee

    Hello, I know you said you wouldnt be working on this plugin anymore but... do you think possible check at least why NBT tags are causing load times to be so long on skript 2.6 beta 2 ? it's taking minutes to load. Please ?
  2. N

    Using potions in recipe

    I'm trying to create a recipe using potions but, it ignores the potion type so any potion, even a water bottle counts. Any way to ge tit working right? on load: register new shapeless recipe for apple named "&bFast Apple" using potion of speed, apple, air, air, air, air, air, air, air Thanks
  3. N

    Cant set cocoa plant direction

    thanks that kind of worked, but all cocoa plants face north no matter what I write, weird
  4. N

    Cant set cocoa plant direction

    Basically the title, i cant find a way to set a cocoa direction, i can place it without direction, but as soon as I add the direction it shows an error, can anyone give me a solution please? thanks Skript Version (do not put latest): Skript 2.4 (beta9) Skript Author: Bensku Minecraft Version...
  5. N

    Solved AutoReplant

    @ShaneBee I got answer from discord, thanks anyway :) blue "data values don't exist in 1.14 use the proper alias instead eg. fully grown wheat plant "
  6. N

    Solved AutoReplant

    I put send "message" after every " if " to see where it got stuck, and at "if the data value of the event-block is 7:" for example stops, seems it doesn meet these requirements and do nothing
  7. N

    Solved AutoReplant

    @ShaneBee any ideas why this is not working on 1.14 skript 2.4 beta9 ? please thank you
  8. N

    Managing permission groups

    I was wondering, if with skript I can check permission groups of a player, and manage it. I want skript to check, remove and add groups from the player I think that done via vault, my perm plugin is luckperms, but I cant find how on the docs, I only find for permission ex
  9. N

    Solved Multiple drops with different % in 1 condition?

    I know for 1 drop is like this if player's tool is a sword: chance of 5% drop 1 stone but how do it do it for multiple drops? like, you have 100% chance to drop stone and 50% to drop dirt, after X killing a zombie, so the player has the chance to...
  10. N

    Climb blocks like ladders

    Category: Game Mechanics Suggested name: Climber What I want: A way for players (not other entities) to climb different kind of blocks like, logs, cobblestone (not all the blocks) like if it's a ladder Ideas for commands: /disableclimb turn off the ability to climb maybe ? Ideas for...
  11. N

    Solved Custom recipe permissions ?

    Thanks that worked!
  12. N

    Solved Custom recipe permissions ?

    I have this on load: register new shaped recipe for apple named "&6&Sweet Apple" using apple, sugar, air, air, air, air, air, air, air how can I add permissions so just some people can craft this ?
  13. N

    Solved AutoReplant

    thanks, i had to make some changes for example the 3rd condition couldnt be if player has 1 of cocoa beans: because then, it would require to have atleast 1 seed to replant the first time, but everything else was good thanks alot :)
  14. N

    Solved AutoReplant

    thanks but it needs rewrite ? o.o it's impossible to do it without much trouble?
  15. N

    Solved AutoReplant

    Is there a way to make this work ? so some players can plant without seeds ? variables: {_seeds} = 1 on block break: if player has permission "farmer.noseed": set {_seeds} to 0 if player has permission "farmer.seeds": if player's tool is a hoe: if...
  16. N

    Solved AutoReplant

    Should I wait for it? so mark as best answer? or if I mark the thread as solved it will close it ?
  17. N

    Solved AutoReplant

    No thats ok I think I can figure the rest, I think... like adding permissions should be as easy as adding few conditions more right?
  18. N

    Solved AutoReplant

    There are alot more I think https://minecraft.gamepedia.com/Crops Thanks! alot again i'll check now :)
  19. N

    Solved AutoReplant

    I think hoes only take damage when you create farmlands and that was really fast o.o, you can post it, copy the code, send it... Thanks a lot! I wanna see the code and learn abit from it
  20. N

    Solved AutoReplant

    Thank you for helping writing this script! The damage to the tool is vanilla behavior, the damage it should receive like if you are using an axe to cut a tree.