diff --git a/.gitignore b/.gitignore
index 48d89aac..b599f25f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,7 @@
# netbeans
/nbproject
nb-configuration.xml
+/bukkit/nbproject/
# maven
/target
diff --git a/CHANGELOG.md b/CHANGELOG.md
index daa51140..b71fb205 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,7 +9,7 @@
* Fixed CrazyLogin player data restore -> Fixes memory leaks with this plugin
* Fixed premium name check to protocolsupport
-* Improved permissions managment
+* Improved permissions management
######0.4
diff --git a/bukkit/src/main/resources/plugin.yml b/bukkit/src/main/resources/plugin.yml
index 4497e1a5..7fdc8c91 100644
--- a/bukkit/src/main/resources/plugin.yml
+++ b/bukkit/src/main/resources/plugin.yml
@@ -38,20 +38,20 @@ commands:
permission: ${project.artifactId}.command.unpremium
permissions:
- ${project.parent.name}.command.premium:
+ ${project.artifactId}.command.premium:
description: 'Label themselves as premium'
default: true
- ${project.parent.name}.command.premium.other:
+ ${project.artifactId}.command.premium.other:
description: 'Label others as premium'
children:
- ${project.parent.name}.command.premium
+ ${project.artifactId}.command.premium: true
- ${project.parent.name}.command.unpremium:
+ ${project.artifactId}.command.unpremium:
description: 'Label themselves as cracked'
default: true
- ${project.parent.name}.command..unpremium.other:
+ ${project.artifactId}.command..unpremium.other:
description: 'Label others as cracked'
children:
- ${project.parent.name}.command.unpremium
\ No newline at end of file
+ ${project.artifactId}.command.unpremium: true
\ No newline at end of file
diff --git a/universal/pom.xml b/universal/pom.xml
index 1223e977..ed7fb7df 100644
--- a/universal/pom.xml
+++ b/universal/pom.xml
@@ -26,6 +26,11 @@
false
false
+
+
+ ${project.groupId}:*
+
+