Skip to content
catageek edited this page Jan 26, 2013 · 26 revisions

Here is the dump of the configuration file.

# config file for ByteCart bukkit plugin.
# set true if you want a lot debug messages on the console
debug: false

# set false if you don't want to load chunks automatically around a moving cart
loadchunks: true

# set true if you want use books as destination address storage and more
usebooks: true

# material id to use when the plugin needs to write
# in an inventory for its internal needs
material.id: 3

# this is the tax taken from the player when triggering the block
# with a cart passing on it you can create any usetax you wish using the parameter:
# usetax.BCxxxx: n
######## currently not implemented ########
usetax.BC8010: 0

# this is the tax taken from
# the player when building the sign
######### currently not implemented ############
buildtax.BC7010: 0
buildtax.BC9001: 0
buildtax.BC9002: 0
buildtax.BC9004: 0
buildtax.BC9008: 0
buildtax.BC9016: 0

# initial value of time-to-live stack (slot #4)
# number of routers that a storagecart may use
# before going to recycling center.
# this is to prevent loops.
TTL.value: 64

# initial speed of minecarts
BC7001.startvelocity: 2

# Address where empty carts (not storage carts)
# will be routed.
# Default : 0.0.0
#EmptyCartsDefaultRoute: 2.6.1

# error messages
# Error : too few/many items in inventory
Error.SetAddress: Erreur - Pas assez/trop d'elements dans l'inventaire

#Info messages

# New destination address
Info.SetAddress: Nouvelle destination

# don't touch your inventory
# take a cart and have a nice trip !
Info.SetAddress2: Ne touchez pas a votre inventaire
              Prenez un cart et bonne route !

# Right-click on a storage cart
Info.RightClickCart: Clic droit sur un storage cart pour le selectionner

#Updater
Info.SetUpdater: "This cart is now an Updater !"

# Maximum # of used routers
Info.GetTTL: "nb max de routeurs : "

#On the way to region
Info.BC8010_region: En route pour la region

#You are entering track
Info.BC8010_track: Vous entrez sur la voie

#You have arrived at
Info.Destination: Vous etes arrive a

Clone this wiki locally