Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxikg/mc-messenger
Minecraft related adapters for messenger-java.
https://github.com/maxikg/mc-messenger
Last synced: 17 days ago
JSON representation
Minecraft related adapters for messenger-java.
- Host: GitHub
- URL: https://github.com/maxikg/mc-messenger
- Owner: maxikg
- License: gpl-3.0
- Created: 2016-01-04T23:36:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-04T23:48:10.000Z (about 9 years ago)
- Last Synced: 2024-11-06T03:17:01.083Z (2 months ago)
- Language: Java
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# MC Messenger
MC Messenger contains various adapters for [Messenger](https://github.com/maxikg/messenger-java) for Minecraft related
software.## Installation
1. Clone this repository: `git clone https://github.com/maxikg/mc-messenger.git`
2. Change directory: `cd mc-messenger`
3. Invoke Maven: `mvn package
4. Copy binary from `[platform]/target/messenger-[version].jar to your `plugins/` folder of the software## Usage
* **Bukkit:** `/messenger-test` with activated `server_player`
Since this is an API the best usage is programatically. At the moment there are no code examples.
## ToDo
* Code usage examples
* BungeeCord adapter
* Reconnection handling
* Command description & permission
* JavaDoc## Licensed
Licensed under GNU General Public License Version 3. See: [LICENSE.txt](/LICENSE.txt).