https://github.com/luncaaa/tag-game-mc
Play tag in your Minecraft server!
https://github.com/luncaaa/tag-game-mc
Last synced: 4 months ago
JSON representation
Play tag in your Minecraft server!
- Host: GitHub
- URL: https://github.com/luncaaa/tag-game-mc
- Owner: Luncaaa
- License: gpl-3.0
- Created: 2023-05-12T21:54:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-18T09:01:25.000Z (11 months ago)
- Last Synced: 2025-07-18T13:16:42.051Z (11 months ago)
- Language: Java
- Homepage: https://www.spigotmc.org/resources/tag-game.109807/
- Size: 241 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tag-Game
Play tag in your Minecraft server!
## Links & Support
You can download the plugin here:
- Spigot resource page: https://www.spigotmc.org/resources/tag-game.109807/
- Hangar resource page: https://hangar.papermc.io/Lucaaa/TagGame
- Modrinth resource page: https://modrinth.com/plugin/tag-game-mc
- Wiki: https://lucaaa.gitbook.io/tag-game/
- Javadocs: https://javadoc.jitpack.io/com/github/Luncaaa/Tag-Game-MC/main-SNAPSHOT/javadoc
If you have an issue, found a bug or want to suggest something, you can do it here:
- Spigot discussion page: https://www.spigotmc.org/threads/tag-game.604065/
- GitHub issues: https://github.com/Luncaaa/Tag-Game-MC/issues
- Contact me on Discord: Lucaaa#6268 / luncaaa
## How to compile
The plugin is compiled using Gradle 8.13 and Java 16.
Build the jar running the Gradle task "build"
## Developer API [](https://jitpack.io/#Luncaaa/Tag-Game-MC)
> You can find the docs [here](https://javadoc.jitpack.io/com/github/Luncaaa/Tag-Game-MC/main-SNAPSHOT/javadoc)
Maven
```xml
jitpack.io
https://jitpack.io
```
```xml
com.github.Luncaaa
Tag-Game-MC
{PLUGIN VERSION}
```
Gradle
```groovy
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
compileOnly 'com.github.Luncaaa:Tag-Game-MC:{PLUGIN VERSION}'
}
```