Configuration

Configuration

  • lives - how many lives the player gets | default: 1
  • snowballs - how many snowballs the player starts with | default: 1
  • host - mysql host | default: localhost
  • port - mysql port | default: 3306
  • user - mysql user | default: root
  • pass - mysql pass | default: "" (no password)
  • name - mysql db name | default: database
  • usedb - use mysql database? | default: true
  • rewards - does player win rewards? | default: true
  • rewardType - type of reward (0 for money, 1 for items) | default: 0
  • money - amount won if rewardType = 0 | default: 500
  • items - items won if rewardType = 1 (not present unless you set rewards | default: N/A

Comments

Posts Quoted:
Reply
Clear All Quotes