https://github.com/invvk/actionbar-api
action bar api
https://github.com/invvk/actionbar-api
Last synced: 3 months ago
JSON representation
action bar api
- Host: GitHub
- URL: https://github.com/invvk/actionbar-api
- Owner: Invvk
- License: mit
- Created: 2022-05-12T20:28:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-12T23:24:44.000Z (about 3 years ago)
- Last Synced: 2025-01-09T01:58:47.991Z (4 months ago)
- Language: Java
- Size: 87.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ActionBar API
[](https://search.maven.org/search?q=g:%22io.github.invvk%22%20AND%20a:%22actionbar-api%22)
[](https://github.com/Invvk/actionbar-api/actions/workflows/ci.yml)a simple action bar api supports the following versions:
| Version | Support |
|------------------------|--------------------|
| 1.18.2 | :heavy_check_mark: |
| 1.17.1 | :heavy_check_mark: |
| 1.16.5 | :heavy_check_mark: |
| 1.12.2 | :heavy_check_mark: |
| 1.8.8 | :heavy_check_mark: |
| 1.15.x, 1.14.x, 1.13.x | :x: |## Add to your dependency
in your maven project, add this to `pom.xml`:
```xmlio.github.invvk
actionbar-api
{VERSION HERE}
compile```
or if you are using gradle, add this to your `build.gradle`:
```groovy
implementation 'io.github.invvk:actionbar-api:{VERSION HERE}'
```# Usage
The usage of this class is pretty simple. through the class `ActionBarAPI` you have 3 different methods:
- sendAll(Message)
- send(Player, Message)
- send(Player, Message, Duration, plugin)and that's it!
# License
This project falls under the [MIT License](https://github.com/Invvk/ActionBar-API/blob/main/LICENSE)