Jump to content

rosabel

Moderator
  • Posts

    806
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by rosabel

  1. rosabel

    Skript

    You can download Skript from their official Github: https://github.com/SkriptLang/Skript/releases
  2. Try doing /defaultgamemode creative while in-game on your server. Theoretically, it should work... Let me know if it doesn't because I have an alternative but the steps are quite lengthy.
  3. Scroll up in chat when you get kicked, typically, it will tell you the reason why you are unable to join. I can't help you unless there's some kind of error message. I suppose for now just double check that you are authentically on 1.19
  4. That's weird. Send screenshot? the 'every 5 minutes' event is built into Skript its self.. Ensure it is up to date, latest version of Skript that works with your version of Minecraft. Additionally, your spacing may be off and it may be incor rectly pointing to that line as the origin of the error. Space it properly, 4 spaces or 1 tab on each line. Also the guy who sent that code has quotations that'll break the entire thing, replace the quotations with the quotations on your keyboard. Essentially just replace them. ""
  5. You need to wait now, Minehut support is usually quick. It's the holidays, so there may be a delay, also they don't reply on weekends. Keep checking your email, they'll reply.
  6. Could have actually been an at-the-time problem. Try again right now, try different browsers, ensure cookies are enabled, try a few times, etc, etc. Last resort, open a Minehut support ticket: https://minehut.zendesk.com/hc/en-us/requests/new?ticket_form_id=4999999402643
  7. If you server refuses to even get up from hibernation in its self, try switching browsers, or enabling cookies (likely won't work but.. the last resort is to open a ticket) So if that doesn't work, open a ticket at https://minehut.zendesk.com/hc/en-us/requests/new?ticket_form_id=4999999402643
  8. You won't find a staff replying to you here. Sometimes this resetting happens, it just happens. Your backups too? Yikes. If someone had access to your console they may have deleted everything. If it's just you, it's probably just a bug. The best you can do is make a support ticket at https://minehut.zendesk.com/hc/en-us/requests/new?ticket_form_id=4999999402643 as a last resort. It is unlikely they can retrieve anything but it's a last resort as I said.
  9. Make a support ticket here: https://minehut.zendesk.com/hc/en-us/requests/new?ticket_form_id=4999999402643
  10. MinehutCosmetics is a requirement for free servers, which is why you can't delete it. You need a paid plan to disable it. However, I'm still not sure whether they've decided to lock resource-packs behind a paywall, for now it seems that way though. Could be a bug however.
  11. rosabel

    "Moved to quickly"

    This is caused by lag on the server. If you are flying super fast loading in new chunks, it's bound to happen. If you're flying regularly and it happens, the server is lagging really bad. Do /timings report in-game and shortly it will print a link which it will tell you the main causes of lag on your server. (It can also be your internet connection albeit unlikely)
  12. rosabel

    GREIFER REPORT

    Do not report on forums, it is useless. Griefing servers is against Minehut TOS, so you can report them here: https://minehut.zendesk.com/hc/en-us/requests/new?ticket_form_id=5333154152723
  13. Create a variable named counter, unique to a player's uuid. For convenience, I highly suggest using a RAM variable for these things. If you don't know what a RAM variable is, check this out: https://forums.skunity.com/threads/skript-variables-ram.5865/ With that out of the way, increase the counter by 1 each time they kill a player. Once it has reached 5, set the player to a variable named 'Cooldown' set 'Cooldown' to 'now'. When the player kills, check for if the difference between your 'Cooldown' variable and now is more than 5 minutes. If it is, reset the 'Counter' variable. If it's not, cancel event. And... there you go! With enough effort, you can bring this to life.
  14. I do not think 'increase damage by 4' is a statement, it is possible your error is truly coming from there. Skript sometimes has a weird tendency to target the wrong lines for errors. Additionally, the 'if' is unnecessary, please try my code. on damage: attacker is zombie with name "&4Damaging Zombie" increase damage by 4
  15. You need to get the plugins yourself and manually install them into File Manager. Here are the links: https://github.com/Slimefun/Slimefun4#floppy_disk-download-slimefun-4 https://github.com/TheBusyBiscuit/ExoticGarden Steps Navigate to File Manager Go to the plugins folder Press the upload button and upload the jars Restart your server
  16. rosabel

    Deluxehub

    If the plugin has a config where you can change the command names, do that. If not, use Skript and redirect the command to a new name. Here is the code: command /deluxehub: trigger: execute player command "/deluxehub:lobby"
  17. Try: Refreshing your browser Using a different browser (No incognito Waiting a few hours then trying again If all else fails, it's like an issue that is going to be fixed soon. If it persists after days you can try opening a Support ticket at support.minehut.com
  18. It's not Russian text, it's upside down text. It says: [Minehut] any australians in chat? Minehut can send out weird announcements sometimes.
  19. rosabel

    skript gives errors.

    Stop, please. You need to define {_loc} inside the object 'every 0.7 seconds' In addition, it is errors because you spelled 'element' as 'elmement' -_- Create the instance on skript load: set {list::*} to red wool, blue wool, lime wool, purple wool, light blue wool, cyan wool, orange wool, yellow wool, and green wool Change every 0.7 seconds to every 0.7 seconds: set {_loc} to location(-174, 4, -93, world "world") set block at {_loc} to a random element out of {list::*} The spacing will look weird, just make sure both lines line up to one another. Due to your code, it seems you don't know how OOP languages even function. All things must be inside an object. Skript is far from an OOP, it's just English, but it does draw from them. Everything and anything you define must be under a statement in Skript. Learn Skript, please. Check out my forum post to get tips:
  20. rosabel

    Banned

    To appeal a ban, visit the support site and fill out & submit your appeal: https://minehut.zendesk.com/hc/en-us/requests/new?ticket_form_id=5333154152723
  21. rosabel

    Minehut Server crash

    I need the logs. Do it again and then when it crashes, go into File Manager > Logs > Download latest.log > post it here
  22. rosabel

    Server Crash :/

    Essentially, your server is either running out of storage or RAM. (Likely Storage), all Minehut server's storage is capped at 20GB You need to either buy a better plan or free up space by deleting unneeded files on your File Manager or removing some plugins.
  23. What does it say? Make sure you've opped yourself through console.
  24. Nobody will unban you here. Fill out an appeal at https://minehut.zendesk.com/hc/en-us/requests/new?ticket_form_id=5333154152723
  25. This is an issue with an easy workaround > Add the resourcepack to your server, ensure it is enabled >Refresh the page, but don't turn off your server > Once the page reloads, you'll see the Enabled has been set to Disabled > Set disabled to Enabled > It is now safe to Restart your server, it will work! > If it still does not work, join via Direct Connect and see if it works then. Also, make sure you have resourcepacks set to enabled on the Multiplayer Menu
×
×
  • Create New...