Jump to content

Lapzzo

Member
  • Posts

    1,368
  • Joined

  • Last visited

  • Days Won

    18

Posts posted by Lapzzo

  1. Try this:

    on rightclick with fishing rod:
    	if name of tool of player is "Grappling hook":
    		if difference between now and {GrapplinghookCooldown.%player's uuid%} is less than 5 seconds:
    			message "&cPlease wait 5 seconds before you use this again!" to player
    			set {Graple::%player%} to true
    		else:
    			set {GrapplinghookCooldown.%player's uuid%} to now
    			push the player upwards with speed 1
    			push the player forwards with speed 5
    			set {Graple::%player's uuid%} to true
    		else:
    			if {Graple::%player's uuid%} is true:
    				send "&cYou can only do this once!" to player
    on join:
    	if {joins::*} does not contain player's uuid:
    		add player's uuid to {joins::*}
    		set {Graple::%player's uuid%} to false

    I posted this an hour ago, but it didnt post, sos

  2.  

    SpongeForge, is a coremod for Minecraft Forge, which is an existing Minecraft: Java Edition modding framework famous for spurring the Minecraft modding scene. Forge lacks a cross-version API, and this is where Sponge steps in. Sponge allows server owners to deploy Sponge plugins with ease, making server management easier.

  3. Just now, ChiliDogOfficial said:

    thanks for the help i was able to make a cool signature now

    Hey,
    please don't respond to posts that haven't been interacted in for a month.
    This is considered necroposting and is highly against minehut rules.

    Requesting mod lock 🔒

    Ik you are new, but remember this pls

  4. 11 hours ago, Checkmate128 said:

    I must bestow another post upon this thread.

    Fun Fact: nothing any of us do on the forums will be remembered a century later

    Cool, hopefully I don't remember this in a decade. I will sue chess if I remember this post

     

×
×
  • Create New...