WebSocketServices v1.2.0-R6

Details

  • Filename
    WebSocketServices-1.2.0-R6.zip
  • Uploaded by
  • Uploaded
    May 9, 2013
  • Size
    1.92 MB
  • Downloads
    844
  • MD5
    1298bf814a6ec50e28b7a8b080708cb4

Supported Bukkit Versions

  • CB 1.5.1-R0.2

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 1.2.0 Changes
  • Added the player service.
  • Upgraded to Bukkit version 1.5.1-R0.2.
  • NOTE: If you are upgrading this plug-in, please make sure that the offlineplayers service is all lower-case in the config.yml, and if it is not then change it from offlinePlayers service to offlineplayers.
Client-Side Script Version 1.2.0-R6 Changes
  • Added support for the new player service.
  • Changed the parent container class from wssPluginList to wssMinecraftPluginList.
  • Added logic to prevent mutliple timers from firing for the who service, and new player service, when triggered multiple times.
  • Updated the example to show the player's health, experience, and level if the player service is enabled.
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 scripts require the following libraries:

  • jquery-1.8.2.min.js
  • three.min.js
  • TrackballControls.js

The following are 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.