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

    Increase amount of bats being spawned

    Here is my error: 06.10 23:04:55 [Server] ERROR There's no location in a periodical event (scripts.sk, line 13: spawn a bat at location of {_randomLocX}, {_randomLocY}, {_randomLocZ} in world') Here is my code: command /pos1: trigger: set {pos1} to location of player command /pos2...
  2. LoneElf

    Increase amount of bats being spawned

    Alright. So, I tried that, and it says that I can't use variables in the replacement of the x, y, and z. Here is my code: command /pos1: trigger: set {pos1} to location of player command /pos2: trigger: set {pos2} to location of player every 2 seconds in "world": set...
  3. LoneElf

    Increase amount of bats being spawned

    Alright - I have this: set {_randomLocX} to a random number between {pos1}'s x-coord and {pos2}'s x-coord set {_randomLocY} to a random number between {pos1}'s y-coord and {pos2}'s y-coord set {_randomLocZ} to a random number between {pos1}'s z-coord and {pos2}'s z-coord set...
  4. LoneElf

    Increase amount of bats being spawned

    How do you get the x and y coord if you have set the location to a variable? Thanks, - @LoneElf
  5. LoneElf

    Increase amount of bats being spawned

    Ok! Thanks for the reply! I will try it out soon! Thank you, - @LoneElf Ok. I understand the concept of that (how it works), but I don't know how to actually do it. I know what you mean when you say that, it is just I have no clue on how to skript it. Thanks, - @LoneElf
  6. LoneElf

    Increase amount of bats being spawned

    Could I do something like: every 10 seconds in world: spawn a bat? Also, how would I make it so the bat only spawns in the area of the KitPvP Map, not out of it? Thanks, - @LoneElf
  7. LoneElf

    Increase amount of bats being spawned

    But how do I increase the chance of one naturally spawning because I can't remember the last time I saw a bat naturally spawn. Thanks for the reply, @Donut! Best Regards, - @LoneElf
  8. LoneElf

    Increase amount of bats being spawned

    Hey - How would I increase the amount of bats that get spawned? Thanks ;)
  9. LoneElf

    Hologram not being Bright

    All good @Pikachu. Thanks to all of the help in the future! Thanks, - @LoneElf
  10. LoneElf

    Hologram not being Bright

    Or, like I am going to add now, I am going to add a 'wait 5 ticks' Thanks, - @LoneElf Edit - And I will change the 2 seconds to 5 ticks
  11. LoneElf

    Hologram not being Bright

    Sick, @Pikachu. Ok. So, @White, this is what I have so far: on block place: if event-block is a 86: set {_pumpkinLoc} to location of event-block while {_pumpkinLoc} is create hologram "{@pumpkintext}" at block 1 meter above...
  12. LoneElf

    Hologram not being Bright

    I understand. The thing is, how would I check if it is not destroyed? If I know how to do that, I will be able to make it less laggy Thanks, - @LoneElf
  13. LoneElf

    Hologram not being Bright

    It doesn't lag for me. Thanks for those who are willing to help! Thanks, - @LoneElf
  14. LoneElf

    Hologram not being Bright

    Ok. I have an issue - For halloween, I made it so that when you spawn a pumpkin, it creates a hologram. That is working fine and all, except for 1 thing: When I place it, it spawns a hologram like it should, but it is dark, just as if it is spawned in the block, not above it. When I remove the...
  15. LoneElf

    Hologram over Pumpkin

    Ok. So, for anyone who was wondering, this is, from start to finish, what I am doing. So, for halloween, I made it so that when you spawn a pumpkin, it creates a hologram with the method @HiddenDev gave me. That is working fine and all, except for 1 thing: When I place it, it spawns a hologram...
  16. LoneElf

    Hologram over Pumpkin

    Hey! So, I have an issue: When the hologram gets displayed, I set it to "&d&lHALLOWEEN CANDY". So, it shows it above all pumpkins, but the thing is, it shows it dark as if it is in the block. It looks like dark purple. If I set it to "&6&lHALLOWEEN CANDY", it will be dark orange. Also, when it...
  17. LoneElf

    Hologram over Pumpkin

    Oh! Hi @BrettPlayMC! I am DropTheHood from SpigotMC! And, yes, you are right, but they didn't give me help and said they aren't going to spoon feed me, so I came here as I haven't started on anything yet. I don't have a problem with what I have, it is just I don't have anything as I am not sure...
  18. LoneElf

    Hologram on Pumpkin (Any Item) | 3 Questions

    Lol? What's so funny?
  19. LoneElf

    Hologram over Pumpkin

    Category: Hologram over Pumpkin Suggested name: I don't really want it to be a skript file, just something like on a hastebin or something that works for you as I already have a skript file that has the rest of my code in there :emoji_stuck_out_tongue: What I want: Hi there! So, what I need is...
  20. LoneElf

    Hologram on Pumpkin (Any Item) | 3 Questions

    Alright. The wiki @Pikachu gave me didn't help. It doesn't help me at all with how to make a hologram over a damn pumpkin. I don't code Java, and I personally believe that you must know a bit of Java to know how to code Skript-Mirror. I am not good with Java, and I know that I can learn, but I...