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 Hi, how can I make prefixes linked with luckperms in chat with skript

    prefixes are strings, putting expressions between " and % is to stringify them imagine putting a jar of water inside another jar Posted by: publicjake.github.io from the skUnity Discord.
  2. Jake

    Discord Thread I need help compacting code

    alr so the h list is the vertical movement and t is the time it takes to do that movement? Posted by: publicjake.github.io from the skUnity Discord.
  3. Jake

    Discord Thread I need help compacting code

    alr ty this shi works HELLA GOOD TYSM BRO Posted by: publicjake.github.io from the skUnity Discord.
  4. Jake

    Discord Thread I need help compacting code

    result: Posted by: publicjake.github.io from the skUnity Discord.
  5. Jake

    Discord Thread I need help compacting code

    https://tenor.com/view/the-goat-black-guy-gif-17915341 Posted by: publicjake.github.io from the skUnity Discord.
  6. Jake

    Discord Thread I need help compacting code

    i just remade it in skript Posted by: publicjake.github.io from the skUnity Discord.
  7. Jake

    Discord Thread I need help compacting code

    oh god should i do 0.05 thats a tick Posted by: publicjake.github.io from the skUnity Discord.
  8. Jake

    Discord Thread I need help compacting code

    vb set {_h0} to 5 set {_v} to 0 set {_g} to 10 set {_t} to 0 set {_dt} to 0.001 set {_rho} to 0.75 set {_tau} to 0.1 set {_hmax} to {_h0} set {_h} to {_h0} set {_hstop} to 0.01 set {_freeFall} to true set {_t_last} to sqrt(2*{_h0}/{_g})*-1 set {_vmax} to...
  9. Jake

    Discord Thread I need help compacting code

    it changes towards the end the loop has ended Posted by: publicjake.github.io from the skUnity Discord.
  10. Jake

    Discord Thread I need help compacting code

    where is that i didnt really look into the actual code Posted by: publicjake.github.io from the skUnity Discord.
  11. Jake

    Discord Thread I need help compacting code

    there probably is a way with math, because this isn't anything too special but im not a math guys so i had to hardcode it it makes the entity fall on the ground and bounce up and down like a ball and slowly loses momentum Posted by: publicjake.github.io from the skUnity Discord.
  12. Jake

    Discord Thread I need help compacting code

    this is what that does i'd love to, where do i go to do that? Posted by: publicjake.github.io from the skUnity Discord.
  13. Jake

    Discord Thread I need help compacting code

    I have a big ass snippet im using for display entities but it's extremely hardcoded and i dont think there's a formula to it, any ideas? Posted by: publicjake.github.io from the skUnity Discord. View the thread on skUnity Discord here
  14. Jake

    Discord Thread I need help compacting code

    applescript set display scale of {_entity} to vector(1.3,1.4,1.3) translate({_entity},vector(0,-1,0), 6 ticks,false) wait 6 ticks set display scale of {_entity} to vector(1.2,1.5,1.2) translate({_entity},vector(0,0.5,0), 6 ticks) wait 6 ticks set display scale of {_entity} to...
  15. Jake

    Discord Thread Pushing Text Display

    I need to push Text Displays but those dont tick, i've tried making them ride an armor stand and pushing that instead but then it's positioned at the head of the armor stand, i need it to be on the ground visually, any ideas? Posted by: publicjake.github.io from the skUnity Discord. View the...
  16. Jake

    Discord Thread Pushing Text Display

    yes, i scrapped the idea of using the push effect/velocity https://discord.com/channels/135877399391764480/1072217309852213298/1127275228481999049 Posted by: publicjake.github.io from the skUnity Discord.
  17. Jake

    Discord Thread Display Text Performance

    https://discord.com/channels/135877399391764480/1072217309852213298/1127275228481999049 Posted by: publicjake.github.io from the skUnity Discord.
  18. Jake

    Discord Thread Display Text Performance

    server seems fine my fps have dropped more than anything Posted by: publicjake.github.io from the skUnity Discord.
  19. Jake

    Discord Thread Display Text Performance

    If i were to spawn about 200 text display entities how bad would it be for the server? Posted by: publicjake.github.io from the skUnity Discord. View the thread on skUnity Discord here
  20. Jake

    Discord Thread Display Text Performance

    i dont think thats what would happen Posted by: publicjake.github.io from the skUnity Discord.