Coder Social home page Coder Social logo

fastminecarts's Introduction

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.

fastminecarts's People

Contributors

certainly1182 avatar woliver99 avatar modpotato avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.