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

    Solved block break particle

    Hello! I need to create redstone block break particles (for "blood explosition" kill effect). I think, I need to use skDragon. Can you help me? Like this: (but 2-blocks high at location of player) Thx <3 nvm I made it drawDot count 250, particle "blockdust", material redstone block, XYZ...
  2. Wolwer

    Solved Make citizen equip nothing

    Hello. I need to make citizen equip random armor. I tried do this: make citizen {_n} equip iron_boots or leather_boots or diamond_boots or golden_boots Etc. from Boots to helmet And I need a chance, when npc willn't equip something (for example, it will not equip boots or leggings) Question...
  3. Wolwer

    Solved Differences?

    Hi! I want to knew, if there is differences between command /ban [<offline player>]: trigger: set {ban.%arg 1%} to "true" kick arg 1 due to "&cBanned" on join: if {ban.%player%} is "true": kick player due to "&cBanned" And command /ban [<offline player>]...
  4. Wolwer

    Solved MySQL DB connect

    Hi. I need help. I need to write data in my mysql database with bans data. For example: Database: 'skBans' -------|-------------|---------|------------- | ID | Name | time | Reason --------------------------------------------- So should I use this...
  5. Wolwer

    Solved Change data writing format

    Hi! I need help. I need to change data writing format from: 8/15/19 9:38 PM To 8-15-19 9:38 EST How to do this? Thanks <3
  6. Wolwer

    Solved Random ID's generator

    Hi! I need to create a random ID's (numbers with letters value) generator. Smith like: set {_id} to "%random integer between 111111 and ZZZZZZ%" Please, help. <3
  7. Wolwer

    Solved Change Y-coordinate in variable

    Hi. I need help. I need to lock Y-coordinate of variable Smth like this: set {_behloc} to location 2 behind player set {_above} to location 1.5 above player set {_loc} to {_behloc} with Y-coordinates of {_above} How to do it? Please, help <3
  8. Wolwer

    Solved Whats wrong with this skript?

    Hi! I need help. I get this error every time when executing a function: Code: function circleBot(p: player): set {_name} to "&c%random player out of all players%" set {_n} to npc named {_name} "PLAYER" set fly of npc {_n} to true set protect of npc {_n} to false spawn npc...
  9. Wolwer

    NPC's teleporting

    Hi guys! I have an idea to create killaura npc, like in this video: (sorry for background music and bad cutting xd) (its a part of another guy's video. Link to original in desc) I think it can be created like this way: set {_start} to 500 blocks ahead of player set {_1} to 2 blocks at right...
  10. Wolwer

    Solved make npc visible only for 1 player

    Hello! I need help with this script: function circleBot(p: player): set {_name} to "&c%random integer between 11111111 and 99999999%" set {_n} to npc named {_name} "PLAYER" set fly of npc {_n} to true set protect of npc {_n} to false spawn npc {_n} at location of {_p} ~...
  11. Wolwer

    Solved Error with %player%

    Hello! When I reloaded my skript I got an error: Can't understand this expression: '%player%' (core.sk, line 1639: set {serv.nick.%player%} to %player%') Code: on join: if {serv.nick.%player%} is not set: set {serv.nick.%player%} to %player% What I should do with it?
  12. Wolwer

    Spawning NPC

    Hello! I have a question: why an I getting those errors: [23:06:31] [Server thread/ERROR]: Can't understand this condition/effect: spawn npc {_n} at location of {_p} ~ vector 2, 100, 0 (bot.sk, line 6: spawn npc {_n} at location of {_p} ~ vector 2, 100, 0') [23:06:31] [Server thread/ERROR]...
  13. Wolwer

    Solved Hide spectators from TAB

    Hello, guys! I'm developing an skript that hides spectators from tab. But I don't know how to do it. I have searched for plugin that will histe spectators from TAB on spigot and Bukkit, but I haven't found it. Please, help me. My addons and skript versions: - Skript: 2.2-Fixes-V8b -...
  14. Wolwer

    Pls, Help with source compiling.

    Hello, developers. I need your help. I have found a source code of java plugin on github (https://github.com/OrigamiDream/Avis-WatchDog) I wanna to compile it, but i don't know how to do it. I have searching for the ways of compilation for many hours, but haven't find it. Please, help me...
  15. Wolwer

    Solved Circle Anti KillAura bot

    Hello everyone! Im a teen skript developer:emoji_grin:. I want to make a circle anti-killaura bot that circle around the player. I have already seen that thread: https://forums.skunity.com/threads/watchdog.7318/#post-31045 But i havent found the answer on my question. Pls someone help me with...