Skip to content

Unarray/LaunchPad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💨 LaunchPad


A configurable PocketMine-MP plugin allows you to setup Launch Pads in your worlds

📜 Features

  • Add your own custom launch pads
  • Configurable launchers

For any problems, you can reach me at "Reach ME" tab !

🤔 How to use ?

pressure_plate:
  block:
    mutiplier: x 
    height: x

pressure_plate => The pressure plate
block => The block under the pressure plate
mutiplier => Velocity
height => Launching height



Exemple :

We want a gold pressure plate (light_weighted_pressure_plate)
If block under this plate is a redstone block (redstone_block) player will be launch with a multiplier of 5 and height of 1
If block under this plate is a diamond block (diamond_block) player will be launch with a multiplier of 2 and height of

in config.yml it will be :

light_weighted_pressure_plate:
  redstone_block:
    mutiplier: 5
    height: 1
  diamond_block:
    mutiplier: 2
    height: 4

💾 Config

---

#
#   __      __                ___   ____        _  _____ _    _
#   \ \    / /               |__ \ / __ \      (_)/ ____| |  (_)
#    \ \  / /__ _ __ _ __ ___   ) | |  | |_   _ _| (___ | | ___
#     \ \/ / _ \ '__| '__/ _ \ / /| |  | | | | | |\___ \| |/ / |
#      \  /  __/ |  | | |  __// /_| |__| | |_| | |____) |   <| |
#       \/ \___|_|  |_|  \___|____|\____/ \__,_|_|_____/|_|\_\_|
#

# Do you have a problem ?
# 
# Discord (en) : https://discord.gg/P8R4WhARrY
# Discord (fr) : https://discord.gg/DnmRbAxMbN

stone_pressure_plate: # Pressure plate
  redstone_block: # Block under pressure plate
    mutiplier: 2
    height: 1

light_weighted_pressure_plate:
  redstone_block:
    mutiplier: 5
    height: 1
  diamond_block:
    mutiplier: 2
    height: 4

...

📫 Reach me

Releases

No releases published

Packages

No packages published

Languages