File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/me/ryanhamshire/GriefPrevention Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
55 <groupId >com.griefprevention</groupId >
66 <artifactId >GriefPrevention</artifactId >
7- <version >17.0.15 </version >
7+ <version >17.0.16 </version >
88
99 <name >GriefPrevention</name >
1010 <description >The official self-service anti-griefing Bukkit plugin for Minecraft servers since 2011.</description >
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ public enum Alias {
102102 arguments:
103103 player:
104104 type: player
105- """ , "list " ),
105+ """ , "claimslist " ),
106106
107107 ClaimMode ("""
108108 enable: true
@@ -250,13 +250,13 @@ public enum Alias {
250250
251251 AClaimList ("""
252252 enable: true
253- commands: [list ]
253+ commands: [adminclaimslist ]
254254 usage: "/aclaim list [player]"
255255 description: Show claims owned by a player (including admin claims).
256256 arguments:
257257 player:
258258 type: player
259- """ , "list " ),
259+ """ , "adminclaimslist " ),
260260
261261 AClaimCheckExpiry ("""
262262 enable: true
You can’t perform that action at this time.
0 commit comments