diff --git a/src/io/github/norbipeti/thebuttonmcchat/TBMCChatAPI.java b/src/io/github/norbipeti/thebuttonmcchat/TBMCChatAPI.java index af8274a..e19e8fe 100644 --- a/src/io/github/norbipeti/thebuttonmcchat/TBMCChatAPI.java +++ b/src/io/github/norbipeti/thebuttonmcchat/TBMCChatAPI.java @@ -51,4 +51,9 @@ public class TBMCChatAPI { public void AddPlayerInfoForHover(TBMCPlayer player, String infoline) { // TODO } + + public TBMCPlayer GetPlayer(Player player) //TODO: Move to the bucket + { //TODO: Enable offline playerinfo + + } }