mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2025-05-10 02:57:07 +00:00
Modify POM, support new BungeeCord builds.
This commit is contained in:
parent
2f40480a50
commit
cb7963dbc5
7
pom.xml
7
pom.xml
@ -137,13 +137,6 @@
|
|||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>net.md-5</groupId>
|
|
||||||
<artifactId>bungeecord-config</artifactId>
|
|
||||||
<version>1.7-SNAPSHOT</version>
|
|
||||||
<type>jar</type>
|
|
||||||
<scope>provided</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.projectlombok</groupId>
|
<groupId>org.projectlombok</groupId>
|
||||||
<artifactId>lombok</artifactId>
|
<artifactId>lombok</artifactId>
|
||||||
|
@ -75,4 +75,9 @@ public class RedisBungeeCommandSender implements CommandSender {
|
|||||||
public void setPermission(String s, boolean b) {
|
public void setPermission(String s, boolean b) {
|
||||||
// no-op
|
// no-op
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public Collection<String> getPermissions() {
|
||||||
|
return Collections.emptySet();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user