Jump to content

rosabel

Moderator
  • Posts

    806
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by rosabel

  1. command /skills: trigger: skills(player) function skills(p: player): open virtual chest named "&4&lSkills" with size 3 to {_p} format gui slot 0 and 1 and 2 and 3 and 4 and 5 and 6 and 7 and 8 and 9 and 15 and 17 and 18 and 19 and 20 and 21 and 22 and 23 and 24 and 25 and 26 of {_p} with White Stained Glass Pane named " " to do nothing format gui slot 16 of {_p} with Beacon named "&6&lSkill Points" with lore "&a%{skill}%" to do nothing format gui slot 10 of {_p} with golden apple named "&c&lHealth &6+%{Health}%" to run: if {skill} > 0: set {skill} to {skill} - 1 set {health} to {health} + 1 close {_p}'s current inventory skills({_p}) Try this. Not tested, but I'm hoping it'll do what you want it to do!
  2. rosabel

    Purchase once

    Yeah, do what BanditEagle said-- though if you want to make it more efficient if you have a permissions plugin you can simply give the player a permission when they buy it then when people do the command check if they have that permission. If they do, stop the Skript. Saves variable storage.
  3. rosabel

    Hey

    Hi! Welcome to the forums, hope you have a good time here! Also nice to see a fellow Skripter around.
  4. Try having him delete the server from his server list then readding it. Also which isn't working? He can't join Minehut in general or he just can't join your server? If he can't join Minehut, it's understandable, Bedrock is still in beta so there's still glitches and for some people it doesn't always work, best he can do is try restarting his client and keep trying or try again later. If he can't join your server in specific make sure he's doing /join server and not /join server.minehut.gg. If it still won't let him join, tell him to scroll up in the chat after he tries to connect to your server in the lobby and it takes him back, there's usually message saying why.
  5. Strange, to me knowledge these sort of things usually work anyways... Try restarting your server, see if it works then. If not, use the vanilla forceload command to always load those specific chunks. - https://www.digminecraft.com/game_commands/forceload_command.php#:~:text=You can use the %2Fforceload,force loaded will load constantly.
  6. https://github.com/Multiverse/Multiverse-Core/wiki/Command-Reference Hope that helps!
  7. I believe it's a tiny bit bugged at the moment. You're going to have to play around with it. Like trying turning your server offline, setting the difficulty to Easy via settings, clicking Save, starting your server, turn it offline again, then repeat the process but set it to hard until it works. You can also just try doing /difficulty hard, doing /save-all, and restarting your server. Best of luck to it working, though! If it doesn't, you can always install the Multiverse plugin and change the difficulty using commands from the plugin and that likely should work. The command is /mv modify set difficulty hard <world>
  8. Welcome to the forums! Lots of help can be found around online and the Minehut Youtube channel has many tutorials for making servers.
  9. Please follow these steps and hopefully they will help you, although I haven't tested it myself, it should work: File Manager > bukkit.yml > Scroll down to 'spawn limit' > Look for 'monsters: 70' > Change '70' to something lower, like '40'. Hope this helps/works!
  10. Not sure why this could be happening but I have a few things you could try. 1. Up your render distance in Server Settings or in your Settings tab in-game for you. If these haven't been tampered with by you or are on their default states, don't worry about it. 2. If you have nothing important built in the nether, delete the world File Manager > Click the trash can Icon > Delete Nether world > Restart your server If neither work, a plugin could be causing your issue. What plugins do you have installed?
  11. You unfortunately can't get those items back unless you restore the server to an earlier state via a backup. File Manager > Backups > Restore Server If the backup is after you lost your items, though, unfortunately there's no way to get them back. Although I do hope that you can get them back! Lastly, yes, the server will always autosave no matter what. I mean, unless it does a hard crash then it may rollback.
  12. Did you uninstall Vault? You need the Vault plugin for this to work.
  13. That could possibly be a little broken at the moment. For now, try doing the command /difficulty normal on your server. If you have multiverse, do /mv modify set difficulty normal <world>. Hope this helps you!
  14. rosabel

    Hi

    Yeah, please do. Also, if I remember correctly, there's only one coupon that's really redeemable right now, I believe it just has 2 different names. Because I redeemed one and tried to redeem another with a different name but it said I used my max coupons. It's alright to test it, though, you can test at checkout but you won't get charged.
  15. rosabel

    server ideas

    I like to make a lot of altered survivals. Maybe a snowy wasteland survival where you need to manage temperature would be fun? I tried making that, but never got around to finishing it. Maybe you can.
  16. Welcome to Minehut! It's a pretty fun server. I think you'd like it here. But man, making your own server is fun.
  17. Yeah, what Jocker said will work but it'll only display for a short while. You need a loop going. I personally do every 2 seconds, loop all players, then send the health actionbar. But you can also use 'while player is online:', too.
  18. rosabel

    Moderators.

    I don't think anyone on the staff team hates you lol
  19. Well, it shouldn't. If it really keeps doing that, just have your friend do /whitelist off, have you join the server, then do /whitelist on.
  20. That doesn't effect anything. Make sure they're doing /whitelist add iSteamedMilk It doesn't matter if they capitalize certain parts or not. Make sure that whoever is doing that command is an operator on the server. Also, if you're on Bedrock they'll need to do /whitelist add *iSteamedMilk with the star there. Hope this helped out.
  21. CONGRATULATIONS! I don't know how you did it. I check the forums every few hours and scroll through each section to see if I can reply anywhere then I mosy on and do something else. You must be really dedicated.
  22. set player's tab list footer to "foothere" set player's tab list name to "namehere" This syntax should work.
  23. Edit Server > Settings > Scrolldown until you see 'Command Blocks' > Switch it to blue > Click the Save button > Wait a few seconds > Restart your server
×
×
  • Create New...