Installation: Difference between revisions
From PurpleIRC Wiki
Cnaudeadmin (talk | contribs) No edit summary |
Cnaudeadmin (talk | contribs) |
||
Line 21: | Line 21: | ||
== RainbowMod == | == RainbowMod == | ||
# Drop the ''' | # Drop the '''RainbowIRC.jar''' file into your plugins_mod directory. | ||
# Restart the server. (Please don't use /reload) | # Restart the server. (Please don't use /reload) | ||
# Copy '''plugins_mod/ | # Copy '''plugins_mod/RainbowIRC/SampleBot.yml''' to '''plugins_mod/RainbowIRC/bots/NewBotName.yml''' | ||
# Edit the bot yml file as needed. Each option is documented. See [[Configuration]] for more details. | # Edit the bot yml file as needed. Each option is documented. See [[Configuration]] for more details. | ||
# Load and start the new bot: <pre>/irc load NewBotName.yml</pre> | # Load and start the new bot: <pre>/irc load NewBotName.yml</pre> | ||
# Configure permissions as needed. The defaults should work fine. | # Configure permissions as needed. The defaults should work fine. |
Latest revision as of 16:27, 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 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 RainbowIRC.jar file into your plugins_mod directory.
- Restart the server. (Please don't use /reload)
- Copy plugins_mod/RainbowIRC/SampleBot.yml to plugins_mod/RainbowIRC/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.