Skip to content

Commit 658402b

Browse files
committed
bump mc to 1.21
1 parent 3410945 commit 658402b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Plugin for **Paper Minecraft Servers** to provide a static world for queue serve
1212

1313
## Versions
1414

15-
| git | version | mc |
16-
|-----------------------------------------------------------------------|---------|--------|
17-
| [master](https://github.com/zeroBzeroT/QueueServerPlugin/tree/master) | 3.x.x | 1.20.x |
18-
| [1.12.2](https://github.com/zeroBzeroT/QueueServerPlugin/tree/1.12.2) | 2.x.x | 1.12.2 |
15+
| git | version | mc |
16+
|-----------------------------------------------------------------|---------|--------|
17+
| [master](https://github.com/zeroBzeroT/QueuePlugin/tree/master) | 3.x.x | 1.21.x |
18+
| [1.12.2](https://github.com/zeroBzeroT/QueuePlugin/tree/1.12.2) | 2.x.x | 1.12.2 |
1919

2020
## Details
2121

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repositories {
2727
}
2828

2929
dependencies {
30-
// https://jd.papermc.io/paper/1.20/
30+
// https://jd.papermc.io/paper/1.21/
3131
compileOnly group: 'io.papermc.paper', name: 'paper-api', version: "${project.minecraft_version}-R0.1-SNAPSHOT"
3232
// https://github.com/dmulloy2/ProtocolLib
3333
compileOnly group: 'com.comphenix.protocol', name: 'ProtocolLib', version: "${project.protocollib_version}-SNAPSHOT"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
minecraft_version=1.20.6
1+
minecraft_version=1.21
22
protocollib_version=5.3.0

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ name: QueuePlugin
22
version: @VERSION@
33
description: Paper plugin to make a static queue world
44
main: org.zerobzerot.queueplugin.QueuePlugin
5-
api-version: 1.20
5+
api-version: 1.21
66
depend: [ ProtocolLib ]

0 commit comments

Comments
 (0)