Installation - SlimeDog/NetworkInterceptor GitHub Wiki
Installation
NetworkInterceptor is a universal plugin. The same plugin version runs on all platforms: Spigot and Paper servers; and BungeeCord, Waterfall, and Velocity proxies. The plugin must be installed on all network components that you wish to protect, both proxies and servers.
⚠️ If upgrading from a previous NetworkInterceptor version, significant configuration changes are required. See Configuration for details.
Initial installation should always be performed first on a test server, in order to verify configuration and results. We strongly recommend saving a server backup before proceeding.
- Verify that your server is running a compatible version of your platform: Spigot or Paper or BungeeCord or Waterfall or Velocity. See Version Support.
- Review the release documentation to identify configuration changes.
- Download the latest NetworkInterceptor jar file. :star: The same download works on all platforms: Spigot, Paper, BungeeCord, Waterfall, and Velocity.
- Stop the server.
- Remove any previous NetworkInterceptor jar file.
- Move the new NetworkInterceptor jar file into the plugins/ directory.
- If the first NetworkInterceptor install
- Start the server to generate the default configuration file.
- Stop the server.
- Edit the configuration file to suit your needs. If configuration changes are listed in the release documentation, make appropriate changes to the existing configuration file. See Configuration.
- Start the server.
- Enjoy your network management capabilities!