Skip to content

Installation

Before installing LiarsLounge, ensure your server meets these requirements:

  • Minecraft Version: 1.8.8 (newer versions will be supported soon!)
  • Server Software: Spigot, Paper (other forks may work but not officially supported)
  • Java Version: Java 11 or higher
  • RAM: At least 2GB available for smooth gameplay
  • Database: MySQL (remote) or SQLite (local file) support
  1. Purchase LiarsLounge from Polymart
  2. Download the .jar file
  1. Stop your Minecraft server
  2. Copy LiarsLounge-VER.jar to your server’s plugins/ folder
  3. Start your server to generate configuration files

After first startup, you’ll find these files in plugins/LiarsLounge/:

  • config.yml - Main plugin configuration
  • messages.yml - All game messages and text
  • values.yml - GUI items and visual settings
  • arenas/ - Folder for arena configurations

You can configure the database for the plugin in config.yml

SQLite requires no additional setup - it’s ready to use:

database:
type: "SQLite"
# Extra db settings are ignored for sqlite
database:
type: "MySQL" # Set type to MySQL
host: "your-mysql-host" # host for database
port: 3306 # port number (default 3306)
database: "liarslounge" # db name
user: "your-username" # db username
pass: "your-password" # db password
ssl: false # weather ssl should be used
verify-certificate: true # weather to verify the server certificate
# HikariCP Connection pooling (advanced users)
pool-size: 10
max-lifetime: 1800000
idle-timeout: 600000
keepalive-time: 0
connection-timeout: 30000

For enhanced integration with other plugins:

  1. Install PlaceholderAPI
  2. Restart your server
  3. LiarsLounge will automatically hook into PlaceholderAPI