Skip to content

Installation

Maxime Tonie edited this page Apr 11, 2026 · 1 revision

Installation

Requirements

Dependency Required Notes
Paper 1.19+ Yes Also works on Purpur, Leaf, and other Paper forks
ProtocolLib 5.4.0+ Yes Must be installed separately
PlaceholderAPI No Required only if you want PAPI placeholders in actions or %pt_...% in other plugins

Steps

  1. Download PacketTrigger.jar from the releases page
  2. Drop it into your server's plugins/ folder
  3. Make sure ProtocolLib.jar is also in plugins/
  4. Start or restart your server
  5. PacketTrigger will generate a default config.yml at plugins/PacketTrigger/config.yml
  6. Edit the config to set up your triggers (see Configuration)
  7. Run /pt reload to apply changes without restarting

Verifying it works

After starting the server you should see this in your console:

[PacketTrigger] PlaceholderAPI found — PAPI placeholders enabled.
[PacketTrigger] Loaded trigger 'battlepass-xp'
[PacketTrigger] PacketTrigger enabled — 3 trigger(s) active.

If you don't see this, check that ProtocolLib loaded correctly first.

Clone this wiki locally