Recent content by Flajakay

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

    Offering Making scripts for $. Very cheap prices.

    I can make any script you would like for low money. Or may be even free if it is simple one. My discord is Flajakay#3928. DM me if you are interested in. Also may show you the examples if needed.
  2. F

    Only able to break a block with a certain item

    on block break of Wool: if player's tool is barrier named "&cWool Remover": send "&cYou Broke a Wool" else: send "&aUse your &cWool Remover" cancel event
  3. F

    Solved Doors

    Is it possible to put a normal wooden door but not just it's lower or upper part? Because when I use, for example, set block at {_e::%loop-index%::1} to oak door I get only the lower part of oak door.
  4. F

    Scoreboard

    Its so hard to change everything by the example?
  5. F

    Scoreboard

    change set score " &f%number of all players%&8/&f20" in sidebar of loop-player to 1 to set id based score "&f%number of all players%&8/&f20" in sidebar of loop-player to 1 with id "%loop-player%.id1" and so on
  6. F

    Solved Remove specific drops after explosion

    Hi. Is it possible to remove specific drops after explosion? If yes then how. Thanks.
  7. F

    Scoreboard

    try set id based score "..." in sidebar of loop-player to 1 with id "%loop-player%.id1"
  8. F

    ExpBoosters

    ExpBoosters - boosters that multiply xp you get! Commands: - /boosters - /boosters admin give <player> <x2/x3/x4> - /boosters activate <x2/x3/x4> - /boosters free - /boosters deactivate booster <player> Permissions: - boosters.free - boosters.admin Permanent boosters: (simply give this...
  9. F

    Script ExpBoosters 0.0.2

    ExpBoosters - boosters that multiply xp you get! Commands: - /boosters - /boosters admin give <player> <x2/x3/x4> - /boosters activate <x2/x3/x4> - /boosters free - /boosters deactivate booster <player> Permissions: - boosters.free - boosters.admin Permanent boosters: (simply give this...
  10. F

    Skellett - open book event

    Hello. I`m trying to create interactive book using Skellett. But it works incorrectly on 1.13.2. Is there any analog? Or how can I make a book force open? The original skellett method not working right. Thanks.
  11. F

    Solved 1.12.2 Modifying Item Attributes

    How can I modify item attributes using skript-mirror? Solved by myself.
  12. F

    Solved Auto-generation

    Thanks a lot!
  13. F

    Solved Auto-generation

    Is it possible to make auto-generation of special blocks in caves?
  14. F

    Rotate entity

    Yes, but RandomSk doesn't work on 1.12.2.
  15. F

    Rotate entity

    Rotate the entity in the same direction as player. For example, the player turns himself to the right. At the same time, the entity turns itself to the right too. How can I do it? Version: 1.12.2