ChestShop-3/src/main/java/com/Acrobot/ChestShop/Listeners/Player
Phoenix616 2d45dcdac0 Get rid of expensive calls to Bukkit#getOfflinePlayer with a username
This changes events to store the database Account instead of an OfflinePlayer and deprecates any event method that uses/returns OfflinePlayer. This is necessary as Bukkit#getOfflinePlayer(String) queries Mojang for the UUID when the user was not found in the local cache. As we already store this information (name to UUID mapping) in our database we should not have no need to rely on querying Mojang. (This might make transactions fail for shop owners that haven't played before but that shouldn't really be an issue in most cases)
2017-10-29 23:50:24 +01:00
..
PlayerConnect.java Try to fix a few more errors 2016-09-20 15:45:18 -04:00
PlayerInteract.java Get rid of expensive calls to Bukkit#getOfflinePlayer with a username 2017-10-29 23:50:24 +01:00
PlayerInventory.java Mavenized the project 2013-03-08 20:31:15 +01:00
PlayerLeave.java Rewrite (and document) the NameManager 2017-06-30 20:28:18 +01:00
PlayerTeleport.java Add a prevention from NPE 2013-10-27 16:51:20 +01:00