Added mod files
This commit is contained in:
4
overrides/kubejs/server_scripts/_cabin_motd.js
Normal file
4
overrides/kubejs/server_scripts/_cabin_motd.js
Normal file
@@ -0,0 +1,4 @@
|
||||
PlayerEvents.loggedIn(event => {
|
||||
event.player.tell(["Welcome to ", Text.gold("CABIN"), " on 1.20"]);
|
||||
event.player.tell(["Report pack issues to ", Text.gold("the Github").underlined().clickOpenUrl("https://github.com/ThePansmith/CABIN").hover("Click to open"), "."]);
|
||||
})
|
||||
Reference in New Issue
Block a user