Minecraft LaunchMe_ mod 2026 download
logo
minecraft mod LaunchMe_

LaunchMe_

Game Version: 1.16
Total Downloads: 63
Updated: Jan 8, 2021
Created: Jan 6, 2021
Download LaunchMe_Download Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
LaunchMe-1.2.1.jar release 32.03 KB Jan 8, 2021 1.16 37 download LaunchMe_ LaunchMe-1.2.1.jar releaseDownload
LaunchMe-1.2.0.jar release 30.97 KB Jan 8, 2021 1.16 7 download LaunchMe_ LaunchMe-1.2.0.jar releaseDownload
LaunchMe-1.1.0.jar release 30.95 KB Jan 6, 2021 1.16 9 download LaunchMe_ LaunchMe-1.1.0.jar releaseDownload
LaunchMe-1.0.1.jar release 11.24 KB Jan 6, 2021 1.16 5 download LaunchMe_ LaunchMe-1.0.1.jar releaseDownload
LaunchMe-1.0.0.jar release 11.23 KB Jan 6, 2021 1.16 5 download LaunchMe_ LaunchMe-1.0.0.jar releaseDownload

Description

Share this:

LaunchMe is a spiritual recreation and improvement of one of my first programming projects I ever made, BowLaunch for Bukkit. LaunchMe allows you to ride any thrown/shot projectile (including bow arrows) as they fly.

This plugin has no real purpose, it's just for some fun to use on your server. Though, if enabled only on Ender Pearls it provides an interesting and somewhat realistic game mechanic :).

LaunchMe was built targeting Paper, but it only uses basic Bukkit operations so it will work on virtually any server.

 

Installation and Initial Usage

  1. Download the latest version of the plugin
  2. Locate your server's plugins folder
  3. Put LaunchMe-x.x.x.jar in your plugins folder
  4. Reload or restart your server
  5. Load into your server, type /launchme or /lm to toggle launching on
  6. Ride on top of some arrows!
  7. (optional) edit the default config.yml to fit your needs

 

Permissions

All permissions are automatically granted to ops
launchme.* – gain all permissions
launchme.launch – the player can launch themselves on projectiles
launchme.toggle – the player can toggle launching on/off for themselves
launchme.nocooldown – the player will have no cooldown between launches

 

Default config.yml

# -----------------------------------------
# | LaunchMe                              |
# | by ASTRELION                          |
# | https://gitlab.com/ASTRELION/launchme |
# -----------------------------------------

### GENERAL ###

# Enable/disable this plugin entirely
enable: true

# Should other mobs like skeletons ride projectiles they fire?
# Set to true if you want skeletons to ride their arrows, witches to ride their potions,
# drowned to ride their tridents, snow golems to ride their snowballs, etc.
# DEFAULT: false
enableMobLaunches: false

# Should a ride-able projectile replace the player's current vehicle?
# Set to true if you want to be able to launch yourself while already being launched,
# or if you want players to be able to launch themselves while in boats or minecarts
# DEFAULT: true
shouldResetVehicle: true

# Cooldown time required between launches in seconds<br /># DEFAULT: 5<br />cooldownTime: 5

### MESSAGING ###

# Enable/disable prompt to the player when launching a projectile and not having
# launches enabled for themselves with /launchme
# DEFAULT: true
enableTogglePrompt: true

# Enable/disable prompt to the player when launching is on cooldown and they attempt
# to fire a projectile when launching is on cooldown
# DEFAULT: true
enableCooldownProgressPrompt: true

# Enable/disable prompt to alert the player when their launch cooldown is over
# DEFAULT: true
enableCooldownDonePrompt: true

# Enable/disable to alert the player they are riding a projectile
# DEFAULT: true
enableLaunchMessage: true

### PROJECTILES ###

# Remove or comment (#) out any of the following if you don't want players to be
# able to be launched when they are fired
# Disabling projectiles here also disables them for players AND mobs (if enabled)
launchableProjectiles:
 - ARROW
  - EGG
  - ENDER_PEARL
  - THROWN_EXP_BOTTLE
  - FIREWORK
  - FISHING_HOOK
  - SNOWBALL
  - SPLASH_POTION
  - TRIDENT

 

If you have any issues with the plugin, please open an issue!

 

 If you want to support my work, you can donate here. <3

 

Comments

Add a comment