Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Commit 6f0a2c4

Browse files
committed
2.7.2
1 parent c5bcf71 commit 6f0a2c4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/me/poma123/spawners/Listener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public void onSpawnerBreak(BlockBreakEvent e) {
146146
enchantments = enchantments + "(?=.*" + ench.split(":")[0].toUpperCase() + "]="
147147
+ ench.split(":")[1] + ")";
148148
} else {
149-
enchantments = enchantments + "(?=.*" + ench.toUpperCase() + "]=1" + ")";
149+
enchantments = enchantments + "(?=.*" + ench.toUpperCase() + "]=" + ")";
150150
}
151151
}
152152

src/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ author: poma123
22
main: me.poma123.spawners.Command
33
name: PickupSpawners
44
api-version: 1.13
5-
version: 2.7.1
5+
version: 2.7.2
66
permissions:
77
spawnerlimit.bypass:
88
default: op

0 commit comments

Comments
 (0)