Jump to content

StarBunnie

Member
  • Posts

    438
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by StarBunnie

  1. SkRayFalls scoreboard is broken with hexcodes use SkBees instead
  2. I see I'm unsure if they are adding much plugins atm due to custom plugins being a thing probably in a few weeks.
  3. Skript were you can literally code almost everything and freely doesn't have 10% of what this plugin has? Have you looked into Skript yet?
  4. Is using it crashing the server or crafting it?
  5. If you're Kaizo but also NotKaizo who are you (≖_≖ ) and also hoi!
  6. Issue is Minecraft 1.17.1 might be stable but Paper 1.17.1 isn't at all so it might still take a bit
  7. Subusers would be a really great addition yeah. It's kinda weird that even with the token the old password could be used. It would be better to just log out every instance that is still connected to the old PW. That's one of the many reasons I wouldn't give console access to literally anyone even my closest friends don't have access.
  8. StarBunnie

    1.17.1 worl generate

    Because it's a 1.18 feature so it's not there in the current versions
  9. Use < > for every color code so for example: <##123456>Word<##987654>Word2
  10. StarBunnie

    click type

    Try if event-click type = left mouse button:
  11. StarBunnie

    Plugins

    I guess you missed every message on Minehut the past few days Here take a look at this
  12. Maybe don't spam next time.. You can appeal here https://forums.minehut.com/application/form/3-player-appeals/ but only use this if you were banned from Minehut. If you're banned from a subserver you have to talk to the owner of it.
  13. I'm all out of ideas then you haven't used a plugin so the vanilla commands should work but none of them do so yeah idk
  14. The issue with this is that by giving you a gen skript your server is like 90% completed so I think not a lot of people are willing to give away their work for free. There are some in the forum you could use they have some flaws you need to work out but it's a start.
  15. Location variables get deleted when the world they are in is not loaded before them to fix this I'd suggest using multiverse core. To know the exact issue why the other vars get deleted we might need to see some of the skripts you're using.
  16. It's dashboard and not panel https://minehut.com/dashboard/home
  17. The big advantage of using send/broadcast instead of chat format is that you can use json code way easier so for example making the usernames hoverable to show their level etc. To make a mute command just set a variable of a player to true so for example like this command /mute [<offlineplayer>]: trigger: player has permission "mute.use": if arg 1 is set: if {mute::%arg 1's uuid%} is set: delete {mute::%arg 1's uuid%} send "You unmuted %arg 1%" send "You have been unmuted by %player%" to arg 1 else: set {mute::%arg 1's uuid%} to true send "You muted %arg 1%" send "You have been muted by %player%" to arg 1 else: send "Please choose a player" else: send "&cno perms" on chat: cancel event if {mute::%player's uuid%} is not set: send "%player% > %message%" to all players else: send "You're muted"
  18. I'm really sure this is already on Minehut did you check the plugin panel yet? Edit: Yes it is.
  19. What happens if you try to use /seed?
  20. You need to format the send and also you forgot a : send formatted "&bFirst to type &3<ttp:%{mot}%>Hover me<reset>&b wins" to all players
  21. It's only necroposting if the thread is older than 1 month Edit: The last reply not the thread
  22. Nu-uh it's only getting close to mid summer rn
×
×
  • Create New...