Skip to content

Commit 6fdfd3d

Browse files
authored
Merge pull request #171 from BentoBoxWorld/fix/addon-yml-duplicate-permission-keys
Fix duplicate permission keys in addon.yml (1.22.1)
2 parents bb2bc71 + 5260462 commit 6fdfd3d

2 files changed

Lines changed: 13 additions & 55 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<!-- Do not change unless you want different name for local builds. -->
6363
<build.number>-LOCAL</build.number>
6464
<!-- This allows to change between versions. -->
65-
<build.version>1.22.0</build.version>
65+
<build.version>1.22.1</build.version>
6666
<!-- Sonar Cloud -->
6767
<sonar.projectKey>BentoBoxWorld_AcidIsland</sonar.projectKey>
6868
<sonar.organization>bentobox-world</sonar.organization>

src/main/resources/addon.yml

Lines changed: 12 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -72,22 +72,13 @@ permissions:
7272
description: Allow use of '/ai settings' command - display island settings
7373
default: TRUE
7474
acidisland.island.name:
75-
description: Allow use of '/ai setname' command - set a name for your island
76-
default: TRUE
77-
acidisland.island.name:
78-
description: Allow use of '/ai resetname' command - reset your island name
75+
description: Allow use of '/ai setname' or '/ai resetname' command - set or reset your island name
7976
default: TRUE
8077
acidisland.island.language:
8178
description: Allow use of '/ai language' command - select language
8279
default: TRUE
8380
acidisland.island.ban:
84-
description: Allow use of '/ai ban' command - ban a player from your island
85-
default: TRUE
86-
acidisland.island.ban:
87-
description: Allow use of '/ai unban' command - unban a player from your island
88-
default: TRUE
89-
acidisland.island.ban:
90-
description: Allow use of '/ai banlist' command - list banned players
81+
description: Allow use of '/ai ban' or '/ai unban' or '/ai banlist' command - manage banned players
9182
default: TRUE
9283
acidisland.island.expel:
9384
description: Allow use of '/ai expel' command - expel a player from your island
@@ -117,22 +108,13 @@ permissions:
117108
description: Allow use of '/ai team reject' command - reject an invitation
118109
default: TRUE
119110
acidisland.island.team.coop:
120-
description: Allow use of '/ai team coop' command - make a player coop rank on your island
121-
default: TRUE
122-
acidisland.island.team.coop:
123-
description: Allow use of '/ai team uncoop' command - remove a coop rank from player
124-
default: TRUE
125-
acidisland.island.team.trust:
126-
description: Allow use of '/ai team trust' command - give a player trusted rank on your island
111+
description: Allow use of '/ai team coop' or '/ai team uncoop' command - manage coop rank for a player
127112
default: TRUE
128113
acidisland.island.team.trust:
129-
description: Allow use of '/ai team untrust' command - remove trusted player rank from player
114+
description: Allow use of '/ai team trust' or '/ai team untrust' command - manage trusted rank for a player
130115
default: TRUE
131116
acidisland.island.team.promote:
132-
description: Allow use of '/ai team promote' command - promote a player on your island up a rank
133-
default: TRUE
134-
acidisland.island.team.promote:
135-
description: Allow use of '/ai team demote' command - demote a player on your island down a rank
117+
description: Allow use of '/ai team promote' or '/ai team demote' command - promote or demote a player a rank
136118
default: TRUE
137119
acidisland.island.sethome:
138120
description: Allow use of '/ai sethome' command - set your home teleport point
@@ -153,13 +135,7 @@ permissions:
153135
description: Allow use of '/acid version' command - display BentoBox and addons versions
154136
default: OP
155137
acidisland.admin.tp:
156-
description: Allow use of '/acid tp' command - teleport to a player's island
157-
default: OP
158-
acidisland.admin.tp:
159-
description: Allow use of '/acid tpnether' command - teleport to a player's island
160-
default: OP
161-
acidisland.admin.tp:
162-
description: Allow use of '/acid tpend' command - teleport to a player's island
138+
description: Allow use of '/acid tp/tpnether/tpend' command - teleport to a player's island
163139
default: OP
164140
acidisland.admin.getrank:
165141
description: Allow use of '/acid getrank' command - get a player's rank on their island or the island of the owner
@@ -174,34 +150,19 @@ permissions:
174150
description: Allow use of '/acid team' command - manage teams
175151
default: FALSE
176152
acidisland.mod.team.add:
177-
description: Allow use of '/acid team add' command - add player to owner's team
153+
description: Allow use of '/acid team add' or '/acid add' command - add player to owner's team
178154
default: OP
179155
acidisland.mod.team.disband:
180-
description: Allow use of '/acid team disband' command - disband owner's team
156+
description: Allow use of '/acid team disband' or '/acid disband' command - disband owner's team
181157
default: OP
182158
acidisland.mod.team.fix:
183-
description: Allow use of '/acid team fix' command - scans and fixes cross island membership in database
184-
default: OP
185-
acidisland.mod.team.kick:
186-
description: Allow use of '/acid team kick' command - kick a player from a team
187-
default: OP
188-
acidisland.mod.team.setowner:
189-
description: Allow use of '/acid team setowner' command - transfers island ownership to the player
190-
default: OP
191-
acidisland.mod.team.add:
192-
description: Allow use of '/acid add' command - add player to owner's team
159+
description: Allow use of '/acid team fix' or '/acid fix' command - scans and fixes cross island membership in database
193160
default: OP
194161
acidisland.mod.team.kick:
195-
description: Allow use of '/acid kick' command - kick a player from a team
196-
default: OP
197-
acidisland.mod.team.disband:
198-
description: Allow use of '/acid disband' command - disband owner's team
162+
description: Allow use of '/acid team kick' or '/acid kick' command - kick a player from a team
199163
default: OP
200164
acidisland.mod.team.setowner:
201-
description: Allow use of '/acid setowner' command - transfers island ownership to the player
202-
default: OP
203-
acidisland.mod.team.fix:
204-
description: Allow use of '/acid fix' command - scans and fixes cross island membership in database
165+
description: Allow use of '/acid team setowner' or '/acid setowner' command - transfers island ownership to the player
205166
default: OP
206167
acidisland.admin.blueprint:
207168
description: Allow use of '/acid blueprint' command - manipulate blueprints
@@ -266,14 +227,11 @@ permissions:
266227
acidisland.admin.resets.set:
267228
description: Allow use of '/acid resets set' command - sets how many times this player has reset his island
268229
default: OP
269-
acidisland.admin.resets.remove:
270-
description: Allow use of '/acid resets reset' command - sets the player's island reset count to 0
271-
default: OP
272230
acidisland.admin.resets.add:
273231
description: Allow use of '/acid resets add' command - adds this player's island reset count
274232
default: OP
275233
acidisland.admin.resets.remove:
276-
description: Allow use of '/acid resets remove' command - reduces the player's island reset count
234+
description: Allow use of '/acid resets reset' or '/acid resets remove' command - reset to 0 or reduce the player's island reset count
277235
default: OP
278236
acidisland.admin.delete:
279237
description: Allow use of '/acid delete' command - deletes a player's island

0 commit comments

Comments
 (0)