Skip to content
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MCUmbrella authored Aug 9, 2021
1 parent 9310286 commit d4dfc86
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# MC2GForward
#### Forward messages between Minecraft and Guilded server
### Note:
- When the plugin is first installed on the server it will create an empty configuration file. You need to fill in your bot token and channel ID.
- After setting up, **RESTART the server.**<br>
*Did I make it clear? DO, NOT, RELOAD*
### Configuration: `config.properties`
```properties
token=
channel=
forwardJoinLeaveEvents=true
debug=false
```
- `token`: your bot token
- `channel`: target channel ID. All message forwarding occurs on this channel
- `forwardJoinLeaveEvents`: whether forward player join/quit messages or not
- `debug`: print the response after forwarding message to Guilded. If you got a JSON with "Exception" or "code" key that means message forwarding not successful<br>

0 comments on commit d4dfc86

Please sign in to comment.