Installation: Difference between revisions

From PurpleIRC Wiki
No edit summary
No edit summary
Line 3: Line 3:
== CraftBukkit/Spigot ==
== CraftBukkit/Spigot ==


# Drop the PurpleIRC.jar file into your plugins directory.
# Drop the '''PurpleIRC.jar''' file into your plugins directory.
# Restart the server. (Please don't use /reload)
# Restart the server. (Please don't use /reload)
# Copy '''plugins/PurpleIRC/SampleBot.yml/''' to '''plugins/PurpleIRC/bots/NewBotName.yml'''
# 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.
# Edit the bot yml file as needed. Each option is documented. See [[Configuration]] for more details.
# Load and start the new bot.
# Load and start the new bot.
  /irc load bot.yml
  /irc load NewBotName.yml
# Configure permissions as needed. The defaults should work fine.
# 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

  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
  1. Configure permissions as needed. The defaults should work fine.