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

    Additional commands in script...

    As far as I know vanilla Skript doesn't have support for this but it can be done with skript-mirror. Here's an api that makes it quite easy to do https://forums.skunity.com/resources/tab-completer-api.579/. Hope this helps!
  2. TheMisterWolf

    How to make clickable text?

    In most cases this formatting will work: message "<link:https://www.discord.com>&b&lClickable<reset> &e&lNot Clickable" But if you want to use variables in your link use this: {_link} = "https://www.youtube.com" message formatted "<link:%{_link}%>&b&lClickable<reset> &e&lNot Clickable" You can...
  3. TheMisterWolf

    Console spam with on inventory click event

    As far as I know you just want to check for the inventory type. For example to block player inventories do this: on inventory click: inventory type of event-inventory != "PLAYER"
  4. TheMisterWolf

    Get last color of a string

    Here's how I would go about it. command /fm <text>: trigger: set {_test::*} to split (colored arg-1) at "§" # § is the color code in minecraft, a colored text will replace all instances of &<colorcode> with §<colorcode> set {_size} to size of {_test::*} # We get the size of the list...
  5. TheMisterWolf

    On Break Handles Block Coords different than Loops do

    Can you post the particular code that's giving you the issue and a more in depth explanation of what you mean. As far as I know they both handle block coordinates in the same way so maybe give an example of the difference.
  6. TheMisterWolf

    Solved adding a wait in a loop

    Try: command /test7: trigger: msgPlayers(players) function msgPlayers(ps: players, txt: text = "Test1", txt2 text = "Test2", waitTime: integer = 10): message {_txt} to {_ps::1} wait {_waitTime} seconds message {_txt2} to {_ps::1} {_ps::*} = {_ps::*} - {_ps::1} if {_ps::*} is...
  7. TheMisterWolf

    more ways to interact with armor stands

    You can do a lot of this with NBT. To use NBT with Skript you need either SkBee or SkNbeeT. The NBT for armor stands can be found here.
  8. TheMisterWolf

    MundoSK skin from url shows the minecraft dirt screen for a bit

    Even on Hypixel it happens (though briefly), I'm pretty sure it's impossible to completely avoid.
  9. TheMisterWolf

    /skript help

    I've heard that updating Java fixes this from some people in my discord but I'm not sure, worth trying.
  10. TheMisterWolf

    Breaking With Specific Tools

    The closest thing to doing this would be this: set {_drops::*} to drops of block with player's tool {_drops::*} isn't set cancel event The only issues with this is that if you mine a block (like dirt) where although shovel is the correct tool you can use any tool it wont cancel and if you mine a...
  11. TheMisterWolf

    Solved Items still spawn

    When you set the location of the generator you get the location of the hay bale and then add 2 to it's y coordinate but then you forget to add 2 to it's y coordinate again when you remove it.
  12. TheMisterWolf

    Solved Cool scoreboard code

    Could you elaborate on what you mean by ?
  13. TheMisterWolf

    Solved Loop-index name? I

    I think you can do: loop {TextScoreLine::*}: set {_number} to "%loop-index%" replace all "ScoreLine" with "" in {_number}
  14. TheMisterWolf

    How to change existing NBT tag?

    I think you can just add "{test:2}" to the item's nbt and it will replace "{test:1}".
  15. TheMisterWolf

    hello can you help me on a script

    Here's what happens with your current code: You break coal with pickaxe 1 The variable {coal::%player%} has 1 added to it (now equal to 1) The lore of your tool displays the variable {coal::%player%} (equal to 1) You switch tools and break another piece of coal with pickaxe 2 The variable...
  16. TheMisterWolf

    Kit Pvp 1.15.2

    Kit Pvp Plugin This plugin allows you to add a very high quality Kit Pvp game mode to your server without spending tons of time editing text files. This plugin allows you to create all your kits within the game using chest GUIs while being packed with very powerful features. Features ...
  17. TheMisterWolf

    Script Kit Pvp 1.15.2 2020-03-16

    Kit Pvp Plugin This plugin allows you to add a very high quality Kit Pvp game mode to your server without spending tons of time editing text files. This plugin allows you to create all your kits within the game using chest GUIs while being packed with very powerful features. Features ✔️...