Jump to content

StarBunnie

Member
  • Posts

    438
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by StarBunnie

  1. Hmm what version are you on everything is written with vanilla skript so no addons should be needed mind creating a pastebin with the errors?
  2. Here it is: | Commands /report <player> | Opens the report menu for the player /moderate <player> | Opens the moderation menu for the player | Permissions staffgui.use | Grants access to the moderation menu staffgui.cooldown.bypass | Users with this permission don't get a cooldown for reporting | Customization GUI color, glass & title (both moderation & report menu) 5 different report reasons Customizable cooldown | Downloads Either below or here. | Important Info! This skript is meant to be used with advancedBans due to using its commands I'll make a standalone version one day! playerguis.sk
  3. Should I make new ban/kick commands that interact with the luckperms weight permission or use the default commands?
  4. So only players with a certain perm can open this gui right or is everyone able to do so for reporting purposes?
  5. Are you gonna code the contents of the GUI or do you have something more specific?
  6. Did you try setting it to easy in those two dimensions and then back to hard?
  7. command /longeractionbar: trigger: loop 10 times: send action bar "Test" to player wait 5 tick Idk how long you can actually wait till it starts fading just try that out if you reach that limit increase the loop
  8. You could try: on region exit: wait 1 tick set {_reg} to "%region at player%" if {_reg} = "<none>": send "wild"
  9. I sent yours via discord because you added me.
  10. There you go: | Commands /revive <player> | Don't insert a name to get a list of all currently banned players | Permissions hcf.bantime.vip1 | Grants a bantime reduction of level 1 (changeable in the options) hcf.bantime.vip2 | Grants a bantime reduction of level 2 (changeable in the options) hcf.bantime.vip3 | Grants a bantime reduction of level 3 (changeable in the options) hcf.revive | Allows access to the /revive command | Customization Bantimes Title in chat Announce death messages (yes / no) | Downloads Either below or here. hcf.sk
  11. If your server is running on 1.17 there's a really high chance the plugin is not compatible yet keep that in mind.
  12. Basically you can request any skript you want/need and I'll try to make it. I don't have infinite time so be patient if it's a bit of a longer skript. | Do's Scoreboards | Tablists PvP | PvE Basics Simple skripts Chat stuff SMP stuff Core systems | Don'ts Gens Unnecessary long stuff Tags | Info I make my skripts in 1.16.5 keep in mind that if you play on 1.17 not all addons will function yet which might break stuff. Please also write if the skript should be for you server only or if I can publish them one day on my website once it is online. If don't want it to be published please add me on Discord > ‧₊˚꒰ʚ Starshine ɞ ‧✦ *#2683 Write as much information as possible in your request so the progress is not slowed down by constant asking how you want it. | Donations My skripts are free but I really appreciate any donations but ofc they are optional and don't affect the time and effort I put into your skript. > Donate here < | End That's about it have a nice day!
  13. That's probably why yes alot of addons haven't updated yet.
  14. The "here" in the download section is a link to pastebin
  15. Hey everyone! So I got kinda bored so I made a homes skript for no reason really. If you like it feel free to use it on your server! | Commands /home(s) | Permissions home.set.X | X can be replaced with any number to allow access to a certain home home.set.row.X | X can be replaced with 1, 2 or 3 to allow access to an entire row home.set.all | Allows access to all homes | Customization Color of the GUI, text highlights and the way of displaying them GUI title & chat prefix Every home can be given with an individual permission | Download Either below or from here. A screenshot is also attached. Feel free to edit the skript how ever you want. homes.sk
  16. function fancynum(i: text) :: text: set {_r} to "" if {_i} contains ".": set {_ni::*} to {_i} split at "." set {_l} to {_ni::1}'s length else: set {_l} to {_i}'s length loop {_l} times: set {_r} to "%subtext of {_i} from {_l}-loop-value+1 to {_l}-loop-value+1%%{_r}%" if mod(loop-value, 3) = 0: if loop-value is not {_l}: set {_r} to ",%{_r}%" if {_ni::2} is set: if {_ni::2}'s length = 1: set {_r} to "%{_r}%.%{_ni::2}%0" else: set {_r} to "%{_r}%.%{_ni::2}%" return {_r} There that should do it To use it just write something like set {_price} to fancynum("%{price::item1}%")
  17. What are the error messages?
  18. StarBunnie

    Lava rising plug-in

    You could buy someones Skript from the market: https://minehut.com/market/product/rising-lava-survival
  19. StarBunnie

    1.17

    There you go:
  20. StarBunnie

    1.17

    There you go:
  21. Pretty sure all user servers are still on 1.16.5 and the lobby has viaversion on it so allowing 1.17 you have to stay on 1.16.5 for a couple of days till the server software is fully released.
  22. Here take a look at this:
  23. Here's the code just change the speed as you want it most things can be adjusted ingame tho. https://pastebin.com/G2sBvtP6
×
×
  • Create New...