Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Releases: Chanakan5591/TapUtils

JavaDocs

30 Apr 11:13
f4d4487
Compare
Choose a tag to compare

I'm now using JavaDoc instead of wiki to help reduce my work and to concentrate more on improving the code!

This release also contain some new cool stuff so check out the javadoc at https://chanakan55991.github.io

New Stuff

29 Apr 11:59
577501b
Compare
Choose a tag to compare

CHANGES:

- Moved MathUtils class to live.chanakancloud.taputils.math.MathUtils

NEW FUNCTIONS:

MathUtils

- sqrt_float(float value)
- sqrt_double(double value)
- floor_float(float value)
- abs(float value)
- abs_int(int value)
- average(long[] values)
- playerMoved(Vector from, Vector to)

MiscUtils

- log(String message)
- combine(List<T> first, List<T> second)

PlayerUtils

- isAscending(Location from, Location to)
- isDescending(Location from, Location to)
- getPlayer(UUID uuid)
- isPlayerOnline(UUID uuid)
- getPlayerByName(String name)

Added New Function

28 Apr 05:46
Compare
Choose a tag to compare

Added New Function

  • createItemStack(Material material, int amount, String name, String... lore)
  • getBlockFromGround(Block block)
  • getBlockInRadius(Block block, int radius)
  • getTopBlock(Player player)
  • Added XMaterial for friction check

for more information please look at the wiki.

Changed Spigot API Version

27 Apr 21:58
Compare
Choose a tag to compare

Changed spigot API version from 1.16.5 to 1.14.4 to ensure backward compatibility.

v1.0

27 Apr 05:07
0d7bd0f
Compare
Choose a tag to compare

First releases