Jump to content

Echology

Market Creator
  • Posts

    268
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by Echology

  1. 1 hour ago, beacon said:

    If i vote every day for a month and keep doing that will i be able to pay for the MH20 for the rest of my minehut server career?

    Yeah if you vote every day you will get enough credits to sustain MH20 after a month. Each vote = 25 * 30 = 750, MH20 is 720. You end with about 30 credits to spare.

  2. 4 hours ago, beacon said:

    is it possible to get infinite plugins without paying? because me and my friend are making a server but we are at the max amount of plugins (12) and we need more but i don't want to pay (because im a kid)...please help!

    yeah. just vote, voting every day will allow for MH20 which has unlimited plugins.

     

      

    4 hours ago, beacon said:

    Ok how do i vote?

    https://minecraftservers.org/vote/443456

  3. 24 minutes ago, beacon said:

    Also, is the voting thing like going to be there forever? because i can't pay my money and i really want the MH20 forever... y'know

    yeah voting will most likely always be up unless something is wrong with Minehut. Check the announcements channel for updates if minehut ever goes down. 

  4. also, skript-gui is way better than any other gui addon and vanilla guis. I suggest using them they are very similar to TuSKe gui's and do not break if you reload.

    here is a simple example:

    function gui(p: player):
    	create gui with chest inventory with 3 rows named "epic gui":
    		format gui slot 0 with blue stained glass pane named "this is slot 0 or the first slot":
    			#to run section using 'item' 'player' and gui click items: https://skripthub.net/docs/?id=4207
    			send "wow you clicked slot 0 which is an %item%" to player
    	open last gui for {_p}

     

    Help

    1 minute ago, Edge25wastaken said:

    I tried to restart the world, but I cannot edit the server due to the fact I can't get it out of hibernation.

    Hm, if you can try to you can attempt to kinda spam the activate button until it starts to start, if it does eventually start, then edit server > plugins > uninstall world edit and try to load again.
    If it continues to fail to start, contact support @ https://minehut.com/support/form 

    • Thanks 1

    Help

    Perhaps uninstall World Edit, then try to restart your world.
    + Rule of thumb, don't try to run a large world edit section on a Minehut server

    • Confused 1
  5. The colors are determined by a team packet, so getting the colors is a little more difficult. To easily do so you can use the plugin TAB REBORN which will determine team colors based on the color of a vault prefix.
    What you can then use is something like:
     

    command glow:
        permission: perk.glow
        trigger:
            set glowing of player to !glowing of player
            if glowing of player is true
                set {_a} to "&a&lEnabled"
            if glowing of player is false:  
                set {_a} to "&c&lDisabled"
            send "&eGlow: %{_a}%"


    In this example I use skQuery's Not Boolean, which just returns the opposite of a (true/false). And I use skript's glowing of %player% expression to set it.

  6. You could use command blocks, if you wanted, but skript is also a viable option.
    Skript is what most servers use, and if you are interested you can read this: 

    or watch this video: 

    if you don't know anything about skript, I suggest you take some time to learn it.

    • Like 1
  7. The sky is all client side, so if it isn't moving yet the server is still picking up that it is night, its probably something to do with your client.
    If you use a hacked client or some modded client, make sure you don't have a No Night setting enabled.
    If you aren't on any special client, just try to restart your game a few times.

  8. 33 minutes ago, LightningMaster0 said:

    I cant reset the config of Aurelium Skills, I pressed the reset config button and restarted the server twice and it did nothing.

    an alternative would be just to delete all the config files in the file manager and they will reset when the plugin loads again.

    • Like 1
×
×
  • Create New...