Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aivruu/clientviewer
Uncompleted plugin for check clients that players use to play on servers
https://github.com/aivruu/clientviewer
client java kyori minecraft minecraft-plugin minimessage paper-plugin papermc plugin
Last synced: about 2 months ago
JSON representation
Uncompleted plugin for check clients that players use to play on servers
- Host: GitHub
- URL: https://github.com/aivruu/clientviewer
- Owner: aivruu
- License: gpl-3.0
- Archived: true
- Created: 2024-04-04T22:37:40.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-07T18:34:22.000Z (7 months ago)
- Last Synced: 2024-09-23T05:02:41.540Z (about 2 months ago)
- Topics: client, java, kyori, minecraft, minecraft-plugin, minimessage, paper-plugin, papermc, plugin
- Language: Java
- Homepage:
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ClientViewer
[![](https://jitpack.io/v/aivruu/clientviewer.svg)](https://jitpack.io/#aivruu/clientviewer)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/aivruu/clientviewer/build)
![GitHub Release](https://img.shields.io/github/v/release/aivruu/clientviewer)
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/aivruu/clientviewer/total)
![Modrinth Downloads](https://img.shields.io/modrinth/dt/clientviewer)`clientviewer` is a Paper plugin that allows to see the information about the client of any player use on your server.
> [!NOTE]\
> As the client is who provide this information, there's the possibility that some clients can modify this
> information to deceive, like provide a non-suspicious brand-name or protocol number, The plugin can block clients with
> invalid, or specific brand-names, but yet there's the possibility that a client can bypass this.### Documentation
- [Javadoc](https://jitpack.io/com/github/aivruu/clientviewer/latest/javadoc/)### Features
- Check what clients types and versions use the players.
- Prevent that clients with non-provided brand names can join.
- Prevent that specified clients can join.## Requirements
- [Paper](https://papermc.io/downloads/paper) 1.19+
- Java 17+### Download
You can visualize the latest version on the document header, or at the GitHub releases page.
```kotlin
repositories {
maven("https://jitpack.io/")
}dependencies {
compileOnly("com.github.aivruu:clientviewer:VERSION")
}
``````xml
jitpack-repo
https://jitpack.io/
com.github.aivruu
clientviewer
VERSION```
### Building
This library use Gradle-Kotlin for project structuration and building.
```
git clone https://github.com/aivruu/clientviewer.git
cd clientviewer
./gradlew build
```JDK 17 or newer is fully required.