mirror of
https://github.com/YouHaveTrouble/CommandWhitelist.git
synced 2026-05-11 22:16:57 +00:00
update pom and added information in bungee-specific config
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<version>3.8.1</version>
|
<version>3.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>${java.version}</source>
|
<source>${java.version}</source>
|
||||||
<target>${java.version}</target>
|
<target>${java.version}</target>
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-shade-plugin</artifactId>
|
<artifactId>maven-shade-plugin</artifactId>
|
||||||
<version>3.2.2</version>
|
<version>3.2.4</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<phase>package</phase>
|
<phase>package</phase>
|
||||||
|
|||||||
@@ -11,7 +11,8 @@ commands:
|
|||||||
# you can add unlimited amount of whitelists
|
# you can add unlimited amount of whitelists
|
||||||
|
|
||||||
# commandwhitelist.commands.default
|
# commandwhitelist.commands.default
|
||||||
# this will be automatically given to players by default
|
# this will NOT be automatically given to players by default!
|
||||||
|
# you have to give this permission to default droup by yourself as there is no automatic way to do it for a plugin
|
||||||
default:
|
default:
|
||||||
- glist
|
- glist
|
||||||
- server
|
- server
|
||||||
|
|||||||
Reference in New Issue
Block a user