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

    Discord Thread skbee 1.19.4

    you have skbee but not skript? Posted by: Jake* from the skUnity Discord.
  2. Jake

    Discord Thread skbee 1.19.4

    the one at the top it's the latest version Posted by: Jake* from the skUnity Discord.
  3. Jake

    Discord Thread skbee 1.19.4

    Posted by: Jake* from the skUnity Discord.
  4. Jake

    Discord Thread skbee 1.19.4

    you download skbee for 1.19.4 in the same exact place that it's been downloadable for the last couple years Posted by: Jake* from the skUnity Discord.
  5. Jake

    Discord Thread skbee 1.19.4

    please do not ping me show me what you see Posted by: Jake* from the skUnity Discord.
  6. Jake

    Discord Thread Getting this when doing /skript nothing changed in the config whats wrong?

    1.19+ has a lot more players also most good plugins are updated i can understand 1.12.2 for mods... but plugins? Posted by: Jake* from the skUnity Discord.
  7. Jake

    Discord Thread Getting this when doing /skript nothing changed in the config whats wrong?

    go to <#171726362388725760 Posted by: Jake* from the skUnity Discord.
  8. Jake

    Discord Thread Getting this when doing /skript nothing changed in the config whats wrong?

    dont use beta also you're using 1.12.2 Posted by: Jake* from the skUnity Discord.
  9. Jake

    (HELP NEEDED) Can someone tell me why this doesent work!

    wouldn't change anything, the issue is clear at first glance
  10. Jake

    (HELP NEEDED) Can someone tell me why this doesent work!

    Read the documentation.
  11. Jake

    [IMG]

  12. Jake

    custom fortune drops

    You can use this function to replicate the general vanilla behavior of fortune, more on that Here. function Fortune(l:integer) :: integer: loop {_l} times: add 1 to {_r} if chance of (100/({_l}+2))% return {_r}
  13. Jake

    how to make a fake explosion that only damages enemies

    ok so, lists are better because if you want to delete all values under that name, you can, you wont need to loop all offline players and delete variables with . in them hoping that you remember all of them or eventually looking into the variable file. I understand what you mean but these are...
  14. Jake

    Lusk 1.0.2 is out!

    Lusk 1.0.2 is out!
  15. Jake

    how to make a fake explosion that only damages enemies

    There are a few bad things going on with your scripts, first of all: this is bad variable formatting {%player%.hyperion} never use a variable/expression as the beginning of a variable name unless you know what you're doing dont use . in variables, use lists dont use players themselves as...
  16. Jake

    Is loop-command possible?

    https://skripthub.net/docs/?id=6319
  17. Jake

    Putting a command inside a placed command block

    this is what you're doing add "" to nbt of x THIS, is what you need to do add nbt of "" to nbt of x
  18. Jake

    Help with coordinates

    using else ifs would be better in the first block code
  19. Jake

    need help with a skript

    the code at the end is unindented. Also he meant the player list tab, not the command tab complete, also in the command you should use else ifs