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

    Can't Unregister A Recipe

    I am making a "Recipe Sorter" where you can make and view recipes externally, but for some reason, when i try to unregister recipes, the recipes either won't. When I make the recipe's craftable item into air, it says "Internal error" in chat. I try to set the variables back to air, but it won't...
  2. B

    HTML5 in posts

    I think it would be nice to be able to put HTML5 (and CSS) in posts because it could give an example to what they are talking about and it could just help people in general. If someone was having a problem with a skript and they wanted something to <blink> [Whatever the example is] </blink> or...
  3. B

    Helicopter

    I have gotten a lot of the start done (making the helicopter item, turning the item into a minecart aka the helicopter) but I don't know how to put metadata, nbt, variable, name into the type of minecart and I don't know how to make it fly/move/steer. Anybody willing to finish or advise the rest...
  4. B

    Helicopter

    I have gotten a lot of the start done (making the helicopter item, turning the item into a minecart aka the helicopter) but I don't know how to put metadata, nbt, variable, name into the type of minecart and I don't know how to make it fly/move/steer. Anybody willing to finish or advise the rest...
  5. B

    Solved Server Won't Respond?

    So, recently I made a skript where you can craft and upgrade wands, but for some reason, when I use the skript, I can not join my world! In the logs, it says i joined and never left, and there are no errors, but when I try to connect, I always disconnect. Help? Code: on load: register new...
  6. B

    Sidebar will not show up.

    I was trying to make a sidebar for a minigame that would display the players and time to wait, but while fixing something, the sidebar will no longer show up. Also, if there is any way to update the player count, that would be divine. Code: on load: clear {zombiesurvival.players::*} clear...
  7. B

    Array addon

    To be honest, there might already be an add on to this, but I haven't seen one so far, and either way, this will make thing easier in general. If you could make an add on maybe called skVar, skINT, or skArray, and it will add more features to metadata, variables/integers, and will add arrays...
  8. B

    Faster Particles

    How do I make particles move faster towards it's destination in skDragon? my code: drawLine particle redstone, RGB 0, 1, 1, center {wanduser}, target {_locationtarget}, id "%shooter%", rainbowMode true, solid false, density 1, length 0, zigZag count 0, height 0, visibleRange 32...
  9. B

    Solved Naming problem

    So I am trying to make a wand plugin, but if I have a regular stick, it confuses it with a wand. I want to know how to let the skript know it is unnamed/named. Code: on load: register new shapeless recipe for stick named "&2&lBasic Wand&r" with lore "&2&n&lRight Click to use!" and " " and...
  10. B

    Solved Particle Problem

    So I am trying to make a particle go from the arrow to the player, but the particle doesn't appear and I get this error message: User 'projectile' and/or 'shooter' in projectile hit events {CreateWand.sk, line 36:} My code is: on rightclick holding stick: set {wanduser} to player set...
  11. B

    Solved On Damage with arrow?

    I am currently trying to shoot an arrow from a wand and it have a specified amount of damage, but I can't get it to tell whether it is a WandA arrow or a WandB arrow or even an arrow at all. Help? Code: on load: register new shapeless recipe for stick named "&2&lBasic Wand&r" with lore...
  12. B

    Solved Anvil Problem

    Recently, I stumbled in a problem where no matter what I do with the player inventory, I cannot put an item in an anvil. Help? Also, I don't want to change plugins, so don't mention it unless it is impossible otherwise. Code: function NameEvent(): send "1" to {p} wait 3 ticks open anvil window...