By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.

OK, Don't show this again

The best LaunchPad for PocketMine-MP 5.0, easy to use.
version 2.0.0
Approved
Direct Download How to install?
Switch version
431 Downloads / 849 Total
3 Reviews
Plugin Description §

LaunchACM

The best launchpad for PocketMine-MP 5.0, easy to use. Add a setback and height settings for the launchpads and trampoline. Add fun sounds that you can configure in the 'config.yml'. sounds minecraft

Captura de pantalla 2023-08-02 071644 Discord

🌍 Wiki

  • Check our plugin wiki for features and secrets in the...

💡 Implementations

  • [X] Configuration
  • [x] Sounds
  • [x] New launchpads
  • [X] New trampoline

💾 Config

   #   _                                      _          _       ____   __  __ 
#  | |       __ _   _   _   _ __     ___  | |__      / \     / ___| |  \/  |
#  | |      / _` | | | | | | '_ \   / __| | '_ \    / _ \   | |     | |\/| |
#  | |___  | (_| | | |_| | | | | | | (__  | | | |  / ___ \  | |___  | |  | |
#  |_____|  \__,_|  \__,_| |_| |_|  \___| |_| |_| /_/   \_\  \____| |_|  |_|
                                                                          
#           by fernanACM
# The best launchpad for PocketMine-MP 5.0, easy to use.
# Add a setback and height settings for the launchpads and 
# trampoline. Add fun sounds that you can configure in the 'config.yml'. 
# This is the sounds page: https://www.digminecraft.com/lists/sound_list_pe.php

# DO NOT TOUCH!
config-version: "1.0.0"

# ==(CONFIGURATION)==
Settings:
  # Particle systems in the launchpad and trampoline
  # Valid modes:
  # - happy
  # - blaze
  # - heart
  # - angry
  particle-type: heart
  # Activate/deactivate particle systems on the launchpad and trampoline
  # Use "true" or "false" to enable/disable this option
  particle: true
  # ==(SOUNDS)==
  # Use "true" or "false" to enable/disable this option
  launchpad-no-sound: true
  # Use "true" or "false" to enable/disable this option
  trampoline-no-sound: true
  # ==(WORLD MANAGER)==
  # Enable and disable launchpads and trampoline for worlds you 
  # add to "whitelist" or "blacklist" modes
  WorldManager:
    # Valid modes:
    # - whitelist
    # - blacklist
    mode: whitelist
    # Add the names of worlds that are in the whitelist
    worlds-whitelist:
      - "world"
      - "world-2"
      - "ACM"
    # Add the names of worlds that are in the blacklist
    worlds-blacklist:
      - "MinePvP"
      - "ZonePvP"

# ==(TRAMPOLINE)==
Trampoline:
  # Default setting in case you haven't 
  # added "height", "soundName" or "soundPitch"
  default-settings:
    # Height has reach on the trampoline.
    height: 3.0
    # Sound when being propelled by the trampoline
    # https://www.digminecraft.com/lists/sound_list_pe.php
    soundName: "mob.blaze.shoot"
    # Sound distortion
    soundPitch: 2.4
  # Enable/disable trampoline
  # Use "true" or "false" to enable/disable this option
  trampoline-use: true
  # ==(TRAMPOLINE FOR WORLDS)==
  # This is a boost customization feature on the trampoline
  trampoline:
    # [EXAMPLE]:
    # worldName:
    #   height: 3
    #   soundName: "mob.blaze.hit"
    #   soundPitch: 2
    
    # Remember that "soundName" and "soundPitch" are optional, 
    # but you can use them if you want to make it much nicer.
    world:
      height: 2
      soundName: "mob.blaze.shoot"
      soundPitch: 1.3
    world_2:
      height: 3
      soundName: "mob.blaze.shoot"
      soundPitch: 16.4
   
# ==(LAUNCHPADS)==
LaunchPad:
  # Enable/disable launchpads
  # Use "true" or "false" to enable/disable this option
  LaunchPads:
    # Type: stone
    stone_pressure_plate: true
    # Type: acacia
    acacia_pressure_plate: true
    # Type: birch
    birch_pressure_plate: true
    # Type: dark_oak
    dark_oak_pressure_plate: true
    # Type: jungle
    jungle_pressure_plate: true
    # Type: oak
    oak_pressure_plate: true
    # Type: spruce
    spruce_pressure_plate: true
    # Type: weighted_heavy
    weighted_pressure_plate_heavy: true
    # # Type: weighted_light
    weighted_pressure_plate_light: true
    # Type: polished
    polished_blackstone_pressure_plate: true
    # Type: mangrove
    mangrove_pressure_plate: true
    # Type: crimson
    crimson_pressure_plate: true
    # Type: warped
    warped_pressure_plate: true
    # Type: cherry
    cherry_pressure_plate: true

  
  launchpad:
    # Default setting in case you haven't 
    # added "knockback", "height", "soundName" or "soundPitch"
    default-settings:
      # Knockback that is triggered by the launchpad
      knockback: 2.0
      # Height has reach on the launchpad
      height: 3.0
      # Sound when being propelled by the launchpad
      # https://www.digminecraft.com/lists/sound_list_pe.php
      soundName: "mob.irongolem.walk"
      # Sound distortion
      soundPitch: 2.4
    # ==(LAUNCHPAD FOR WORLDS)==
    # This is a boost customization feature on the launchpad

    # [EXAMPLE]:
    # worldName:
    #   knockback: 3
    #   height: 3
    #   soundName: "mob.blaze.hit"
    #   soundPitch: 2
    
    # Remember that "soundName" and "soundPitch" are optional, 
    # but you can use them if you want to make it much nicer.
    0:
      stone_pressure_plate:
        world:
          knockback: 3
          height: 2
          soundName: "mob.irongolem.walk"
          soundPitch: 1.3
        world-2:
          knockback: 3
          height: 2
          soundName: "mob.irongolem.walk"
          soundPitch: 1.3

📢 Report bug

  • If you find any bugs in this plugin, please let me know via: issues

📞 Contact

Redes Tag Link
YouTube fernanACM YouTube
Discord fernanACM#5078 Discord
GitHub fernanACM GitHub
Poggit fernanACM Poggit

Credits

Authors Github Lib
DaPigGuy DaPigGuy libPiggyUpdateChecker

What's new §

[x] Support for PM5
[x] New launchpads
[x] New trampoline
[x] New configuration


jacob3105
using v2.0.0
03 Aug 23
GabBiswajit
using v2.0.0
03 Aug 23
Nice ❤️
fernanACM
03 Aug 23
Thank you! ❤️
Hudson-team
Outdated
using v1.0
11 Aug 22
good plugin

Reply to review by :

/ 5
Supported API versions
5.3.0
->
5.16.0
Producers §
  • Collaborators:
    • @fernanACM
License §
Categories:
General
Fun
Educational
API plugins
Permissions
Manage entities
Manage blocks/items
Other files

You can leave one review per plugin release, and delete or update your review at any time

/ 5
Loading...