Jump to content

quick007

Member
  • Posts

    375
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by quick007

  1. 1 hour ago, asp3cc12 said:

    yes i put it way to high and then the server crashed.

    if i join my server i cant do anything so i cant change it

     

    theres ur issue... turn on your server and execute the command from console

  2. 13 hours ago, C0mplexity said:

    You can use the plugin "Skript" as an alternative. If you install it, restart your server and go into the plugins folder in the file manager. Then go to the folder named "Skript" and then go to the folder called "Scripts". Make a file called "NoGreif.sk" and paste this in it:

    
    command /toggleprotection:
    	trigger:
    		if player is op:
    			if {_protect} is 0:
    				set {_protect} to 1
    				send "&aThe world is now protected" to player
    			if {_protect} is 1:
    				set {_protect} to 0
    				send "&aThe world on no longer protected" to player
    		else:
    			send "&c[Error] Lacking permission op"
    on break:
    	if player is op:
        	add 1 to {_blocksbroken}
        else:
    		if {_protect} is 1:
    			cancel event
    			send "&cThis world is protected."

    Click save and do /sk reload NoGreif

    If I wrote the code correctly it should come up with the message "[Skript] Sucessfully reloaded NoGreif.sk", if not let me know.

     

     

    also is it just me or is this script like really broken? This would work better:

    command /togglebreak:
    	trigger:
    		player is op
    		if {break} is true:
    			set {break} to false
    			message "&cSet block breaking to false!"
    		else:
    			set {break} to true
    			message "&cSet block breaking to true!"
    
    on break:
    	player isn't op
    	if {break} is false:
    		cancel event
    		message "&cYou can't break this! Ask an admin to do &6/toggledrop"

     

  3. Hey, minecraft 1.16 already supports this, so you don't need a plugin to do this. Skript will does/will very soon, and thats bassiclly the only way to make scorebords and stuff. Also minehut may need to make a fork bc it messes with motd code but idk.

  4. each minehut server has powerful anti-ddos shield in the background, so there's no way he could hack you. Make sure to use /deop and see if it tab completes any names you don't want it to 😉

×
×
  • Create New...