Jump to content

About This Club

Multi-world kitpvp

Server Name

OlympicN.minehut.gg

Website

  1. What's new in this club
  2. Username: Age: Discord: How did you find out about the Olympic Nation: Why do you want to become a staff member: What is your past experience{put none if you have no past experience}: Scenario: your friend was reported for breaking the rules what would you do: Scenario: a player was spamming in chat and warned three times what would you do: Scenario: an admin was abusing their rank what would you do:
  3. The Olympic Nation server has been reset and will be used as a kitpvp server New things Added /punish for staff members Added /maps command Added /sl or /slobby Added Kingdom map Added Manager rank Added /discord Added /forum Added /skits Added lobby Added Gold chat color Added King Slayer rank Added Club Added tab list with server name and ip and display player's ranks Added Chat format Added Kits Remove Tacocat
  4. username staff member who banned you {you may request who did it} ban reason why you should be unbanned
  5. Username: reason evidence
  6.  
  • Posts

    • Hi! I'm trying to detect when the player lands, (like the title suggests).

      If it helps, I'm pushing the player in the air, and then pushing them back down to make an explosion when they land.

      on offhand switch:
        if {Bakugo} contains player:
          cancel event
          if {BakugoMoveset} contains 2:
            if {BakugoExplode2} is true:
              send action bar "<##FF5700>&lBlast Down on cooldown!" to player
            else:
              set {BakugoExplode2} to true
              push player up with speed 0.5
              wait 0.3 second
              push player up with speed -1
              # (Right here is where I wanna wait for the player to land and detect when they do so)
              create an explosion of force 4 at {Bakugo}
              push player up with speed 1
              wait 6 seconds
              send action bar "<##FF5700>&lBlast Down Ready!" to player
              set {BakugoExplode2} to false

      Anything helps! Thanks!

    • On 3/27/2023 at 9:17 AM, JakeBrake807 said:

      See for yourself image.png.3fbfda90dcf22e9113173ff6cd36653e.png

      How did you do this?

       

      Screenshot 2024-05-10 181120.png

      Screenshot 2024-05-10 180531.png

    • Hi! I'm trying to detect when the player lands, (like the title suggests).

      If it helps, I'm pushing the player in the air, and then pushing them back down to make an explosion when they land.

      on offhand switch:
        if {Bakugo} contains player:
          cancel event
          if {BakugoMoveset} contains 2:
            if {BakugoExplode2} is true:
              send action bar "<##FF5700>&lBlast Down on cooldown!" to player
            else:
              set {BakugoExplode2} to true
              push player up with speed 0.5
              wait 0.3 second
              push player up with speed -1
              # (Right here is where I wanna wait for the player to land and detect when they do so)
              create an explosion of force 4 at {Bakugo}
              push player up with speed 1
              wait 6 seconds
              send action bar "<##FF5700>&lBlast Down Ready!" to player
              set {BakugoExplode2} to false

      Anything helps! Thanks!

      Edited by Krusade
    • on place:
          if event-block is water:
              set {waterLocation} to location of event-block
              wait 5 ticks
              set block at {waterLocation} to air
              replace bucket with water bucket in event-player's inventory
              clear {waterLocation}
      
      command /leatherchestplate:
          permission: leatherchestplate
          trigger:
              if player's Chestplate is leather tunic:
                  message "You have permission to run this command!"
              else:
                  message "You need to wear a leather tunic to use this command!"

      1.20.4 paper
      2.9.0-beta1 SK

      Edited by _Aquaotter_
      Parsing issue
    • Please do not reply after 1 month!!

        ---

       someone lock this 😄

×
×
  • Create New...