Jump to content

Punish

Member
  • Posts

    891
  • Joined

  • Last visited

  • Days Won

    9

Posts posted by Punish

  1. options:
        Cooldown: 2 seconds
        Speed: 2
        
    on right click:
    	if player is holding shield named "&4&litemname":
    		Dash(player)
            
    function Dash(p: player):
        set {_u} to {_p}'s uuid
        if {dash.last::%{_u}%} is set:
            set {_wait} to difference between {dash.last::%{_u}%} and now
        else:
            set {_wait} to {@Cooldown}
        if {_wait} >= {@Cooldown}:
            set {dash.last::%{_u}%} to now
            if {_p} is on ground:
                push {_p} forwards at speed {@Speed}
            else:
                push {_p} forwards at speed {@Speed} / 2
        else:
            send action bar "&citemname: %difference between {_wait} and {@Cooldown}% left" to {_p}

    try this

  2. It might be caused by a Corrupt Plugin(s), because when server's Initial version is updated the plugins aren't. Causing them to corrupt and stop the Server from starting.

  3. 5 hours ago, Houlton said:

    This looks fine, Minehut been playing around with their auto broadcasts later. 😄

    i haven't seen any other trolls than that, should've been more attentive. 

  4. On 2/3/2022 at 8:14 PM, Greennij8 said:

    to me happend this right now and i have screenshots, nobody except me is (or was) online in the last 6 hours and the only person who can use the console is me.

    (You can ignore the summoning gold boss message, im learning skript)

    2022-02-03_17.13.44.png

    i got that once but i ignored it since i was half dead from skripting for 3 hours

×
×
  • Create New...