Installation: Difference between revisions
From PurpleIRC Wiki
Cnaudeadmin (talk | contribs) (Created page with "Install info goes here..") |
Cnaudeadmin (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
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 bot.yml | |||
# Configure permissions as needed. The defaults should work fine. |
Revision as of 16:12, 6 June 2015
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 bot.yml
- Configure permissions as needed. The defaults should work fine.