Jump to content

filr

Member
  • Posts

    495
  • Joined

  • Last visited

  • Days Won

    10

Posts posted by filr

  1. Moved to Community Support. Please use the correct categories for future reference.

     

    Are you using Skript for this? If it shows up like that and it is a scripted command, you have not added an argument. The command should be similar to this:

    command /home [<string>]:
    	permission: node
    	permission message: no permission
    	aliases: /h
    	usage: /home (number)
    	description: Go home
    	trigger:	
        	if arg 1 is set:
    			set {_numParse} to arg-1 parsed as number
                if {_numParse} is a number:
    				if {home::%{_numParse}%::%player's UUID%} is set:
                   		teleport player to {home::%{_numParse}%::%player's UUID%}
                        send "&aYou have been sent to home ##%{home::%{_numParse}%::%player's UUID%}!"
                  	else:
                    	send "&cYou do not have a home that matches that number."
               	else:
    				send "&cThat is not a number!"
          	else:
    			send "&cUsage: /home (##)"
    command /sethome [<string>]:
    	permission: node
    	permission message: no permission
    	aliases: /sh
    	usage: /sethome (number)
    	description: Set your home
    	trigger:
    		if arg 1 is set:
    			set {_numParse} to arg-1 parsed as number
    			if {_numParse} is a number:
    				set {home::%{_numParse}%::%player's UUID%} to player's location
                   	send "&aYour home ##%{_numParse}% has been set."
                    add 1 to {total::homes::%player's UUID%}
               	else:
                	send "&cThat is not a number!"
           	else:
            	send "&cUsage: /sethome (##)"
                     

     

    This is not exact, but just a general idea. 

     

    If you're not using Skript, there is  a place in the essentials config to set up multi-homes.

  2. In addition to what was just said above by @Clarifity, I recommend that you join the Minehut Discord to know when servers are working how they should be once again.

     

    Thread Locked, Concern Addressed (Also moved to Community Support. Please use the correct categories for future reference 👍)

  3. 1 hour ago, Ezekia said:

    the thing is, kitpvp plugins normally have a scoreboard. how could i get rid of dat?

    To get rid of a scoreboard, you could just make the scoreboard disappear with:

     

    wipe loop-player’s scoreboard

     

    Sorry by the way, I’m on my phone and I’m too lazy to figure out how to do the code format. 

  4. Minehut is still not out of maintenance. Servers can still be considered 'unstable' and may take a long time to start.

    The best thing you can do it be patient.

     

    Thread Locked & Moved to Community Support

    • Like 2
×
×
  • Create New...