Installation
From PurpleIRC Wiki
The installations vary slightly for the different versions.
CraftBukkit/Spigot
- Drop the PurpleIRC.jar file into your plugins directory.
- Restart the server. (Please don't use /reload)
- Copy plugins/PurpleIRC/SampleBot.yml to plugins/PurpleIRC/bots/NewBotName.yml
- Edit the bot yml file as needed. Each option is documented. See Configuration for more details.
- Load and start the new bot:
/irc load NewBotName.yml
- Configure permissions as needed. The defaults should work fine.
Forge
- Drop the PurpleIRC.jar file into your mods directory.
- Restart the server.
- Copy mods/PurpleIRC/SampleBot.yml bot to config/PurpleIRC/bots/NewBotName.yml
- Edit the bot yml file as needed. Each option is documented. See Configuration for more details.
- Load and start the new bot:
/irc load NewBotName.yml
- Configure permissions as needed. The defaults should work fine.
RainbowMod
- Drop the PurpleIRC.jar file into your plugins_mod directory.
- Restart the server. (Please don't use /reload)
- Copy plugins_mod/PurpleIRC/SampleBot.yml to plugins_mod/PurpleIRC/bots/NewBotName.yml
- Edit the bot yml file as needed. Each option is documented. See Configuration for more details.
- Load and start the new bot:
/irc load NewBotName.yml
- Configure permissions as needed. The defaults should work fine.