Leaderboard
Popular Content
Showing content with the highest reputation on 08/11/2021 in Posts
-
Discussion: Minehut has a range of servers, though many go unnoticed. Gen servers are at the top of Minehut, and will continue to stay that way, but with this brings in new servers being inspired and driven by the top Gen servers success, therefore Minehut has/is became/becoming Gen server dominated. What's the point of leaving my input? The aim is to give the Minehut community a new fresh range of servers to choose from, while still having the option of Gen servers. This post will hopefully not only influence my development of the DevilsNetwork, but also many other server creators alike. So please, leave one or a few servers you want to see come to Minehut. I will try my best to bring them into my network for you to enjoy, but I also am happy to talk and communicate with other server developers regarding the servers mentioned below. Let's make Minehut diverse! Help us out, drop a suggestion or two!2 points
-
I live in New Zealand and it required no currency change. When purchasing the credits it should automatically charge 50 USD worth of your local currency. Hope this helped2 points
-
Hi! DiscordSRV already offers a in-game voice chat, you can hear players close to you, or configure the plugin how you like! Would suggest checking that out, or adding the plugin to your server yourself! Minehut recently allowed adding custom plugins to your Minehut server, if interested check out this tutorial!2 points
-
command /sell: trigger: set {_prismarine} to amount of prismarine in player's inventory add {_prismarine}*50000 to player's balance send "You've sold %{_prismarine}% prismarine for ({_prismarine}*50000)$" remove {_prismarine} prismarine from player's inventory Hopefully this works, haven't had time to test.2 points
-
Trent stated: "We removed the playerserver plugin which is what added /worlds, /dl and /ul with the custom plugins and file manager update. We needed to do this because we can no longer keep a plugin maintained on servers, especially as we add more server versions and types. With the file manager update, you can more easily upload and download directly on the website now."2 points
-
Hello minehut admins may you please take the life steal plugin (https://www.spigotmc.org/resources/lifesteal-smp-plugin.94387/?__cf_chl_jschl_tk__=pmd_752aeec13fcee9ab49e488b4a5be92d6022e2c9b-1626827698-0-gqNtZGzNAfijcnBszQe6) into consideration to add to minehut plugins tab? this is a Minigame plugin where when someone dies they lose a heart and the killer gains a heart this is great for gun game servers, smp servers, faction servers, and so much more.1 point
-
on place of white wool: #1 set {gens::%location of event-block%} to uuid of player if {gens::%player's uuid%} < 15: add 1 to {gens::%player's uuid%} while event-block is white wool: wait 80 ticks drop 1 white dye above location of event-block else: send "" to player send "&bYou have reached your Gen Cap! &7%{gens::%player's uuid%}%&b/&715" to player send "" to player cancel event on break of white wool: cancel event set event-block to air give player 1 white wool named "&7White Wool Gen" remove 1 from {gens::%player's uuid%} send "&aYou Broke A White Wool Generator!" on place of gray wool: #2 set {gens::%location of event-block%} to uuid of player if {gens::%player's uuid%} < 15: add 1 to {gens::%player's uuid%} while event-block is gray wool: wait 80 ticks drop 1 gray dye above location of event-block else: send "" to player send "&bYou have reached your Gen Cap! &7%{gens::%player's uuid%}%&b/&715" to player send "" to player cancel event on break of gray wool: cancel event set event-block to air give player 1 gray wool named "&7Gray Wool Gen" remove 1 from {gens::%player's uuid%} send "&aYou Broke A Gray Wool Generator!" on place of black wool: #3 set {gens::%location of event-block%} to uuid of player if {gens::%player's uuid%} < 15: add 1 to {gens::%player's uuid%} while event-block is black wool: wait 80 ticks drop 1 black dye above location of event-block else: send "" to player send "&bYou have reached your Gen Cap! &7%{gens::%player's uuid%}%&b/&715" to player send "" to player cancel event on break of black wool: cancel event set event-block to air give player 1 black wool named "&7Black Wool Gen" remove 1 from {gens::%player's uuid%} send "&aYou Broke A Generator!" on place of yellow wool: #4 set {gens::%location of event-block%} to uuid of player if {gens::%player's uuid%} < 15: add 1 to {gens::%player's uuid%} while event-block is yellow wool: wait 80 ticks drop 1 yellow dye above location of event-block else: send "" to player send "&bYou have reached your Gen Cap! &7%{gens::%player's uuid%}%&b/&715" to player send "" to player cancel event on break of yellow wool: cancel event set event-block to air give player 1 yellow wool named "&7Yellow Wool Gen" remove 1 from {gens::%player's uuid%} send "&aYou Broke A Generator!" on place of orange wool: #5 set {gens::%location of event-block%} to uuid of player if {gens::%player's uuid%} < 15: add 1 to {gens::%player's uuid%} while event-block is orange wool: wait 80 ticks drop 1 orange dye above location of event-block else: send "" to player send "&bYou have reached your Gen Cap! &7%{gens::%player's uuid%}%&b/&715" to player send "" to player cancel event on break of orange wool: cancel event set event-block to air give player 1 orange wool named "&7Orange Wool Gen" remove 1 from {gens::%player's uuid%} send "&aYou Broke A Generator!" on place of cyan wool: #6 set {gens::%location of event-block%} to uuid of player if {gens::%player's uuid%} < 15: add 1 to {gens::%player's uuid%} while event-block is cyan wool: wait 80 ticks drop 1 cyan dye above location of event-block else: send "" to player send "&bYou have reached your Gen Cap! &7%{gens::%player's uuid%}%&b/&715" to player send "" to player cancel event on break of cyan wool: cancel event set event-block to air give player 1 cyan wool named "&7Cyan Wool Gen" remove 1 from {gens::%player's uuid%} send "&aYou Broke A Generator!" on place of lime wool: #7 set {gens::%location of event-block%} to uuid of player if {gens::%player's uuid%} < 15: add 1 to {gens::%player's uuid%} while event-block is lime wool: wait 80 ticks drop 1 lime dye above location of event-block else: send "" to player send "&bYou have reached your Gen Cap! &7%{gens::%player's uuid%}%&b/&715" to player send "" to player cancel event on break of lime wool: cancel event set event-block to air give player 1 lime wool named "&7Lime Wool Gen" remove 1 from {gens::%player's uuid%} send "&aYou Broke A Generator!" on place of red wool: #8 set {gens::%location of event-block%} to uuid of player if {gens::%player's uuid%} < 15: add 1 to {gens::%player's uuid%} while event-block is red wool: wait 80 ticks drop 1 red dye above location of event-block else: send "" to player send "&bYou have reached your Gen Cap! &7%{gens::%player's uuid%}%&b/&715" to player send "" to player cancel event on break of red wool: cancel event set event-block to air give player 1 red wool named "&7Red Wool Gen" remove 1 from {gens::%player's uuid%} send "&aYou Broke A Generator!" on place of blue wool: #10 set {gens::%location of event-block%} to uuid of player if {gens::%player's uuid%} < 15: add 1 to {gens::%player's uuid%} while event-block is blue wool: wait 80 ticks drop 1 blue dye above location of event-block else: send "" to player send "&bYou have reached your Gen Cap! &7%{gens::%player's uuid%}%&b/&715" to player send "" to player cancel event on break of blue wool: cancel event set event-block to air give player 1 blue wool named "&7Blue Wool Gen" remove 1 from {gens::%player's uuid%} send "&aYou Broke A Generator!" command /gencap [<player>] [<text>] [<number>]: permission: gencap.use permission message: &cNope! trigger: if arg-1 is set: if arg-2 is "reset": set {gens::%arg-1's uuid%} to 0 send "&cYou have just reset %arg-1%&c's gen cap!" to player command /gens: trigger: send "" to player send "&bYou have used %{gens::%player's uuid%}%&7/&b15 gen space!" to player send "" to player on right click on white wool: #1 wait 5 ticks if player's balance is more or equal to 750: subtract 750 from player's balance set block to gray wool send action bar "&7Upgraded Generator!" to player else: send "&cError: &eInsufficient funds to upgrade Gen! " on right click on gray wool: #2 wait 5 ticks if player's balance is more or equal to 3500: subtract 3500 from player's balance set block to black wool send action bar "&7Upgraded Generator!" to player else: send "&cError: &eInsufficient funds to upgrade Gen! " on right click on black wool: #3 wait 5 ticks if player's balance is more or equal to 10000: subtract 10000 from player's balance set block to yellow wool send action bar "&7Upgraded Generator!" to player else: send "&cError: &eInsufficient funds to upgrade Gen! " on right click on yellow wool: #4 wait 5 ticks if player's balance is more or equal to 25000: subtract 25000 from player's balance set block to orange wool send action bar "&7Upgraded Generator!" to player else: send "&cError: &eInsufficient funds to upgrade Gen! " on right click on orange wool: #5 wait 5 ticks if player's balance is more or equal to 75000: subtract 75000 from player's balance set block to cyan wool send action bar "&7Upgraded Generator!" to player else: send "&cError: &eInsufficient funds to upgrade Gen! " on right click on cyan wool: #6 wait 5 ticks if player's balance is more or equal to 160000: subtract 160000 from player's balance set block to lime wool send action bar "&7Upgraded Generator!" to player else: send "&cError: &eInsufficient funds to upgrade Gen! " on right click on lime wool: #7 wait 5 ticks if player's balance is more or equal to 350000: subtract 350000 from player's balance set block to red wool send action bar "&7Upgraded Generator!" to player else: send "&cError: &eInsufficient funds to upgrade Gen! " on right click on red wool: #8 wait 5 ticks if player's balance is more or equal to 1000000: subtract 1000000 from player's balance set block to blue wool send action bar "&7Upgraded Generator!" to player else: send "&cError: &eInsufficient funds to upgrade Gen! " on right click on blue wool: #9 wait 5 ticks send "&cMax Gen" to player Some Of This Skript Is not mine, though i did make a lot of it. enjoy EDIT: Hey Guys! This Has Hit 1600 Views, wow I Would Like Just To Say Thanks1 point
-
1 point
-
Most likely the plugin is corrupted or contains an issue, therefore Minehut is running into an error when uploading it. I ran into this issue when working on a server, and I simply found another plugin that did the same job, worked flawlessly.1 point
-
I would suggest you investigate in getting a similar file to do the same job, or attempting to determine if there is an issue regarding the file.1 point
-
When attempting to upload a plugin the same issue occurred, though I found another plugin and it worked flawlessly. I have now since uploaded many plugins with no issues. I believe some files may be corrupted or have issues inside, therefore Minehut is having an error when uploading it.1 point
-
1 point
-
Did a little searching and found another post discussing the same issue awhile back. Their method is the "Repair Files" button, which in my case also helped me when my server had issues starting. Try following the message below I am not at fault for any damaged file, Server loss, or any loss valuable item/thing, or build upon repairing files. This may cause server loss. I suggest downloading your world, and making sure you can safe important configs. Please do not show hateful comments. I'm just a Forums Support Member. From the main panel you can see the lowest tab, It's called "Danger Zone" Once you click on that tab you may see the following options, "Force Stop" Don't click this it Immediately stops your server and puts it into hibernation. Next to it you'll see "Reset Server" DO NOT Click that for this issue it completely deletes and resets your entire server. What you are looking for is "Repair Files" it repairs core files that are preventing the server from starting. This should fix your issue if not please reply for further support! Otherwise I suggest you contact support. - Also this post should be posted in the "HELP" forum section.1 point
-
I agree, I think a-lot of Minehut players wish there were more options to choose from, but I think it comes down to the core player-base. We have to accept that the core Minehut player-base must enjoy gen-servers due to their constant popularity. Though, I am happy to work alongside you in brining attention to other servers in different categories1 point
-
1 point
-
1 point
-
1 point
-
0 points
-
Hay! Please don't post on content that has been silent for a month or more (necropost). Topic locked0 points
