Installation
Requirements
Section titled “Requirements”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
Installation Steps
Section titled “Installation Steps”1. Download the Plugin
Section titled “1. Download the Plugin”- Purchase LiarsLounge from Polymart
- Download the
.jar
file
2. Install on Server
Section titled “2. Install on Server”- Stop your Minecraft server
- Copy
LiarsLounge-VER.jar
to your server’splugins/
folder - Start your server to generate configuration files
3. Initial Configuration
Section titled “3. Initial Configuration”After first startup, you’ll find these files in plugins/LiarsLounge/
:
config.yml
- Main plugin configurationmessages.yml
- All game messages and textvalues.yml
- GUI items and visual settingsarenas/
- Folder for arena configurations
Database Setup
Section titled “Database Setup”You can configure the database for the plugin in config.yml
Option 1: SQLite (Recommended for Small Servers)
Section titled “Option 1: SQLite (Recommended for Small Servers)”SQLite requires no additional setup - it’s ready to use:
database: type: "SQLite" # Extra db settings are ignored for sqlite
Option 2: MySQL (Recommended for Large Servers)
Section titled “Option 2: MySQL (Recommended for Large Servers)”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
Optional Dependencies
Section titled “Optional Dependencies”PlaceholderAPI Integration
Section titled “PlaceholderAPI Integration”For enhanced integration with other plugins:
- Install PlaceholderAPI
- Restart your server
- LiarsLounge will automatically hook into PlaceholderAPI