Jump to content

filv

Member
  • Posts

    11
  • Joined

  • Last visited

Posts posted by filv

  1. Made a small skript so you don't take fall damage when you use the double jump (used with right clicking feather, but can be changed)

    on right click with feather:
    	push player upwards with speed 1
    	set {nofall.%player%} to true
    
    on damage:
    	if damage was caused by fall:
    		if {nofall.%victim%} is true:
    			cancel event
    			set {nofall.%victim%} to false

     

  2. 22 minutes ago, Hovendahl10 said:

    how to do it when you are in the control panel

     

    If you are using essentials, go to the file manager, "plugins", "Essentials" folder, config.yml, then scroll down until you see the AFK timer (454th line)


    spacer.png


    Save, then go into the console, and type in /essentials reload or restart your server. Hope this helped!

  3. Ping can be affected by many things.
    The 100+ average ping could be caused by the distance between you and your friends and the place where the Minehut servers are located (USA)

    As for the rubberbanding, that's probably caused by your network or ping, since a clean server shouldn't cause rubberbanding. Hope this helps!

  4. You need skript-json.

    command /discord:
    	trigger:
    		send "<link:(LINK)>Click Here<reset>"

    Keep in mind that you need to put <reset> at the end of it if you want to put additional text after.

     

    You can do additional stuff, such as a tool tip. (When you hover over the text)

    command /tooltip:
    	trigger:
    		send "<tooltip:whatever you want it to say after you hover over the text>hover over here</reset>"

    Or maybe even make the player say stuff!

    command /makesay:
    	trigger:
    		send "<command:if player clicks this, they will say whatever is in this>click here to say something thats preset<reset>"

     

    skript-json is a fun addon.

×
×
  • Create New...