Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix getting white list, ban list, and op list. Fixes BUKKIT-5538 | Travis Watkins | 2014-04-17 | -20/+12 |
| | | | | | | | | The getEntries methods on these return player names instead of UUIDs. As we need the UUIDs for our API we add a getValues method to get at the data we need. To further ensure we get the most data possible we also add a way to get at the stored GameProfile to ensure we always have both the UUID and the name from the list. | |||
* | Use world-container when finding players to convert. Fixes BUKKIT-5530 | Travis Watkins | 2014-04-13 | -1/+1 |
| | ||||
* | Update CraftBukkit to Minecraft 1.7.8 | Travis Watkins | 2014-04-11 | -0/+410 |