NyoomCarts
SpigotMCA Spigot plugin that brings speed modifications and more to minecarts.
316 downloads
latest v1.2.0 SpigotMC
NyoomCarts
NyoomCarts is a Spigot plugin that brings speed modification and more to minecarts.
Usage
NyoomCarts uses signs in order to affect nearby minecarts. It currently supports two types of signs: speed signs and launcher signs.
Players must have the permission nyoomcarts.sign in order to place NyoomCarts signs. All NyoomCarts signs start with the first line: [nyoom]
Speed signs
Speed signs change the maximum speed of the minecart. Speed signs use a multiplier of the vanilla minecart speed (i.e. 1 is normal speed, 2 is 2x the normal speed, etc.) Speed signs must be formatted like the following:
Code (Text):
[nyoom]
(speed multiplier)
(speed multiplier)
Launcher signs
Launcher signs launch the minecart in a certain cardinal direction when the sign is powered with a redstone signal. Launcher signs must be formatted like the following:
Code (Text):
[nyoom]
launch
(cardinal direction)
launch
(cardinal direction)
Empty Cart Detector (ECD) signs
ECD signs destroy empty carts that pass over or nearby them. ECD signs must be formatted like the following:
Code (Text):
[nyoom]
ecd
ecd
Configuration
Configuration is very simple for the time being. max-speed-multiplier sets the maximum speed. If the speed is greater on the sign, the cart will be clamped to the speed specified in the config file.
Code (YAML):
speed:
max-speed-multiplier : 3
# Do not edit!
file-version : 1
max-speed-multiplier : 3
# Do not edit!
file-version : 1
NyoomCarts uses BoostedYAML and bStats. See the NOTICE for more details.
NyoomCarts is licensed under the GNU GPL v3.
Inspired by MinecartSpeedPlus.
Comments 0
No comments yet. Be the first to share your thoughts.