WebSocketServices v2.0.0-R12
Details
-
FilenameWebSocketServices-2.0.0.jar
-
Uploaded by
-
UploadedMar 23, 2015
-
Size5.95 MB
-
Downloads1,494
-
MD544bfbf29f006c68e9235aa8df06aab77
Supported Bukkit Versions
- 1.8
Changelog
The plug-in is now included in a package that contains the jar file, the client-side libraries, and an example. The example can be used as is if you do not wish to take the time to write your own, or do not have the technical background. The following changes have been made to the plug-in and client-side script.
WebSocketServices Plugin Version 2.0.0 Changes
- Upgraded to Spigot 1.8
- Added the seed service.
- Added undocumented JSON support for invoking multiple services at once.
Client-Side Script Version 2.0.0-R12 Changes
- Support for Spigot 1.8. BungeeCord support is incomplete and has been disabled.
- Support for the seed service added.
- Added undocumented JSON support for mutliple commands & arguments at once, such as '{ "commands": [{ "command": "info"}, { "command": "seed"}]}'
Server-Side Configuration
The offlineplayer service should always be lower-case in your config.yml. Older versions of this plug-in had a mixed-case service name for the offlineplayer service.
Client-Side Scripts
The client-side libraries will no longer be bundled with the jar, they can be found at the following location: https://github.com/CaffeinatedRat/WebSocketServices/tree/master/build/Client-Side
The client-side scripts require the following libraries:
- jquery-1.8.2.min.js
Other Known Issues
- The 3d profile cannot use the webgl option without an image proxy or until Mojang adds CORS support to the Minecraft skin server.
- Player's skins are stored in a case-sensitive manner, yet the white-list information provided by bukkit always returns names as lower-case. If a player has logged onto your server at least once this is not an issue. It only occurs for white-listed players that have never logged into the server. This is why you will see 'steve' for the player's face from the white-list service.