Skip to content

Commit 7701764

Browse files
committed
Bump version to v2.10.6
1 parent c5bbe27 commit 7701764

4 files changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ View the Spigot page (with FAQ and install instructions) [here](https://www.spig
1717
Check 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)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>

src/main/resources/config.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
4241
drop_item_when_inventory_full = true

src/main/resources/plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors: [EspiDev]
66
depend: [WorldGuard, WorldEdit]
77
softdepend: [Vault, PlaceholderAPI, LuckPerms]
88
main: dev.espi.protectionstones.ProtectionStones
9-
api-version: 1.17
9+
api-version: 1.21.10
1010

1111
permissions:
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

0 commit comments

Comments
 (0)