https://github.com/ckolderup/splash
A Bukkit plugin to ping servers when events occur in Minecraft
https://github.com/ckolderup/splash
Last synced: 11 months ago
JSON representation
A Bukkit plugin to ping servers when events occur in Minecraft
- Host: GitHub
- URL: https://github.com/ckolderup/splash
- Owner: ckolderup
- Created: 2011-03-19T00:55:40.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-04-12T00:38:50.000Z (almost 15 years ago)
- Last Synced: 2025-01-08T13:56:09.554Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 117 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
sample config.yml in plugins/Splash/config.yml:
--
PLAYER_JOIN: http://localhost/api/player/join
PLAYER_QUIT: http://localhost/api/player/quit
PLAYER_DEATH: http://localhost/api/player/death
--
That's it! Just set up a webapp to handle those requests and you're good. If you're Splashing, maybe you could get soaked?
http://github.com/ckolderup/soaked
TODO:
* some sort of token-based auth
* more server events
* more information sent in the HTTP request
* retry on non-200-level response status codes
* periodically sending a player list so soaked can verify its own internal state of who's currently online