mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-15 05:41:51 +08:00
Deprecated BanData interface - new way incoming
This commit is contained in:
parent
bd06c709f8
commit
2af36b0ec8
@ -11,7 +11,9 @@ import java.util.UUID;
|
||||
* Interface for PluginData objects that affect Ban state of players.
|
||||
*
|
||||
* @author Rsl1122
|
||||
* @deprecated As of 4.3.2+ BanData has been deprecated as a way to display bans. Use Key integration instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public interface BanData {
|
||||
|
||||
boolean isBanned(UUID uuid);
|
||||
|
Loading…
Reference in New Issue
Block a user