Skip to content

Minecraft plugin that changes minecart speeds

License

Notifications You must be signed in to change notification settings

woliver99/FastMinecarts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastMinecarts Plugin

GitHub Release

A simple plugin for Minecraft Spigot servers that allows you to change the speed of minecarts depending on the block beneath the rails or globally.

Features

  • Configure the global speed.
  • Configure which blocks affect speed.
  • Choose the minecart speed for each block.
  • Slow minecarts back to vanilla speed when the player disembarks.

Installation

To install FastMinecarts, follow these steps:

  1. Download the plugin JAR file from Releases page.
  2. Place the JAR file in the plugins folder of your Spigot (or Spigot fork) server.
  3. Start the server and verify that the plugin loaded successfully.

Configuration

The plugin can be configured via the config.yml file in plugins/FastMinecarts.

The following configuration options are available:

  • blocks - List of blocks and their corresponding modified speed.

Default Config:

# List of blocks and their corresponding maximum minecart speeds
# Blocks must be from https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
# The default minecart speed is 0.4
default-speed: 2.0
blocks:
  COARSE_DIRT: 0.4
  SOUL_SAND: 0.2

Usage

The FastMinecarts plugin has the command "/FastMinecarts Reload" to reload the config, and it requires the permission: "FastMinecarts.reload" but also can be run by an op. Simply install and configure the plugin on your server to start using it.

The global speed gets applied when a player enters a minecart on rails, and when you ride the minecart above the configured blocks it will change the speed to the configured value.

About

Minecraft plugin that changes minecart speeds

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 100.0%