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

    Spawned Mobs Do No Damage? Help/fix?

    on rightclick: if event-block is not air: if player is holding a enchanted book with name "&8&lSpider Queen Summoner" with lore "||&7Summons A Spooky &2&nSpider Queen": send "&7[&6&lAA&7]&7 The &2&lSpider Queen Boss &7Has Been Summoned!" spawn 1 spider 1 above...
  2. M

    Solved Rename Console?

    oh ok.. because i dont know whether its possible
  3. M

    Solved Rename Console?

    and did you already solved it? or still need help?
  4. M

    Solved Rename Console?

    he maybe mean like with bans,..... "Player Console banned player Sometwo132....", "Opped by Console"...
  5. M

    Solved Place Block on type of block with a block

    ohh.. okey then :D i thought i made mistake in place event but ok.. yeah.. i see it.. my bad.. sorry.. you are welcome
  6. M

    Solved Place Block on type of block with a block

    on place of quartz: if block under block-event is iron block: send "&7You Made A Converter!" wooow.. wait
  7. M

    Solved Custom Farming Not Giving Item When Harvested

    Yes I know.. but he has issue with giving items.. so i helped him with it.. I know that there is mutch better way to do it but he wanted this way...
  8. M

    Houses plugin with Skript

    oh.. ok.. but i would test whether it brotcasting in every condition + maybe its caused by owner.. because "not set" = "<none>".. and maybe owner is "no owner" or idk.. so i would try that...
  9. M

    Solved Custom Farming Not Giving Item When Harvested

    @ShaneBee I made same thing for me xDD.. yes.. left it for growing like others and then make from it cucumber.. same.. but i posted it like he wanted.. :emoji_joy::emoji_joy:
  10. M

    Houses plugin with Skript

    hmm.. I cant help you from here.. can you send me IP of your server? because i need to test conditions,....
  11. M

    Houses plugin with Skript

    oh.. ok.. 1. you can do GUI using skript too and make it very custom. 2. OK, but its same code as i sent you.. so what is your problem? what not working?
  12. M

    Houses plugin with Skript

    ok.. and there are any errors while reloading your skript?
  13. M

    Houses plugin with Skript

    and what not working? any errors?
  14. M

    Houses plugin with Skript

    oke
  15. M

    Houses plugin with Skript

    on rightclick on Spruce Door, Oak Door, Birch Door or Jungle Door: if "%region at clicked block%" is "house1": if owner of region at clicked block is not set: execute player command "/buyhouse" cancel event else if owner of region at clicked block is...
  16. M

    Solved Custom Farming Not Giving Item When Harvested

    Ohhh.. I didnt know what he want too, because it works well.. I thought that last level of growing(fern) is that the plat is dead.. just that its out of limit :emoji_grinning:DD if you know what i mean xD Then try: on rightclick on soil: if name of player's tool is "&aCucumber Seed"...
  17. M

    Houses plugin with Skript

    hm.. And what kind of region plugin do you use? WorldGuard, WorldEdit... Try this: on rightclick on Spruce Door, Oak Door, Birch Door or Jungle Door: set {_regions::*} to regions at the clicked block if {_regions::*} is empty: #message "&4No region exist here!" stop...
  18. M

    Solved Loop help

    yes.. because he is executor.. and he made loop that repeats 5 times and sends same message to himself.. so he need to make it sends to every player or just dont use loop and send it only to him only
  19. M

    Solved Loop help

    hmm.. I dont know what are you trying to make but if you are want to send message for every single player than use: loop all players: send "&9(&6%loop-player's world%&9) (&6%number of all players in loop-player's world%&9)" to loop-player send "&7 %all players in loop-player's world%" to...
  20. M

    cancel stone breaking animation ?

    uhh.. sorry.. i have to go sleep.. so maybe yesterday.. but see this: https://forums.skunity.com/threads/mining-speed-of-a-block.2428/#post-5103 https://forums.skunity.com/threads/stop-block-break-from-starting.2870/#post-7346 there are some codes.. you can try some of them and maybe some will...