๐Ÿ’พInstallation

Step 1: Download

Download the latest lpcpro-bukkit-v2-X.X.X.jar file.

Step 2: Install the Plugin

  1. Stop your server.

  2. Place the .jar file into your server's plugins/ folder.

  3. Start the server.

LPC Pro will generate its configuration files on first startup:

plugins/LPC-Pro/
โ”œโ”€โ”€ config.yml                          # Main settings
โ”œโ”€โ”€ database.yml                        # Database connection
โ”œโ”€โ”€ translation.yml                     # Chat translation
โ”œโ”€โ”€ chat/
โ”‚   โ”œโ”€โ”€ channels.yml                    # Chat channels
โ”‚   โ”œโ”€โ”€ colors.yml                      # Color settings
โ”‚   โ”œโ”€โ”€ emojis.yml                      # Emoji settings
โ”‚   โ”œโ”€โ”€ grammar.yml                     # Grammar correction
โ”‚   โ”œโ”€โ”€ bubbles.yml                     # Chat bubbles
โ”‚   โ”œโ”€โ”€ mentions.yml                    # @mention settings
โ”‚   โ””โ”€โ”€ tags.yml                        # Chat tags
โ”œโ”€โ”€ moderation/
โ”‚   โ”œโ”€โ”€ moderation.yml                  # Filter settings (spam, caps, ads, swear)
โ”‚   โ”œโ”€โ”€ content-filter.yml              # Content filter (signs/books/anvil)
โ”‚   โ”œโ”€โ”€ ai-filter.yml                   # AI content moderation
โ”‚   โ”œโ”€โ”€ cloud-filter.yml                # Cloud-based filter
โ”‚   โ”œโ”€โ”€ console-filter.yml              # Console output filter
โ”‚   โ”œโ”€โ”€ antibot.yml                     # Anti-bot protection
โ”‚   โ”œโ”€โ”€ raidprotection.yml              # Raid protection
โ”‚   โ””โ”€โ”€ reports.yml                     # Report system
โ”œโ”€โ”€ features/
โ”‚   โ”œโ”€โ”€ achievements.yml                # Chat achievements
โ”‚   โ”œโ”€โ”€ games.yml                       # Chat games
โ”‚   โ”œโ”€โ”€ mail.yml                        # Mail system
โ”‚   โ”œโ”€โ”€ macros.yml                      # Chat macros
โ”‚   โ”œโ”€โ”€ motd.yml                        # MOTD settings
โ”‚   โ”œโ”€โ”€ newcomer.yml                    # New player handling
โ”‚   โ”œโ”€โ”€ offlinemessages.yml             # Offline message settings
โ”‚   โ”œโ”€โ”€ polls.yml                       # Polls
โ”‚   โ”œโ”€โ”€ quickreply.yml                  # Quick reply shortcuts
โ”‚   โ”œโ”€โ”€ reputation.yml                  # Rep system
โ”‚   โ”œโ”€โ”€ servermessages.yml              # Join/quit/death messages
โ”‚   โ”œโ”€โ”€ shop.yml                        # Chat shop / cosmetics
โ”‚   โ”œโ”€โ”€ smart-announcements.yml         # Context-aware announcements
โ”‚   โ”œโ”€โ”€ tablist.yml                     # Tab list header/footer
โ”‚   โ””โ”€โ”€ custom-commands.yml             # Custom commands
โ”œโ”€โ”€ integration/
โ”‚   โ”œโ”€โ”€ discord.yml                     # Discord integration
โ”‚   โ”œโ”€โ”€ proxy.yml                       # Proxy/network settings
โ”‚   โ””โ”€โ”€ server-links.yml                # Server links
โ”œโ”€โ”€ advanced/
โ”‚   โ”œโ”€โ”€ groups.yml                      # Rank-based settings
โ”‚   โ”œโ”€โ”€ variables.yml                   # Custom variables
โ”‚   โ”œโ”€โ”€ command-settings.yml            # Command settings
โ”‚   โ”œโ”€โ”€ message-interceptor.yml         # Message interception
โ”‚   โ””โ”€โ”€ message-deletion.yml            # Message deletion
โ””โ”€โ”€ formats/                            # Chat format templates
    โ”œโ”€โ”€ chat.yml
    โ”œโ”€โ”€ msg-sender.yml
    โ”œโ”€โ”€ msg-receiver.yml
    โ”œโ”€โ”€ staff-chat.yml
    โ””โ”€โ”€ groups/                         # Group-specific formats

Step 3: Install Optional Plugins

Install any optional dependencies you want to use (see Requirements). LPC Pro automatically detects installed plugins and enables their integrations.

Step 4: Configure

Edit the generated configuration files to match your server's needs. See the Configuration section for details.

Step 5: Reload

After editing configuration files, use /lpc reload to apply changes without restarting the server.

circle-exclamation

Last updated