Skip to content

Commit

Permalink
Merge branch 'nightly' into snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
herby2212 committed Apr 5, 2022
2 parents f4aa8a0 + 0093dc5 commit e6583ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# TTA
##### Supported MC versions: 1.7, 1.8, 1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15, 1.16, 1.17
##### Supported MC versions: 1.7, 1.8, 1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15, 1.16, 1.17, 1.18

## General
TTA is a **API** for Spigot plugins aiming to provide a wide range of functions **across all MC versions** while providing the right class for the right version automatically.
Expand All @@ -12,6 +12,7 @@ The classes, like listed below, both include **features** and useful functions t
* ActionBar
* BossBar
* Holo
* Scoreboard
* Sound
* Tablist
* Title
Expand All @@ -23,6 +24,6 @@ The classes, like listed below, both include **features** and useful functions t
* Reflection
* TPS

Each class has its own **detailed wiki entry** which lists functions and examples of usage.
Each class has its own **detailed wiki entry** which lists images, functions and examples of usage.

**Link to the wiki:** https://github.com/herby2212/TTA/wiki
4 changes: 2 additions & 2 deletions plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: TTA
main: de.Herbystar.TTA.Main
version: 5.3-SNAPSHOT
version: 5.3
website: https://github.com/herby2212/TTA
author: Herbystar
loadbefore: [CTSNC, CTSNCPlus, PlayerToggle, MagicMusic, CookieCounter]
loadbefore: [CTSNC, CTSNCPlus, PlayerToggle, MagicMusic, CookieCounter, FakePlayers]
description: Title, Tablist, ActionBar, BossBar, Holo, Ping, Glow API!

0 comments on commit e6583ea

Please sign in to comment.