Jump to content

rosabel

Moderator
  • Posts

    806
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by rosabel

  1. rosabel

    Why

    It hurts me on a physical level that there is a trapdoor missing.
  2. +1 Would be extremely helpful to have a more updated/newer version of Vixio.
  3. Hey, ensure you are clicking the button shown below. If you are, and nothing is popping up on your screen, try logging out and back into your Minehut account. If the problem persists, try hibernating your server and then starting it back up again. Does it say anything or does it just not work, though?
  4. rosabel

    bug

    This should be posted in the Help section. As for your problem, try doing the commands; /time set day and /gamerule doDaylightCycle true. If those don't fix it, try restarting your server by clicking the Restart button on your server panel. If there are other people online on the server, this could also be them messing with it. Lastly, if none of those work/are the case, someone could have set up command blocks that messes with the day cycle. So you can try disabling commands blocks in your Server Settings on the panel, set enable command blocks to false, click save, and restart the server.
  5. You likely set your Chat settings to 'Commands Only' without realizing it.Trying doing these steps:1. Press escape2. Go to the options menu3. Click "Chat settings"4. Click "Chat" until it says "Shown"
  6. rosabel

    Challenge

    Day 4. I suppose we can try.
  7. Slimefun plugins are really fun, they're a bit complicated to get the hang of, but it's very fun. Especially the exotic garden addon for it.
  8. This should be posted in the Help section but no, you can not. Minehut doesn't support cracked launchers. It's a premium account only server.
  9. rosabel

    HELP

    What do you mean by this? If your server is already created, simply click the Activate button on your server dashboard. If not, there should be a Create Server button where you can be taken through the creation process. If it's Offline you can click on the Start button to activate it. The server starting up usually takes 1-2 minutes. Though, I will need more information to help you if the problem persists even after having tried my solutions.
  10. Ensure she is typing the command /whitelist add yourusername while in-game. She also must make sure she is an operator. If she's not, it would bring up an error saying she has no permission. If both of these things are done, and you still aren't whitelisted, go to File Manager > Scroll down until you see a file called 'whitelist.json' > Delete the file > Restart your server > Try again. If possible, also send me your server logs. This can be done by having her do the command /dl logs and sending the file to you for you to paste in your message here.
  11. What do you mean by 'new seed'? The entire world is different and your world you want restored isn't there or the world generation is different but your builds are still there? Depending on when the backup was, you could've been in a different spot at the time. How exactly far back was it from the griefing? All in all, I need a bit more information to help you find a solution. Though, if you successfully backed it up it should be restored to what you want it to be restored to.
  12. Well firstly, you seem like you don't know Skript at all, so it might be helpful to learn sometime. If you want to sell warps as an item you will need to create a skript where a certain named item teleports the player to warp, then you put that exact item in the Shopkeepers GUI to be traded for, which I assume you already know how to do. If the name of the item or name color of the item is different than the one in the Shopkeepers GUI, it won't work, so ensure you get the item from the command I am going to make and put that in the Shopkeeper GUI. Then, delete the command thereafter. command /givewarp: permission: op trigger: give 1 of eye of ender named "&eWarp Item" with lore "&eWarp1" #Replace Warp1 with the name of your warp. on right click: player's held item's name contains "&eWarp Item" #Checks if it's the right item set {_l} to line 1 of lore of player's held item #Sets the lore to a variable to then be used execute console command "/warp %player% %{_l}%" #Makes console teleport the player to the warp which is stored in the lore of the item. Not tested, but it should very well work. It is explained. Change what you need, and hopefully this will help you on your toes and you can learn something from tweaking with it.
  13. It's likely that Ultimate_Economy is interfering with the EconomyShopGUI plugin, I recommend uninstalling one of them and that should solve it. If possible, may you also do the command again and then send your server logs? To do this, you'll just need to do /dl logs and attach that file in a message here.
  14. rosabel

    gui

    For some GUIs, you will need Skript addons. I suggest SkQuery or TusKe.
  15. There are three things you can try doing: 1. Open up your 'Resourcepacks' in-game and look to the left of your screen to see if the resourcepack is there so you can input it. 2. Go to your Main Menu > Multiplayer > Select Minehut > Click 'Edit' > Underneath the IP will be a button called 'Enable server resourcepacks' we want that set to 'Enabled'. 3. Restart your Minecraft entirely. If none of these work, you should join a new lobby or simply try again later.
  16. I once owned a server named Westmine on Minehut. We had one dev who did all the skripting. We relied on him, and he resigned, pretty much permanently. It was then that I was left on my own to either 1: Learn Skript or 2: Let the server die. I don't give up easily, so I learned, I already knew a little bit just from looking at my devs code and tweaking with it. So, I forced myself to learn basically. We need an update. We need this added. Spend hours trying to find out how, use docs, ask my former dev, ask other people, post in the Minehut skript channel. Whatever I could. Nearly 2 years later, I'm a master at it. Nothing is impossible. I've come a long ways.
  17. Make sure to learn & study Skript on your own! But I was in your shoes once, too, so I will provide you with the code you would need. on damage of player: attacker is a spider apply weakness 1 to the victim for 10 seconds This should work. I will explain for you, so you can at least learn from this. 'On damage of player' is the event, which is self explanatory. 'Attacker is a spider' - ensuring the effect is ONLY given if it's a spider. You can change this on you own. 'apply weakness 1 to the victim for 10 seconds' - Also self explanatory, change this to the effect you want.
  18. rosabel

    500 Posts

    I gave you your 100th reputation lol.
  19. I might just be the oldest one ere'. I don't remember when all this new Minehut Superleague stuff took place but some time around 2016 to 2015 might be a clue... I genuinely wonder who else has been around like I have. Only player I remember seeing that I still see around is BennyDoesStuff and I remember when he was just a VIP.
  20. No, it's an issue with Minecraft its self. Log out and log back into your Minecraft account and that should fix it.
  21. Get SkQuery. Should fix it as it works on my server.
  22. rosabel

    Rank

    You can't refund your ranks for credits, you would have to buy more credits, unfortunately. If you really want free credits you can vote for the server and get a free 25 although it's not sufficient enough to upkeep a server plan, it does help you out a bit.
  23. You need a permissions plugin like Permissions Ex or LuckPerms to add the permissions of Worldedit to them.
  24. rosabel

    24/7 server

    No. I mean, if you really wanted to you could make an alternate account stay on the server and keep it active that way but that's not really efficient.
×
×
  • Create New...