File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ View the Spigot page (with FAQ and install instructions) [here](https://www.spig
1717Check the [ wiki] ( https://github.com/espidev/ProtectionStones/wiki ) for plugin reference information.
1818
1919### Dependencies
20- * ProtectionStones 2.10.5
21- * Spigot 1.20 .6+
20+ * ProtectionStones 2.10.6
21+ * Spigot 1.21 .6+
2222 * WorldGuard 7.0.9+
2323 * WorldEdit 7.2.6+
2424 * Vault (Optional)
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >dev.espi</groupId >
55 <artifactId >protectionstones</artifactId >
6- <version >2.10.7 </version >
6+ <version >2.10.6 </version >
77 <name >ProtectionStones</name >
88 <description >A grief prevention plugin for Spigot Minecraft servers.</description >
99 <url >https://github.com/espidev/ProtectionStones</url >
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ aliases = [
3636 " protectionstones"
3737]
3838
39-
4039# Whether or not to drop items on the ground if the inventory is full (ex. during /ps unclaim)
4140# If set to false, the event will be prevented from happening, and say that inventory is full
4241drop_item_when_inventory_full = true
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ authors: [EspiDev]
66depend : [WorldGuard, WorldEdit]
77softdepend : [Vault, PlaceholderAPI, LuckPerms]
88main : dev.espi.protectionstones.ProtectionStones
9- api-version : 1.17
9+ api-version : 1.21.10
1010
1111permissions :
1212 protectionstones.create :
@@ -116,4 +116,4 @@ permissions:
116116 default : op
117117 protectionstones.superowner :
118118 description : Allows players to override region permissions.
119- default : op
119+ default : op
You can’t perform that action at this time.
0 commit comments