Skip to content

Commit 1310af5

Browse files
committed
This code allows players to set a customized server join message
1 parent 4733e37 commit 1310af5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group = 'org.dark'
6-
version = '1.0.6'
6+
version = '1.0.7'
77

88
repositories {
99
mavenCentral()

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: CustomJoinMessage
2-
version: '1.0.6'
2+
version: '1.0.7'
33
main: org.dark.customjoinmessage.CustomJoinMessage
44
api-version: '1.20'
55
softdepend:

0 commit comments

Comments
 (0)