Bugfix
Fixed a problem with the permission. If Permission.Necessary was set to false a permission was still needed, this was fixed.
This commit is contained in:
parent
338a56a3ad
commit
1fe90fb5a7
@ -1,7 +1,7 @@
|
||||
<component name="ArtifactManager">
|
||||
<artifact type="jar" name="T2C-AliasBungee_v1.0.5">
|
||||
<artifact type="jar" name="T2C-AliasBungee_v1.0.6">
|
||||
<output-path>$PROJECT_DIR$/../../Plugins/T2Code-Alias/.jar</output-path>
|
||||
<root id="archive" name="T2C-AliasBungee_v1.0.5.jar">
|
||||
<root id="archive" name="T2C-AliasBungee_v1.0.6.jar">
|
||||
<element id="module-output" name="T2Code-Alias" />
|
||||
</root>
|
||||
</artifact>
|
2
pom.xml
2
pom.xml
@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>net.t2code</groupId>
|
||||
<artifactId>AliasBungee</artifactId>
|
||||
<version>1.0.5</version>
|
||||
<version>1.0.6</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>T2C-AliasBungee</name>
|
||||
|
@ -17,7 +17,7 @@ public class RegisterCommands extends Command {
|
||||
private final String prefix = Main.prefix;
|
||||
|
||||
public RegisterCommands(String alias) {
|
||||
super(alias, "t2code.alias.use." + alias.toLowerCase());
|
||||
super(alias);
|
||||
this.alias = alias;
|
||||
}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: T2C-AliasBungee
|
||||
version: 1.0.5
|
||||
version: 1.0.6
|
||||
main: net.t2code.alias.Bungee.Main
|
||||
description: T2Code Alias Plugin
|
||||
author: JaTiTV
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user