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 community!

    Now, what are you waiting for? Join the community now!

  1. sandor_1234

    Encode whole skript

    Is it possible to encode your skript so others can't easily steal it? For example using this expression: https://www.skunity.com/search?search=decode
  2. sandor_1234

    Solved Particles between 2 locations

    I am tying to get a straight line off particles between to locations. but i can't find anything to get this to work. As far i know the drawline will just create a straight line without any delay so i can't use the drawline effect, the drawarc effect also doesn't have a delay option or something...
  3. sandor_1234

    Solved Deploy firework without duration

    When i use skelletts infinte firework and set the duration to 0 the firework will still be launched into the air 4/5 blocks but i want it to deploy immediatly, is there a way to do this? Or another addon that can do this? I also tried achieving this using skdragon but this only has a drawSphere...
  4. sandor_1234

    Solved On chunk change event

    There is already a "on chunk change" event: https://www.skunity.com/events#ChunkChangeEvent But this addon hasn't been updated for a while and doesn't work, it gives me this error on starup: http://pastebin.com/JrnYj7AG And it says it is enabled: But when i try to load a skript with the On...
  5. sandor_1234

    Solved Skellett sound not working?

    Every sound type i try to use i got from here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html Gives me this console error from skellett: http://pastebin.com/cRq48zVW I tried multiple sounds but they all didn't work. Even the example given here...
  6. sandor_1234

    Solved Fireball's ground state

    If i use this code: command /test: trigger: make player shoot a fireball at speed 1 while ground state of the last shot fireball is false: broadcast "&1Fireball is still in the air" wait 1 second This will just keep saying "&1Fireball is still in the...
  7. sandor_1234

    Give player an item in a specified slot

    How to give a player an item in a specified slot?
  8. sandor_1234

    SkDragon DrawDot doesn't disappear

    When i use this code: make player shoot a fireball at speed 1 set {_fb} to shot fireball while {_fb} exists: {_fb} is on ground: stopEffect id "test" stop drawDot count 2...
  9. sandor_1234

    Infinite firework player perks

    Category: Fun Suggested name: Firework Fun (Name it what ever you want) What I want: An skript that makes use off the infinite firework effect from the skellett addon: https://skunity.com/effects?filter=Skellett#Infintefirework This should be for players that have a rank or just bought it from...
  10. sandor_1234

    Magic Wand Skript

    Category: Fun Suggested name: SkyWand What I want: I would like a skript that allows you to have an blaze rod that acts like an magic wand. It should be named "&0Sky&5Wand" with the lore off its current spell. When you left click with the wand in your hand it will cast its current spell. When...
  11. sandor_1234

    I this just for me fucked up?

    I saw this skript on spigot and was interested in it and downloaded it, for me it looks likes this: Is this just shit or does it look like this only for me? Cuz how i downloaded it can't be working and will give 55 errors. The owner of the project replied, its his fault.
  12. sandor_1234

    Skellets syntax not working?

    This is skellets YAML syntax: https://skunity.com/expressions?filter=Skellett#YAML So if i would use: set {_t} to skellet yaml value "Userdata.Faction" from file "plugins/Skript/scripts/Factions/Userdata/%uuid of player%.yml" It should work right? But it just says...
  13. sandor_1234

    Solved How to use the EditIdbasedscore effect

    Skript Version: Skript (Dev 23) Skript Author: Bensku Minecraft Version: 1.8.0 Could some one tell me how to use the EditIdBasedScrore effect. But i can't get it to work or i just don't understand what they mean with id. Its says: Edit an ID based score. When i create an scoreboard for example...
  14. sandor_1234

    On explode event doesn't get triggered on 1.8.8 (I can on 1.8.0)

    Hey, I am using a plugin called "KingdomWands" https://www.spigotmc.org/resources/kingdomwands.8065/ (This version isn't updated is just to give you a view). This plugin allows you to have Magic wands that (for example) shoot fireballs that create an explosion. When i am using this plugin on...
  15. sandor_1234

    Auto restart

    If i would use: on load: wait 6 hours make console execute command "stop" Would this just work and not get stuck because its such a big time. And it will check all this time if the 6 hours already are reached so...
  16. sandor_1234

    Player Balance change event

    I have an scoreboard with the money the player has: every 1 second: loop all players: wipe loop-player's sidebar set score "%balance of loop-player%" in sidebar of loop-player to 9 But this is causing huge lagg is there another way how to detect an change off a players...