Skip to content
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.

Table of Contents

Getting Started

after putting dependencies into maven, please initialize this library by putting below code in your main class:

@Override
public void onEnable() {
    TapUtils.setPlugin(this);
    TapUtils.setPluginName("PluginName"); //This is use as a prefix for sending message
    TapUtils.setPrefixColor(ChatColor.GREEN); //Change this to any color you like for prefix
}
Clone this wiki locally