Installation

From PurpleIRC Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The installations vary slightly for the different versions.

CraftBukkit/Spigot

  1. Drop the PurpleIRC.jar file into your plugins directory.
  2. Restart the server. (Please don't use /reload)
  3. Copy plugins/PurpleIRC/SampleBot.yml to plugins/PurpleIRC/bots/NewBotName.yml
  4. Edit the bot yml file as needed. Each option is documented. See Configuration for more details.
  5. Load and start the new bot:
    /irc load NewBotName.yml
  6. Configure permissions as needed. The defaults should work fine.

Forge

  1. Drop the PurpleIRC.jar file into your mods directory.
  2. Restart the server.
  3. Copy mods/PurpleIRC/SampleBot.yml bot to config/PurpleIRC/bots/NewBotName.yml
  4. Edit the bot yml file as needed. Each option is documented. See Configuration for more details.
  5. Load and start the new bot:
    /irc load NewBotName.yml
  6. Configure permissions as needed. The defaults should work fine.

RainbowMod

  1. Drop the RainbowIRC.jar file into your plugins_mod directory.
  2. Restart the server. (Please don't use /reload)
  3. Copy plugins_mod/RainbowIRC/SampleBot.yml to plugins_mod/RainbowIRC/bots/NewBotName.yml
  4. Edit the bot yml file as needed. Each option is documented. See Configuration for more details.
  5. Load and start the new bot:
    /irc load NewBotName.yml
  6. Configure permissions as needed. The defaults should work fine.