Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Commit

Permalink
fixed bad spacing on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xackery committed Feb 12, 2018
1 parent 7eee672 commit e468e68
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# DiscordEQ
This plugin allows Everquest to communicate with Discord in a bidirectional manner.

##How to Configure
## How to Configure

###Edit eqemu_config
### Edit eqemu_config
* Add to eqemu_config.json these lines under the server {} section:
```json
"discord" : {
Expand All @@ -18,7 +18,7 @@ This plugin allows Everquest to communicate with Discord in a bidirectional mann
```
* each section above with {WORD} sections will be populated with data as you follow below steps.

###Prepare App/Bot in Discord
### Prepare App/Bot in Discord
* Go to https://discordapp.com/developers/
* Click My Apps on the top left area.
* Click + New App
Expand All @@ -29,7 +29,7 @@ This plugin allows Everquest to communicate with Discord in a bidirectional mann
* Make sure Public Bot is unchecked, as well as oauth2 grant.
* Save, click to reveal the token. Copy the bot token into your {YOURTOKEN} field in eqemu_config, under username

###Prepare server, channel IDs
### Prepare server, channel IDs
* Inside Discord, right click your server's circular icon and on the bottom choose Copy ID.
* Paste the serverID into your eqemu_config's {SERVERID} field
* Create a new channel for OOC chat. Right click the channels' name and copy ID.
Expand All @@ -40,17 +40,17 @@ This plugin allows Everquest to communicate with Discord in a bidirectional mann
* If you don't have a website with itemlinks, remove the {ITEMURL} entry all together and keep it empty. Discord will italics itemlinks in game when displayed on Discord then.


###Enable Telnet
### Enable Telnet
* Look through eqemu_config and you will find an option for telnet="enabled".

###Set a telnet account password
### Set a telnet account password
* Go to your Accounts table on the DB, and set a password for one of your GM accounts. You can manually enter a password in there, plain text, and copy/paste it into the <telnetpassword> field in your eqemu_config.xml.

###Run DiscordEQ
### Run DiscordEQ
* Your first run should fail with an unauthorized notification, since you have not given your bot permissions to your server yet. You will see a link on the bottom you can copy paste into a browser, and give it permission to access your server.


###Enabling Players to talk from Discord to EQ
### Enabling Players to talk from Discord to EQ
* Admin-level accounts can only do the following steps.
* To allow this, inside discord go to Server Settings.
* Go to Roles.
Expand Down

0 comments on commit e468e68

Please sign in to comment.