Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| af7c86ef49 | |||
| 81c6991d49 | |||
| 2a4b8d6bce |
102
pom.xml
102
pom.xml
@@ -1,52 +1,52 @@
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
|
||||
https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>net.viper.bungee</groupId>
|
||||
<artifactId>StatusAPI</artifactId>
|
||||
<version>4.0.0</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>StatusAPI</name>
|
||||
<description>BungeeCord Status API Plugin</description>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>8</maven.compiler.source>
|
||||
<maven.compiler.target>8</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<!-- BungeeCord API -->
|
||||
<dependency>
|
||||
<groupId>net.md-5</groupId>
|
||||
<artifactId>bungeecord-api</artifactId>
|
||||
<version>1.20</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- LuckPerms API (Optional) -->
|
||||
<dependency>
|
||||
<groupId>net.luckperms</groupId>
|
||||
<artifactId>api</artifactId>
|
||||
<version>5.4</version>
|
||||
<scope>provided</scope>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<finalName>StatusAPI</finalName>
|
||||
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>src/main/resources</directory>
|
||||
<filtering>false</filtering>
|
||||
</resource>
|
||||
</resources>
|
||||
</build>
|
||||
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
|
||||
https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>net.viper.bungee</groupId>
|
||||
<artifactId>StatusAPI</artifactId>
|
||||
<version>4.0.1</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>StatusAPI</name>
|
||||
<description>BungeeCord Status API Plugin</description>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>8</maven.compiler.source>
|
||||
<maven.compiler.target>8</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<!-- BungeeCord API -->
|
||||
<dependency>
|
||||
<groupId>net.md-5</groupId>
|
||||
<artifactId>bungeecord-api</artifactId>
|
||||
<version>1.20</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- LuckPerms API (Optional) -->
|
||||
<dependency>
|
||||
<groupId>net.luckperms</groupId>
|
||||
<artifactId>api</artifactId>
|
||||
<version>5.4</version>
|
||||
<scope>provided</scope>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<finalName>StatusAPI</finalName>
|
||||
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>src/main/resources</directory>
|
||||
<filtering>false</filtering>
|
||||
</resource>
|
||||
</resources>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,56 +1,56 @@
|
||||
name: StatusAPI
|
||||
main: net.viper.status.StatusAPI
|
||||
version: 4.0.0
|
||||
author: M_Viper
|
||||
description: StatusAPI für BungeeCord inkl. Update-Checker und Modul-System
|
||||
|
||||
softdepend:
|
||||
- LuckPerms
|
||||
|
||||
commands:
|
||||
# Verify Modul Befehle
|
||||
verify:
|
||||
description: Verifiziere dich mit einem Token
|
||||
usage: /verify <token>
|
||||
|
||||
# GlobalChat Modul Befehle
|
||||
globalreload:
|
||||
description: Lädt den Chat-Filter neu
|
||||
usage: /globalreload
|
||||
permission: globalchat.reload
|
||||
|
||||
globalmute:
|
||||
description: Schaltet den globalen Chat an/aus
|
||||
usage: /globalmute
|
||||
permission: globalchat.mute
|
||||
|
||||
support:
|
||||
description: Sendet eine Support-Nachricht an das Team
|
||||
usage: /support <Nachricht>
|
||||
|
||||
reply:
|
||||
description: Antwortet auf eine Support-Nachricht
|
||||
usage: /reply <Nachricht>
|
||||
|
||||
info:
|
||||
description: Zeigt Plugin-Informationen an
|
||||
usage: /info
|
||||
|
||||
permissions:
|
||||
# StatusAPI Core Permissions
|
||||
statusapi.update.notify:
|
||||
description: 'Erlaubt Update-Benachrichtigungen'
|
||||
default: op
|
||||
|
||||
# GlobalChat Permissions
|
||||
globalchat.reload:
|
||||
description: Erlaubt das Neuladen des Chat-Filters
|
||||
default: op
|
||||
|
||||
globalchat.mute:
|
||||
description: Erlaubt das Aktivieren/Deaktivieren des globalen Mutes
|
||||
default: op
|
||||
|
||||
globalchat.bypass:
|
||||
description: Umgeht den globalen Mute
|
||||
name: StatusAPI
|
||||
main: net.viper.status.StatusAPI
|
||||
version: 4.0.1
|
||||
author: M_Viper
|
||||
description: StatusAPI für BungeeCord inkl. Update-Checker und Modul-System
|
||||
|
||||
softdepend:
|
||||
- LuckPerms
|
||||
|
||||
commands:
|
||||
# Verify Modul Befehle
|
||||
verify:
|
||||
description: Verifiziere dich mit einem Token
|
||||
usage: /verify <token>
|
||||
|
||||
# GlobalChat Modul Befehle
|
||||
globalreload:
|
||||
description: Lädt den Chat-Filter neu
|
||||
usage: /globalreload
|
||||
permission: globalchat.reload
|
||||
|
||||
globalmute:
|
||||
description: Schaltet den globalen Chat an/aus
|
||||
usage: /globalmute
|
||||
permission: globalchat.mute
|
||||
|
||||
support:
|
||||
description: Sendet eine Support-Nachricht an das Team
|
||||
usage: /support <Nachricht>
|
||||
|
||||
reply:
|
||||
description: Antwortet auf eine Support-Nachricht
|
||||
usage: /reply <Nachricht>
|
||||
|
||||
info:
|
||||
description: Zeigt Plugin-Informationen an
|
||||
usage: /info
|
||||
|
||||
permissions:
|
||||
# StatusAPI Core Permissions
|
||||
statusapi.update.notify:
|
||||
description: 'Erlaubt Update-Benachrichtigungen'
|
||||
default: op
|
||||
|
||||
# GlobalChat Permissions
|
||||
globalchat.reload:
|
||||
description: Erlaubt das Neuladen des Chat-Filters
|
||||
default: op
|
||||
|
||||
globalchat.mute:
|
||||
description: Erlaubt das Aktivieren/Deaktivieren des globalen Mutes
|
||||
default: op
|
||||
|
||||
globalchat.bypass:
|
||||
description: Umgeht den globalen Mute
|
||||
default: op
|
||||
Reference in New Issue
Block a user