๐Requirements
Before installing LPC Pro v2, make sure your server meets the following requirements.
Server Requirements
Server Software
Paper (recommended) or Spigot
Minecraft Version
1.17 - 1.21.11
Java Version
Java 16 or higher (Java 17+ recommended for Paper 1.18+)
Paper is strongly recommended over Spigot. LPC Pro uses the Adventure API for rich text formatting (MiniMessage, hex colors, gradients, click actions, hover tooltips). Paper includes Adventure natively, while Spigot requires a compatibility layer.
Optional Dependencies
These plugins are not required but enable additional features when installed:
Group detection, prefix/suffix in chat formats
Economy integration, permission abstraction
%placeholder% support in chat formats and hover text
Message deletion (the clickable [X] button), message interception
Receiving Discord messages in Minecraft
Custom emoji support (:emoji: syntax)
Custom glyph support (:glyph: syntax)
Client version detection
Vanish detection via Bukkit metadata
Vanished player awareness in chat, mentions, and tab completion
Database
LPC Pro supports two database backends:
SQLite (default) โ Zero configuration, works out of the box. Stored as a local
lpcpro.dbfile in the plugin folder.MySQL / MariaDB โ Recommended for larger servers or BungeeCord/Velocity networks. Requires MySQL 8.0+ with
utf8mb4_unicode_520_cicollation for full emoji and unicode support.
Last updated