๐Ÿ“‹Requirements

Before installing LPC Pro v2, make sure your server meets the following requirements.

Server Requirements

Requirement
Details

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+)

circle-info

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:

Plugin
What It Enables

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.db file in the plugin folder.

  • MySQL / MariaDB โ€” Recommended for larger servers or BungeeCord/Velocity networks. Requires MySQL 8.0+ with utf8mb4_unicode_520_ci collation for full emoji and unicode support.

Last updated