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

    Shanebee bug

    I haven't been active in some time and recently returned and keep seeing the username ShaneBee everywhere, is this some kind of bug or what happend?
  2. sandor_1234

    Best way to store e.g faction data

    Hi what would be the best / most efficient way of storing a lot of data for example mysql / variables / yaml. In this case it's for a faction skript, I have tried the 3 methods above and variables turn out to be the fastest way to grab the data. The problem with variables is that after some time...
  3. sandor_1234

    Repair / duplicate minigame world

    I have this huge structure which is used for one of my minigames and this structure will be destoyed by players during the minigame, what is the best way to repair this structure for the next round of the minigame? I tried using schematics (Worldedit) but that's just to much load for the server...
  4. sandor_1234

    What happend with Njol (Original skript creator)?

    I'm kinda curious of what happend with Njol, did he just lose interest in his project or is there a deeper reason?
  5. sandor_1234

    Use a Skript variable in a java plugin.

    So i am trying to grab a variable in my java code and i wanna check if it is set. I just found this thread: https://forums.skunity.com/threads/how-get-skript-variable.459/ Which was really helpfull but i never really worked with java before so how would i use / call this function? This is what i...
  6. sandor_1234

    Loop a list variable in a list variable.

    So i am making a faction skript and i have stored my faction data under {f::factions::[Faction Name]::[Data type]} So for example: {f::factions::Immortal::creator} would store the creator of the faction. Is there any way i could loop all factions? I tried this: loop {f::factions::*}: But that...
  7. sandor_1234

    Change username above head (Nametag).

    What is the best way to set edit some ones nametag? I know i can do it with umbaska or wildskript but i am already using allot of addons and i was just if i could also do it using those addons. Wildskript is a bit outdated and for umbaska i also need to use nametagedit. So what is the best way...
  8. sandor_1234

    Solved Stop certain players from receiving chat.

    I am searching for a way to stop certain players from receiving the chat. Is there a thing in skript to do this: https://bukkit.org/threads/disabling-chat-for-a-player.81999/ I know i could do it with something like this: on chat: cancel event loop all players: if...
  9. sandor_1234

    Fix server lag ( With Timings v2 report)

    My server ( KingdomServer.nl ) is having really bad lagg and i have been trying to fix it for a long time now but i am still having lagg issues. I hope some of you guys could help me fixing this problem i took a timings v2 report maybe some users can tell me some more about it...
  10. sandor_1234

    Loop chunks

    How can i get the chunks in the radius x of the player? Like: loop chunks in radius 4: add loop-value to {faction.land::}
  11. sandor_1234

    Skript timings, what causes the lagg.

    Hey i recently took this timing: https://timings.spigotmc.org/?url=yabojokice Can any one tell me what: Task: Skript$2(Single) Is? Cuz that causes the lagg. What is it exactly? Thanks in advance!!
  12. sandor_1234

    Improving certain skript for $50.

    I am hiring some one that could make this skript: (Deleted) In java cuz i made this skript when my server was small but now with more players its causing huge lagg. My budget is $50 its a sort off faction skript.
  13. sandor_1234

    Is timings v1 right?

    Hey i recently took this timing: https://timings.spigotmc.org/?url=kupeginexu You can see the "onPlayerCommand(PlayerCommandPreprocessEvent)" is taking the most recourses, at the same time i took the timing i also ran skript in debug mode so i can see every single thing it does, that generated...
  14. sandor_1234

    Improving certain skript.

    Hey i have some problems on my server with a skript causing lagg (The links from the skript etc you can find below) could you guys maybe help and tell me somethings to improve the performance of the skript. Thanks in advance!! Timings V1 from spigot: https://timings.spigotmc.org/?url=lusuxipero...
  15. sandor_1234

    Skript to Java

    How do you use the: Wait 3 seconds in java? Cuz i need a sort off cooldown.
  16. sandor_1234

    Delete on pickup event-item.

    I am trying to delete the event-item involved in the pickup event. When i use this code: On Pick Up: clear event-item It just gives the error: "event-item stack can't be deleted/cleared" Is there another way to delete / clear the item involved in a on pickup event?
  17. sandor_1234

    Script Magic Wand

    sandor_1234 submitted a new resource: Magic Wand - An awesome magic wand for your server! Read more about this resource...
  18. 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
  19. 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...
  20. 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...