Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/augustt198/talkingheads
https://github.com/augustt198/talkingheads
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/augustt198/talkingheads
- Owner: augustt198
- Created: 2013-11-09T06:29:29.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-09T16:37:16.000Z (about 11 years ago)
- Last Synced: 2023-08-02T15:35:24.477Z (over 1 year ago)
- Language: Java
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TalkingHeads
============Bukkit plugin for adding a message to your player, that is displayed when someone right clicks your player head, or does
`/getmessage [username]`. You can set your message with `/setmessage [message]`. Messages are saved using MongoDB.#Building
Use `mvn clean install` and move the `target/talkingheads-0.1.jar` file to `plugins/`
Dependencies: `mongodb-driver`
#Configuration
Configuration of the `config.yml` file is the same as in `augustt198/MongoRegister`, except `emailfield`
is now `messagefield` (the field for storing the player's message).