Skip to content

Commit b1b316f

Browse files
committed
Use paper's new latest javadocs URLs
1 parent 2d9828d commit b1b316f

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

checksums.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"4.1.2": "FF8C7A13C667E6215A69A17044F9A903",
23
"4.1.1": "3F33ABDEA4C8F0D9D3592BA367C4DA4B",
34
"4.1.0": "6DCB9617798F44E2BAF3BEE9FEC9EDC1",
45
"4.0.0": "66B0289C1FD4FDA85F848BE39D0035C5",

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>net.silverstonemc</groupId>
66
<artifactId>EntityClearer</artifactId>
7-
<version>4.1.1</version>
7+
<version>4.1.2</version>
88

99
<properties>
1010
<maven.compiler.source>21</maven.compiler.source>
@@ -137,14 +137,14 @@
137137
<dependency>
138138
<groupId>org.mockbukkit.mockbukkit</groupId>
139139
<artifactId>mockbukkit-v1.21</artifactId>
140-
<version>4.60.0</version>
140+
<version>4.72.2</version>
141141
<scope>test</scope>
142142
</dependency>
143143

144144
<dependency>
145145
<groupId>io.papermc.paper</groupId>
146146
<artifactId>paper-api</artifactId>
147-
<version>1.21.7-R0.1-SNAPSHOT</version>
147+
<version>1.21.8-R0.1-SNAPSHOT</version>
148148
<scope>provided</scope>
149149
</dependency>
150150

src/main/resources/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ worlds:
6161
min-players: -1
6262

6363
# 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
6565
#
6666
# By default, named entities will not be removed
6767
# Add "-NAMED" to the end of the entity type to also remove named ones
@@ -93,7 +93,7 @@ worlds:
9393
# Setting this to false will check for any spawn reason
9494
spawn-reason:
9595
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
9797
reasons:
9898
- SPAWNER
9999
- SPAWNER_EGG

0 commit comments

Comments
 (0)