You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
Chanakan55991 edited this page Apr 27, 2021
·
8 revisions
TapUtils Wiki
Welcome to the wiki, you can find documentation related to TapUtils library on how to use it and what is includes. It is still not finished So please be patient as I am continuously writing up the pages.
after putting dependencies into maven, please initialize this library by putting below code in your main class:
@OverridepublicvoidonEnable() {
TapUtils.setPlugin(this);
TapUtils.setPluginName("PluginName"); //This is use as a prefix for sending messageTapUtils.setPrefixColor(ChatColor.GREEN); //Change this to any color you like for prefix
}