Setup


Requirements

Setup steps

  • Pre-Install: Mailman 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:

# BCPostamt Config File
# Database Options for MySQL

  language: en
  #databse-typ (mysql/sqllite)
  dbtype: mysql
  
  #MySQL-Settings
  username: '<username>'
  password: '<password>'
  database: 'mailman'
  host: 'localhost'
  port: 3306
  prefix: ''
  
  #Mailman-Settings
  currency-short: 'bz'
  currency-long: 'Biberzähne'
  deliveryPeriod: 1 #in days
  mainWorld: 'world'
  globalsender: 'Postamt'
  enableApi: true
  
  #Prices
  price-book: 20
  price-normal: 200
  mailboxSetup: 1000

Comments

Posts Quoted:
Reply
Clear All Quotes