Minecraft BetterCarts mod 2026 download
logo
minecraft mod BetterCarts

BetterCarts

Game Version: CB 1.7.2-R0.1
Total Downloads: 1,369
Updated: Dec 21, 2013
Created: Sep 13, 2013
Download BetterCartsDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
RZC.BetterCarts.v1.1 release 5.84 KB Dec 21, 2013 CB 1.7.2-R0.1 751 download BetterCarts RZC.BetterCarts.v1.1 releaseDownload
RZC.BetterCarts.v1.0 release 4.19 KB Sep 13, 2013 CB 1.6.2-R0.1 618 download BetterCarts RZC.BetterCarts.v1.0 releaseDownload

Description

Share this:

== Purpose ==

The goal of this plugin is to add some configuration options to Minecarts while maintaining a vanilla feel to their usage. There are 4 main features to this plugin each of which can be configured independently without needing to significantly remodel your rail networks to utilize.

  • Minecart Speed – The Max Velocity of the Minecarts (faster or slower).
  • Minecart Momentum – How much speed/distance is obtained from a single powered rail.
  • Modified Carts – Which carts are affected by these properties.
  • Cart Derailment – Carts will (configurable) automatically slow for corners and slopes to prevent derailment.

== Usage ==

To allow for a seamless integration into your server there are no complicated commands to learn or permissions to modify for the users. Once enabled all configured carts will receive the modified properties.

Command Description Permission
/bc reload Reloads the Plugin Reading any modified configuration.
This node defaults to OP but can also be executed from the server console.
rzc.bc.reload

Each of the types of minetrack plays a unique purpose with this plugin:

    • Rail – This the standard track in Minecraft. The usage and properties of this track has NOT been modified
    • Powered Rail – The powered rail (Gold Track) has been modified such that a Single track is required to reach max velocity. The momentum setting of this plugin will affect how far a cart will travel while at max velocity. An un-powered track will set the current velocity to 0 instantly.
    • Activator Rail – The activator rail will now update the max velocity of the cart that crosses it to the setting defined in the plugin. This allows you to define segments of your railroad that will receive the speed boost.
    • Detector Rail – Detectors work similar to Activators but rather than increase the max velocity of the cart they reset it back to vanilla Minecraft. This allows for carts to be slowed before entering intersections, slopes and corners preventing issues with de-railment or bounce-back.

== Configuration ==

The configuration file allows you to define the properties of the minecarts as well as which carts are affected by these changes.

  # Razoul's BetterCarts config file
  # Momentum: How far a cart will travel (def: 32)
  # Speed: How fast the cart will travel (def: 8)
  # Derail: Allow carts to derail on slopes/corners (def: true)
  # Rideable: Apply properties to passenger carts.
  # Explosive: Apply properties to explosive (tnt) carts.
  # Hopper: Apply properties to hopper carts.
  # Powered: Apply properties to powered (furnace) carts.
  # Storage: Apply properties to storage (chest) carts.

  bc:
   properties:
    momentum: 128
    speed: 16
    derail: true
  carts:
   rideable: true
   explosive: false
   hopper: false
   powered: false
   storage: true

== Misc ==

Be sure to check out my other plugins:

  • MOTD & News – http://dev.bukkit.org/bukkit-plugins/rzc_motd/
  • TnTPerm – http://dev.bukkit.org/bukkit-plugins/tntperm/

Comments

Add a comment