Jump to content

StarBunnie

Member
  • Posts

    438
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by StarBunnie

  1. The reason for that is that all variables are global and not player based Global {golemeffects} Player based {golemeffects::%player's uuid%}
  2. StarBunnie

    1.17

    The reason for that is that it's not a 1.17 feature. The possibility to go below 0 will only be available in 1.18.
  3. Hmm okai I'm unsure how essentialsX does it but another user reported a similar issue but with the name of items when using essentials. So idk what's causing it but try adding the lores yourself via Skript and check if it works without issues.
  4. Someone already asked that and I have to decline it for now for one due to the complexity and the time it takes
  5. StarBunnie

    non-premium

    You can't. Minehut is a premium service that only allows players that bought the game. Here a bit more info: https://superleague.zendesk.com/hc/en-us/articles/360015767414-Can-I-join-minehut-with-a-cracked-account-
  6. Guess noone likes my talisman skript lol nice work tho!
  7. I'm unsure how TLauncher works that's just what I found by looking at their website maybe you can log in with your normal minecraft login which is rather.. dangerous to say the least and idk why you would use a launcher for optifine only. To install optifine normally you just go to the website, download the .jar file, run it and click on install done.
  8. SkRayFall offers quite a good event for that https://skripthub.net/docs/?id=100
  9. I just saw it once they have bad eyes I think
  10. The 1.17 update for FAWE is still in beta and Minehut doesn't really want to upload plugins that could potentially corrupt servers so please be patient till the full release comes out.
  11. They are as derpy as they look if you try to feed em by hand they just nom your finger lol
  12. StarBunnie

    Minehut Plans

    Last time I did it it only charged a little amount for the upgrade they calculate it somehow with days left + upgrade etc. but don't quote me on it been a while.
  13. Here you go: Also I'm unsure if you're the same person or not but please don't double post.
  14. Pretty easy to be honest but I recommend checking https://docs.skunity.com/syntax/ and https://skripthub.net/docs/ for something like this. on join: set join message to "&8[ &a+ &8] &a%player%" on quit: set quit message to "&8[ &c- &8] &c%player%"
  15. Hmm how are you adding new lines? ... with lore "Dragonblast%nl%Enchantment" or ... with lore "Dragonblast" and "Enchantment"
  16. Hmm it's weird that it's not giving an error because in here: every 20 seconds: if {toggle::player's uuid} is true: if {test::player's uuid} is not set: set {test::player's uuid} to false if {test::player's uuid} is false: set {number::player's uuid} to random integer between {@num1} and {@num2} set {test::player's uuid} to true send "{@prefix} &8| &7Guess a number between &r{@num1} &7and &r{@num2} &7using &r/Guess!" to all players You need to loop all players and use loop-player instead otherwise skript won't know which player to use
  17. @p usually never works in non-vanilla commands the plugin would have to specifically add it to do so.
  18. Nope it wouldn't work and it would break a lot of stuff if it's even possible to delete it. The server is the server.jar file which you can't edit this file alone decides if the server is Spigot/Forge/Vanilla/Paper. Basically you can't go Vanilla on Minehut yet.
  19. As far as I read online TLauncher is cracked minecraft which means you never actually paid for it so you can't join servers that require a paid version of minecraft.
  20. https://pastebin.com/bxZKvvGZ Careful the /settalis command doesn't require a permission rn. Edit: Requires SkQuery for arabic to numerical conversion
  21. The issue is skript doesn't detect any teleport or might detect it to late due to lag or other stuff. The reason why essentials /back works is due to it overwriting the usual /tp so they can set their /back location way more reliable. I'd suggest actually making your own /tp command if you want it to work 100% of the time.
  22. Fine by me all I really said is that you shouldn't say "oh that's a terrible practice you should stop immediately" while also saying you're not judging them like come on it's a free skript they did for a game.
  23. You are actively rating a skript right now someone made for MC if they wanted to expand to other coding languages they would've asked that specifically and overall other languages differ quite a lot from skript so in theory you would need to make a looot of changes.
×
×
  • Create New...