Setup


Requirements

Setup steps

  • Pre-Install: BookLibrary depends on the following bukkit-plugins: bcCore, SQLibrary and Vault (Only if you want Economy)
  • Download recent JAR file or compile it by yourself
  • Start up the server and generate the config files
  • Create a database for the plugin and edit the config
  • Read the manual for commandreference

Default Config file:

# BookLibrary Config File
# Database Options for MySQL

  #language identifier (Use de for german or en for english)
  language: en
  
  #databse-typ (mysql/sqllite)
  use_database: true
  # Set dbtype to mysql or sqlite 
  dbtype: mysql
  
  #MySQL-Settings
  username: '<username>'
  password: '<password>'
  database: 'booklibrary'
  host: 'localhost'
  port: 3306
  prefix: ''
  
  #Book-Settings
  giveBookOnFirstJoin: false
  firstJoinBookID: 1
  bookCommitPrice: 150
  bookPricePerPage: 50
  bookCopyPrice: 250
  bookMultiplicator: 1

Comments

Posts Quoted:
Reply
Clear All Quotes