Skip to content

luke0630/TakoyakiLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💻TakoyakiLibrary

This is a versatile utility library that includes a collection of helpful methods to streamline your development..

for Bukkit, Spigot, Paper plugins

🍎How to install

Put TakoyakiLibrary-#.#.jar in plugins folder.

You can download the jar file from the release page.

<repository>
  <id>jitpack.io</id>
  <url>https://jitpack.io</url>
</repository>
<dependency>
    <groupId>com.github.luke0630</groupId>
    <artifactId>TakoyakiLibrary</artifactId>
    <version>1.0</version>
    <scope>provided</scope>
</dependency>

💡Usage example

player.sendMessaege( TakoUtility.toColor("&c&l Successful.") );

Other methods can be found in the TakoUtility class.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages