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

    Replacing world file

    Hi, I want to replace my normal "world" folder with a clean one every game. My thinking is I could create a folder in skript's directory somewhere, and place a clean, untouched "world" file in there. Then, if I run the command /new, it would replace the altered world file with the clean one in...
  2. LoneElf

    List Variables

    Hello! I couldn't see anything, but I wanted to check and ask before I pass by on it, but is there a tutorial somewhere explaining how to use list variables? I always see it and I don't really understand how to work with it. I kind of (barely) know what it is but I don't know how to use it so...
  3. LoneElf

    What one do I install?

    https://docs.skunity.com/downloads I'm running a 1.8.8 spigot server with ViaVersion. Which one do I install? Thanks.
  4. LoneElf

    Skript Platform/Application

    Hi guys, Do any of you know if there is an application like Brackets, or IntelliJ for Skript? If not, is there one being made? Thanks, - @LoneElf
  5. LoneElf

    Docs 2 Bug with Searching from Home Page

    Hello! So, I was on the docs a while ago and I noticed that when you go on to the home page, it says how many users are registered, discord information, etc. So, I wanted to check the documentation for something, so I just clicked the search button (magnifying glass on the top-right corner)...
  6. LoneElf

    Increase amount of bats being spawned

    Hey - How would I increase the amount of bats that get spawned? Thanks ;)
  7. 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...
  8. 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...
  9. LoneElf

    Hologram on Pumpkin (Any Item) | 3 Questions

    Hello! So, I have a new question. That question is: How do I create a hologram on a pumpkin, but create a hologram so that I can edit it's text? To add to that, after I create one using skript (not running a console command), how would I edit the hologram's text with skript, again, not running a...
  10. LoneElf

    Solved Replace a Block

    Hey there! You are probably seeing my name a lot throughout the help section as I have been having a lot of questions that I wanted to be answered. You guys are awesome! So, my current issue is that I need to replace a block. Now, when I destroy a pumpkin, it destroys it and replaces it with...
  11. LoneElf

    Solved Keep time at Night

    Hello! So, this is a quite annoying problem I have. So, I have a gamerule set for the server to not go through the daylight cycle, so I set it to false. Now, it worked before, and does now as well, but nobody changed it and it doesn't stay night. Maybe due to the reload? I am not sure, but I...
  12. LoneElf

    Solved Holographic Names on Dropped Items

    So, I haven't coded anything yet as I am not sure if it is something that is possible to do with skript, so I came here to see if it is. So, when a player drops an item, for example, a golden apple, it drops the item on the ground. Now, I was on a cool server the other day and I noticed that it...
  13. LoneElf

    Solved Remove the NaN

    Hello! So, I have a KitPvP server and it has the KDR feature which is working fine. Now, when a player joins, it shows the KDR as NaN. I am trying to fix it but seam to not be able to. Can someone fix this? Thank you :) Code: loop all players: wipe loop-player's sidebar...
  14. LoneElf

    #Hand Skript - How would I do this?

    So, I have seen on other servers that they have [Item] or #hand that shows their item in chat. It's name which is easy, but I don't know how to get the json feature for enchantments. Does anyone know how to do this? I have to code to show as the feature is the base of what I need to start making...
  15. LoneElf

    YAW & PITCH doesn't work

    The problem is this: I have a variable set to the location of a loop-entity, and then, I set the yaw of the variable to a number and the pitch of the variable also to a number but the error message says that the ladder is not a number. If I didn't explain well, let's hope my code helps! Thanks...
  16. LoneElf

    Detect Color Codes and Change it

    So, I am making my own Item Nametag skript. It is 100% working, exept for this one thing. So, I have this: command /rename <text>: trigger: set {new.name.%uuid of player%} to arg 1 set tool of player to the player's tool named "%{new.name.%uuid of player%}%" So, the thing is, if...
  17. LoneElf

    Player Skull not working

    Here is my code: set {_head1} to "{@Owner1}" parsed as offline player format slot 11 of player skull of {_head1} named "&a&lSTAFF" with lore "&7IGN &8&» &a{@Owner1}||&7Rank &8&l» &aOwner||&7Status &8&l» %{Owner1}%" to be unstealable an't understand this condition/effect...
  18. LoneElf

    Stop Player's Particles

    So, I have certain particle effects that are in action for every kit. Now, once the player logs off, the particles are still in play. I tried doing the stop all particles, but it didn't seam to work. I am not sure how to fix this as I have tried for a while now. Thanks for the help in advanced!
  19. LoneElf

    Remove a sound

    Hey. So, on a server, I think mineplex it was, I was PvPing and I noticed that there was no damage sound but a different sound, almost like a block being placed, so I tried it out. When I tried, it plays the sound "CLICK", but the default damage sound is still there, if you know what that sounds...
  20. LoneElf

    Solved Particles only at feet of player

    So, how would I make particles spawn only at the player's feet, not everywhere else, scattered? I want to make a /trail command where it trails particles right at your feet, basically on the block, but showing. Here is my code: command /particles: trigger: if {enabled.%player%} is...