File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "4.1.2" : " FF8C7A13C667E6215A69A17044F9A903" ,
2
3
"4.1.1" : " 3F33ABDEA4C8F0D9D3592BA367C4DA4B" ,
3
4
"4.1.0" : " 6DCB9617798F44E2BAF3BEE9FEC9EDC1" ,
4
5
"4.0.0" : " 66B0289C1FD4FDA85F848BE39D0035C5" ,
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >net.silverstonemc</groupId >
6
6
<artifactId >EntityClearer</artifactId >
7
- <version >4.1.1 </version >
7
+ <version >4.1.2 </version >
8
8
9
9
<properties >
10
10
<maven .compiler.source>21</maven .compiler.source>
137
137
<dependency >
138
138
<groupId >org.mockbukkit.mockbukkit</groupId >
139
139
<artifactId >mockbukkit-v1.21</artifactId >
140
- <version >4.60.0 </version >
140
+ <version >4.72.2 </version >
141
141
<scope >test</scope >
142
142
</dependency >
143
143
144
144
<dependency >
145
145
<groupId >io.papermc.paper</groupId >
146
146
<artifactId >paper-api</artifactId >
147
- <version >1.21.7 -R0.1-SNAPSHOT</version >
147
+ <version >1.21.8 -R0.1-SNAPSHOT</version >
148
148
<scope >provided</scope >
149
149
</dependency >
150
150
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ worlds:
61
61
min-players : -1
62
62
63
63
# The entities to be removed from the world
64
- # See https://paper- jd.silverstonemc.net /org/bukkit/entity/EntityType.html for all entity types
64
+ # See https://jd.papermc.io/paper /org/bukkit/entity/EntityType.html for all entity types
65
65
#
66
66
# By default, named entities will not be removed
67
67
# Add "-NAMED" to the end of the entity type to also remove named ones
@@ -93,7 +93,7 @@ worlds:
93
93
# Setting this to false will check for any spawn reason
94
94
spawn-reason :
95
95
enabled : false
96
- # See https://paper- jd.silverstonemc.net /org/bukkit/event/entity/CreatureSpawnEvent.SpawnReason.html for all spawn reasons
96
+ # See https://jd.papermc.io/paper /org/bukkit/event/entity/CreatureSpawnEvent.SpawnReason.html for all spawn reasons
97
97
reasons :
98
98
- SPAWNER
99
99
- SPAWNER_EGG
You can’t perform that action at this time.
0 commit comments