usage/Configuration

Configuration NodeDefault ValueDescription
lifeCost100.0Price of a life for iConomy.
defaultLives3The number of lives new users start with.
minBalanceForPunishment100.0The minimum amount of money a player must have to be punished for dying. (Set to 0.0 to disable.)
deathPunishmentCost0.0The amount of iConomy money a player looses for dying. (Set to 0.0 to disable.)
verbosefalseIf verbose is true, more detailed information will be outputted to the console for debugging purposes.
infiniteLivesfalseIf true, the lives database will be ignored for deaths. (Players will not loose lives and the system will treat them as if they had at least one.)
dbDriver"flatfile"Selects which database driver to use. (Currently: flatfile or mysql)
dbHost"localhost"The database server to connect to (if applicable.)
dbPort3306The port the database server is listening on (if applicable.)
dbUser"root"The database access username (if applicable.)
dbPassword""The database access password (if applicable.)
dbDatabase"playerlives"The database to use (if applicable.)
dbTable"playerlives"The table to use (if applicable. Included to allow multiple instances in one database.)
flatFileAutosaveInterval0How many seconds to wait between flatfile database saves. 0 to disable autosave.

Comments

Posts Quoted:
Reply
Clear All Quotes