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