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

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

    Solved Remove specific drops after explosion

    Hi. Is it possible to remove specific drops after explosion? If yes then how. Thanks.
  4. 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...
  5. 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.
  6. F

    Solved 1.12.2 Modifying Item Attributes

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

    Solved Auto-generation

    Is it possible to make auto-generation of special blocks in caves?
  8. 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
  9. F

    Solved Set the value to the player's last message

    Set {_lastmessage} to the player's last message. How can I do it?
  10. F

    Solved Sprinting

    When player sprinting, he will get some messages every five seconds. How can I do it?
  11. F

    Solved on death of custom named entity

    on death: if name of victim is "&cГоловорез": broadcast "1" But it does not work. What is wrong?
  12. F

    Solved when player click on block on certain coordinates

    When a player clicks on some block on certain coordinates, he execute some command. How can i do it?
  13. F

    Solved First click

    When player click on npc at the first time, he will get messege with some text, and on the next click he will get another message. How can i do it?
  14. F

    Solved detect an item in slot

    When the player opens virtual chest inventory and put an iron block in the six slot, he will get 9 iron ingots. How to detect an item that a player put in the six slot?
  15. F

    Solved level up

    I want to create level up skript. on join: if {exp.%player%} is not set: set {exp.%player%} to 0 if {level.%player%} is not set: set {level.%player%} to 1 while player is online: wait 2 tick set {_level} to {level.%player%} set {exp} to...
  16. F

    file encoding

    When i create file, is it possible to set its encoding? How?
  17. F

    Solved on chat

    if arg 5 is "fishing": send "%{plztypenum}%" to player on chat: set {messege} to {newbonus_num_race1} set {@fishing_sys}+{newbonus_num_race1} to %{bonus2_r1_sys}% set " bonus1_r1: '%{bonus2_r1_sys}%'" at line 4 to file "plugins/RaceS/Config.yml" make...
  18. F

    Solved [single] value %text% get of %text%

    What can I use instead? Wild skript is outdated and does not work on 1.12.
  19. F

    Solved skUtilities, .txt and .yml files.

    work doesn`t work. Why it could be
  20. F

    Solved error, config and language files creating

    What could be the problem?