Skip to content

Commit 4d1a30a

Browse files
committed
1.21
1 parent 2b46b05 commit 4d1a30a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Paper plugin for easily modifying the MOTD, player limit, and listed player info (message when hovering cursor over the player count). Compatible exclusively with Paper, utilising the modern `PaperServerListPingEvent` listener. Designed for simplicity.
1+
Paper plugin for easily modifying the MOTD, player limit, and listed player info (message when hovering cursor over the player count). Compatible exclusively with Paper, utilising the modern `PaperServerListPingEvent` listener. Designed for simplicity & tailored for the newest versions of the game.
22

33
## Commands & Permissions:
44
- `/max-players <int>` (alias: `/set-max-players`) - set server player limit from in-game (also sets it in config)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
}
2020

2121
dependencies {
22-
compileOnly "io.papermc.paper:paper-api:1.20.6-R0.1-SNAPSHOT"
22+
compileOnly "io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT"
2323
}
2424

2525
def targetJavaVersion = 21

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CustomMotd
22
version: '${version}'
33
main: wtf.wooly.custommotd.CustomMotd
4-
api-version: '1.20'
4+
api-version: '1.21'
55
authors: [Woolyenough]
66
website: https://modrinth.com/project/custom-motd
77

0 commit comments

Comments
 (0)