1.1.0: `preferCachedPlaceholders` and PlaceholderAPI update
New feature: options.preferCachedPlaceholders
With preferCachedPlaceholders=false (the default), the placeholders will be generated with the OfflinePlayer object returned by Bukkit.getOfflinePlayer() in real-time. This is more reliable in general, less likely to break placeholders, and should be more consistent. But, it is incompatible with some plugins (most notably, MMOCore)
With preferCachedPlaceholders=true, the placeholders will be generated when the user has logged into a certain profile, and saved to the DB. The Profile GUI will pull the placeholders from the DB
Fixed a bug where the user couldn't open the profile manually with /profiles after the user dies with the menu open