Jump to content

AbusingNub

Member
  • Posts

    138
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by AbusingNub

  1. With the new Minehut Unleashed update you can now use any anticheat option you like by uploading the plugin to your server, if interested here is a tutorial: 

    Otherwise Anticheatplus with a custom configuration will protect your server just fine! 

    Matrix anticheat with the right configuration is great aswell!

    There are many other anticheats on Minehut which can provide a good source of security for your server, but if I was to give a raw suggestion from my experience, I would choose Matrix over anticheatplus and other anticheats, as long as you get configure the plugin effectively 🙂 

     

     

  2. 4 minutes ago, THEWHY said:

    Whenever i go to start my server, it says 'starting' for a few seconds, then goes back to offline, i've tried repairing files, changing the server version, and even completely restarting the server, nothing is working. Can anyone help me to open my server?

    Did completely restarting the server not fix the issue?

    Also the restart may take awhile to kick in, I suggest restarting twice in a row and then waiting a few minutes before starting it 🙂 

    Let me know if you continue to have issues

  3. 8 minutes ago, FelixALJ said:

    I got the free version, and have about 16 plugins will that override my server?

    Hard to say purely from amount as many plugins require different RAM. Though, if you do not have a-lot of large plugins, 16 plugins should be able to run fine. As Lapzzo said, the best way to test is to simply play on the server, take into account that the server will also need to handle {amount} of players on the server plus {amount} of plugins using {amount} of storage.

     

    Best luck of with your server!

     

     

  4. command /firstjoin [<offlineplayer>] [<text>]:
        permission message: &cYou have no permissions to perform this command.
        usage: /firstjoin <player>
        permission: admin.*
        trigger:
            if arg-1 is set:
                if arg-2 is not set:
                    if {first-join.%arg-1's uuid%} is set:
                        send "&6%arg-1%&e's first join was &f%{first-join.%arg-1's uuid%}%&e."
                    else:
                        send "&cThis player hasn't played on this server."
                else:
                    send "Unknown command."
            else:
                send "&cUsage: /firstjoin <player>"
    
    command /lastjoin [<offlineplayer>] [<text>]:
        permission message: &cYou have no permissions to perform this command.
        usage: /lastjoin <player>
        permission: srmod.*
        trigger:
            if arg-1 is set:
                if arg-2 is not set:
                    if {last-join.%arg-1's uuid%} is set:
                        send "&6%arg-1%&e's last join was &f%{last-join.%arg-1's uuid%}% &7(%difference between {last-join.%arg-1's uuid%} and now% ago)&e."
                    else:
                        send "&cThis player hasn't played on this server."
                else:
                    send "Unknown command."
            else:
                send "&cUsage: /firstjoin <player>"
    
    command /resetjoins [<text>]:
        permission message: &cYou have no permissions to perform this command.
        usage: /resetjoins
        permission: srmod.*
        trigger:
            if arg-1 is not set:
                if (size of {playerdata::*}) > 0:
                    loop {playerdata::*}:
                        delete {first-join.%loop-value's uuid%}
                        delete {last-join.%loop-value's uuid%}
                    delete {playerdata::*}
                    send "&eCompleted."
                else:
                    send "&cNothing to delete."
            else:
                send "Unknown command."
    

     

  5. On 8/5/2021 at 12:53 AM, ItsOctane said:

    Hi there,

    My server recently crashed and fortunately I had the world download. I reset the server but unfortunately I can't upload it. It doesn't allow me to upload the file. Here's the screenshot. Can I get help on this please? I really need to upload the world since my whole spawn was in it. The size of the world is 10 MB.

    Thank you.image.thumb.png.ea249e4f49412a82f677f286fc8abe54.png

    This error most likely is occurring due to the world file being corrupted or containing an error. This error occurred for me, I would suggest getting a brand new world file for the world and attempt to upload that. 

    Also make sure you are following the steps in this forum post: 

     

    Best of luck!

  6. Would you mind uploading server logs so I could possibly help you further?

    - Will also give more experienced people in this topic more information to help you.

     

  7. 42 minutes ago, juliarmar said:

    sends me straight to the hub when i try join, ive tried adding it as a direct server as well.

    Hey! Do you receive a in-game chat message error? 

    If you are not able to access the server, you should be receiving a in-game message returning information regarding why you can't connect. This will help me attend you further.

    In the meantime I would suggest checking that you are not on the server's blacklist or banlist. 

  8. 47 minutes ago, whatevsnjn said:

    I have a problem but neither of the methods that people have suggested work... /ul does not work as it says the command does not exist (all of the command including just /ul) and every time I upload the world in the dashboard it says that there was an "unexpected error". Does anyone have any ideas?

    The command /ul is no longer on Minehut servers due to the required plugin being removed.

    I had this issue, though, simply creating a new world file fixed the issue. I believe it's because the world file contains an error/issue that makes it unable to be uploaded. Best of luck! Hope this heaps.

     

    Also make sure you are following the steps in this forum post: https://forums.minehut.com/topic/17730-how-to-upload-and-download-worlds/

  9. 21 minutes ago, whatevsnjn said:

    I had the same problem. Try going to "danger zone" on your sever dashboard and click "repair files". If that does not work then try restoring a backup of the server.

    Also check you world name only contains characters 'A-Z' and '0-9'.

  10. 1 hour ago, LachyTheLoneBoi said:

    How come they can ban you with the click of a button, even if you did nothing wrong, but the player has to go through a long process of appealing and then waiting.

    I say its unfair.

    Minehut is a professional organisation, I am sure they take thorough precautions before banning a user, and makes sure there is significant evidence. Though, with many Minecraft server there may be false bans, it's almost impossible to avoid a few false bans, no matter the server. 

     

    Though, I understand that false bans suck, and hope any issue regarding a false ban gets direct attention, and fixed 🙂 

  11. on join:
        if {verify::%player%} is false:
        	set {_location} to location of player
        	every 1 seconds in <world name>:
            	teleport player to {_location}
            	send "&7Please verify by executing /verify to play!" to player
        else:
            if {verify::%player%} is true:
                send "Welcome back to <servername>"
    
    command /verify:
        trigger:
            if {verify::%player%} is false:
                send "&aYou have verified!" to player
            else:
                if {verify::%player%} is true:
                    send "&cYou have already verified" to player
    on first join:
        set {verify::%player%} to false

    No clue if this will work, but worth a try! Hope this helps 

  12. command /spawner:
        trigger:
            wait 1 tick
            open chest inventory with 3 rows named "&5&lShop" to player
            set slot 13 of player's current inventory to spawner named "&9COW"
    
    on inventory click:
    	if name of player's current inventory contains "&5&lShop":
    		cancel event
    		if index of event-slot is 13:
    			execute console command "us givespawner _Wild_IQ cow"
    			send "&7Received &9COW &7spawner!"

    Should work 🙂 Hope this helps        

    This script can easily be changed to better suit an economy based server, for example the spawner could cost 1500 in-game money, and on inventory click it will check the balance of the player and remove the cost of the spawner from their balance.

    • Like 1
    • Thanks 1
  13. 3 minutes ago, Boxmonkey said:

     

     

    fix

    command /sell:
      trigger:
        set {_prismarine} to amount of prismarine in player's inventory
        add {_prismarine}*50000 to player's balance
        set {_t} to {_prismarine}*50000
        send "You've sold %{_prismarine}% prismarine for %{_t}%$"
        remove all prismarine from player's inventory

     

    Legend!

    Sorry I couldn't test it before posting it

  14. 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!

     

    • Like 1
    • Thanks 1
×
×
  • Create New...