Recent content by sandor_1234

  • 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

    Script Magic Wands

    Awesome resource!! Thank you so much for creating this for the community <3.
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. sandor_1234

    Thanks!! Glad you liked it <3 :)

    Thanks!! Glad you liked it <3 :)
  11. 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...
  12. 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::}
  13. 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!!
  14. 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.
  15. 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...