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

    Scoreboard + Events of the block's rightclick

    If it has worked, set the form/thread as ''solved'', thanks!
  2. jonawoning

    Skript Round Number

    Hmmm gives a error. WARN Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (kingdom.sk, line 1868: if...
  3. jonawoning

    Skript Round Number

    The numbers on a variable in my skript are giving like 10.0.. and i want it round like 10. Not like this: https://gyazo.com/93353b34cce58962d4011a0ba42b5f93 Code: every real minute: loop all players: if {kd.influence.%loop-player%} is not 2000: add 1 to...
  4. jonawoning

    Skript - Worldborder

    I already solved it, it was for a minigame i letted one random player execute the command: ''/worldborder set 100 720'' So it shrinks.
  5. jonawoning

    Skript - Worldborder

    It works, but i dont get damage if the border crimps. Only on the main world.. weird.
  6. jonawoning

    Skript - Worldborder

    Hey there! So I am trying to figure out if there is a way I can run a worldborder command per world from console. Currently, if you run /worldborder ... it will run it in the default world. ie: world. So, is there a possible way I can run a console command for a specific world? Thanks in...
  7. jonawoning

    PlayerPoints Skript Addon

    Is there a event like ''if player has *points*''?
  8. jonawoning

    How to stop dropped item for block break

    Do you mean this? on break: if event-block is melon_block: cancel the event Or you can use this: on break: if event-block is melon_block: clear drops cancel drops
  9. jonawoning

    Solved "every real minute" not working.

    You have to loop all players, if you don't do that you cant use this event.
  10. jonawoning

    Solved "every real minute" not working.

    Oh... i am so dumb. Thanks!
  11. jonawoning

    Solved "every real minute" not working.

    I want to add 1 {kd.influence.%player%} every minute to a player but it doesn't work. If i remove ''event-world'' event thing, then it says please add an event world etc. Error: https://gyazo.com/3af53365db86c4d9e59b872c3a32232f every real minute: if "%event-world%" is "KnightMC"...
  12. jonawoning

    Solved Painting Skript Issue

    Use a minecraft:concrete value or ID like black concrete > 251:1 If that doesn't work, tell me. Or use: minecraft:white_concrete > minecraft:COLOR_concrete
  13. jonawoning

    Crate Inventory / GUI Issues

    I think this is the best solution of what you want. If it still don't works, tell us maybe we can help again. ;)
  14. jonawoning

    Crate Inventory / GUI Issues

    No problem! No Problem!
  15. jonawoning

    Solved Skript if message starts with "!" not working.

    Yes, but i am starting it in 'secret'. Discord: Jona#7797
  16. jonawoning

    Solved Skript if message starts with "!" not working.

    Sorry, i didn't mean to. He was asking me where i am making this plugin/skript for. I will keep it English, thanks.
  17. jonawoning

    Solved Crash minecraft on execute command.

    Hey, Your problem is that minecraft or your client can't handle that many actions. Just slower the progress. Maybe this will help you: command /test: trigger: wait 3 ticks Just enter ''Wait 3 ticks'' or ''Wait 1 second''. This wil slower the actions.
  18. jonawoning

    Crate Inventory / GUI Issues

    No problem! But there is an problem with the skript, it has an SkQuery GUI system/thing. So i don't know if it works with your skript. Place a reply if something don't works or anything. ;)
  19. jonawoning

    Solved Skript if message starts with "!" not working.

    Ben simpel weg een beetje aan het testen hier en daar. Heb al een Java plugin voor Kingdom klaar staan die is gemaakt door een goeie Java Developer. Maar vroeg me gewoon af hoe een skript kingdom plugin zou uitwerken. En waarvoor dit is? Dit is dus gewoon voor een lolletje. Maar ik start...
  20. jonawoning

    How can i execute command in Skungee???

    Bungee litebans command? Just use a command like: "/ban %arg-2%" Litebans can run threw a bungee but that doesn't mean that you have to execute it threw the bungee. Just enter: command /test [<string>] [<string>]: trigger: make player execute command "/ban %arg-2%" This is an...