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

    Solved Colored dust

    can I have a sample code? although it is strange that such a thing cannot be done through a simple sk...
  2. V

    Solved Colored dust

    Tell me - how to make redstone redstone dust in different colors? The code does not work (I found documentation about this from 2017) show 25 colored dust with speed 0.05 on {_enter} with colors 100, 100, 100
  3. V

    Solved How can I prohibit the use of a player's inventory when a custom inventory is open?

    Using the guide: https://forums.skunity.com/threads/vanilla-guis.8939/ created inventory, they use a ban on the use of inventory slots through cancel event. Problem: The player can move items in his inventory, and what's the worst thing is to make a font + left mouse click, and the item will...
  4. V

    Ability to climb walls

    Question: how to implement the ability to climb walls for the player (like spider mode)
  5. V

    Crash on add skript from test server to miain

    0.0.0.0:25565?
  6. V

    Crash on add skript from test server to miain

    Tell me what could be? I check everything works fine on the test server, I transfer it to the main one, when adding a person, it freezes and crashes. Lastest log
  7. V

    Grindstone - disable exp drop on disenchant

    Help. How to disable (remove) experience orbs when disenchanting items in grindstone?
  8. V

    Solved On break block genered naturally or placed players

    Is there a possibility without recording? In the minecraft itself, is there no information whether this block was put or was generated. core protect takes data from somewhere...
  9. V

    Solved On break block genered naturally or placed players

    Help, I ran out of ideas on how to implement this... How to check if the block that the player broke was placed by the player or appeared naturally? on break: if event-block is coal ore: (and how to check, I don't know, help me plz)
  10. V

    Solved How to create item database in skript yaml?

    Thank, i need to think...
  11. V

    Solved How to create item database in skript yaml?

    I need the ability to add an item (preferably through a file). It is necessary that there is a type of object, its name, its lore. I will need to call this data in the menus. To using as: open chest inventory with 5 row named "&r%player% Crafting" to player set slot 10...
  12. V

    Solved How to create item database in skript yaml?

    Question. How to make the item saved. Or rather, its type, name, lore. maybe there were already similar requests, but I did not find them ...
  13. V

    How to use PlaceholderApi conditions in Skript?

    I use Skellett, un config edit placeholderApi to true. But placeholder's not work, plz hel me, where i wrong? command /me1: trigger: set {_tps} to placeholder "%%server_tps%%" set {_server_max_players} to placeholder "%%server_max_players%%" set {_server_uptime} to...
  14. V

    Solved How to disable anvil rename?

    oh sorry my wrong... I don't know how... But this worked: on anvil rename: player is in world "world" player doesn't have permission "{@Permission}": cancel event Thank ShaneBee)
  15. V

    Solved How to disable anvil rename?

    Yes In console no errors...
  16. V

    Solved How to disable anvil rename?

    Thank! But it not working... options: World: world Permission: break.world on anvil rename: player is in world "world" player doesn't have permission "{@Permission}": cancel event
  17. V

    Solved How to disable anvil rename?

    Plz help! Me needed disable anvil rename(recomended) or disable opened anvil GUI... How can I do that?
  18. V

    Solved WG region create

    Thank!
  19. V

    Solved WG region create

    I can see that I'm making a scary system of a dynamically changing zone. tied to the death of a specific custom mob and created around the arena with a resolution of pvp... But due to the impossibility of WorldEdit to use commands in the console, you have to look for workarounds ... Sorry...