From b4ade882bed8256a92f5efb9006dc1b0ac55322a Mon Sep 17 00:00:00 2001 From: games647 Date: Sat, 5 Mar 2016 20:28:40 +0100 Subject: [PATCH] Fixed correct build + Fixed plugin.yml --- .gitignore | 1 + CHANGELOG.md | 2 +- bukkit/src/main/resources/plugin.yml | 12 ++++++------ universal/pom.xml | 5 +++++ 4 files changed, 13 insertions(+), 7 deletions(-) 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}:* + +