Jump to content

About This Club

Welcome to the Minehut Events Official Club!

Server Name

Minehut
  1. What's new in this club
  2. idk how to find my world seed is it possible you guys can help me out?
  3. I have a great event idea! where there could be a world that were all in, and then we all have to bridge up high so the lava doesnt catch us and at the end once the lava has reached not at the top abit lower, but the players will have to fight and whoever survives the fight at the end wins! Or another idea! players have only 1 block wide to survive. (abit like mrbeast's event) Thank you
  4. To clarify, the events are not flash sales or limited time perks, they're game servers that the Community Event's Team creates. If you need an idea of what this looks like, I'd recommend looking at the other two previous posts.
  5. An event you could do is for every 10 ads (vip rank or below) you get a free 25 or 30 credits. This will help servers and players.
  6. Each individual player is given their own platform. Similar to Hypixel's Simon Says, there will be an 'x' amount of rounds players are given to try and find a way to kill themselves (to put it lightly). Ranging from different things like spawning different mobs and then using those mobs to get poisoned, etc. players will have to use their intricate knowledge on how Minecraft works to solve puzzles and be the first to kill themselves. For scoring, each round will give a maximum of 100 points, with 1 point being taken away every second after the start of the round in which it takes the player to kill themselves. There will be bonus points for being the first, second, and third place winners of each round.
  7. Minehut Events Feedback Participated in one of our events? Please provide us with some of your personal feedback so we know what the community enjoys, and what we can improve on in the future. Any and all feedback is appreciated! To provide feedback, please comment on a thread that has the name of the event you wish to provide feedback on (make sure you're commenting on the right event!) You can include any information you wish as long as it is relevant to the event.
  8. Minehut Events Interested in suggesting a potential future event? Well you're in the right place! Please make a thread in this subforum with information relevant to your suggestion. We recommend you include some basic information, such as; the name of the event, basic description as well as any benefits of the event (such as the replay ability of it, easy to customise etc). Feel free to comment your opinions on any ideas that someone suggests to help us gather multiple opinions on it. Please keep your criticism constructive if you have any, thanks! We're trying to respond to all event suggestions on this subforum, so if you don't get a response to your idea, please reach out to muel#0001 on Discord.
  9.  
  • Posts

    • Skript requests should be in the Skript Discussion category. Post moved.

    • Moved to Script Discussion. Help category is for general help, meanwhile Skript help has its own category. 

    • Hacks and almost all clients are allowed on Minehut, it is up to each individual server to punish you for using things they don't allow.

      The only clients that are not allowed on Minehut are things used to auto-respond such as chat bots, ad bots, and anything with the goal to actively annoy another user.

    • Hi, im having a problem with my gui's in minecraft where if there are 2 players using the same gui at once, and they are attempting to take things out, and so am i, it lets me take things out of it. Im using Skript, and i have SkBee as an addon. Here is my code:

      command decompresser:
       trigger:
        wait 2 ticks
        set {osp} to chest inventory with 3 row named "&8Ore Specialest"
        set slot 0 of {osp} to black stained glass pane named " "
        set slot 1 of {osp} to black stained glass pane named " "
        set slot 2 of {osp} to black stained glass pane named " "
        set slot 3 of {osp} to black stained glass pane named " "
        set slot 4 of {osp} to black stained glass pane named " "
        set slot 5 of {osp} to black stained glass pane named " "
        set slot 6 of {osp} to black stained glass pane named " "
        set slot 7 of {osp} to black stained glass pane named " "
        set slot 8 of {osp} to black stained glass pane named " "
        set slot 9 of {osp} to black stained glass pane named " "
        set slot 10 of {osp} to black stained glass pane named " "
        set slot 11 of {osp} to black stained glass pane named " "
        set slot 13 of {osp} to black stained glass pane named " "
        set slot 15 of {osp} to black stained glass pane named " "
        set slot 16 of {osp} to black stained glass pane named " "
        set slot 17 of {osp} to black stained glass pane named " "
        set slot 18 of {osp} to black stained glass pane named " "
        set slot 19 of {osp} to black stained glass pane named " "
        set slot 20 of {osp} to black stained glass pane named " "
        set slot 21 of {osp} to black stained glass pane named " "
        set slot 22 of {osp} to black stained glass pane named " "
        set slot 23 of {osp} to black stained glass pane named " "
        set slot 24 of {osp} to black stained glass pane named " "
        set slot 25 of {osp} to black stained glass pane named " "
        set slot 26 of {osp} to black stained glass pane named " "
        set slot 12 of {osp} to crafting table named "&fCompresser"
        set slot 14 of {osp} to anvil named "&fDecompresser"
        open {osp} to player
        
      on inventory click:
       if event-inventory is {osp}:
        cancel event

    • You can do all of this in one event, using:

      on chat:
      	replace all "word" and "word2" and "word3" and "word4" in message with "****" #just list all the 4 letter words
      	replace all "word5" and "word6" and "word7" in message with "*****" #5 letters
       	#you get the point
         	

       

      Edited by NixieBear

×
×
  • Create New...