Skip to content

Commit

Permalink
revamp nether watcher messages
Browse files Browse the repository at this point in the history
I can use swear words in my mc server :3
  • Loading branch information
TehBrian committed Nov 20, 2023
1 parent 8e4e740 commit 151f379
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,16 +226,22 @@ public void onSprint(final PlayerToggleSprintEvent event) {
BookBuilder.ofType(Material.WRITTEN_BOOK)
.title(Component.text("A Letter"))
.author(Component.text("The Nether Watcher"))
.addPage(Component
.text("listen, i appreciate ya givin' me company,"
+ " but holy frik, the whole point of the nether is *not* to sprint,"
+ " yet you somehow managed to do it upwards of 50 times!??"
+ " 'ave ya got somethin' wrong in the head??? love ya, but frik off")
.color(NamedTextColor.DARK_GRAY))
.addPage(Component.text("""
listen. i appreciate you giving me company,
but holy shit. the whole point of the nether is *not* to sprint,
yet you somehow managed to do it upwards of 50 times!?
have you got something wrong in the head? take this, and fuck off.
""").color(NamedTextColor.DARK_GRAY))
.addPage(Component.text("""
..
still love you, tho.
""").color(NamedTextColor.DARK_GRAY))
.build(),
PaperItemBuilder.ofType(Material.SLIME_BALL)
.name(Component.text("Ball of Slime"))
.loreList(Component.text("It's uh.. a ball of slime.").color(NamedTextColor.GRAY))
.loreList(Component.text("It's.. uh, a ball of slime.").color(NamedTextColor.GRAY))
.build(),
PaperItemBuilder.ofType(Material.GOLD_NUGGET)
.name(Component.text("Gold Medal"))
Expand Down
14 changes: 7 additions & 7 deletions src/main/resources/lang.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ no-vehicle: "<red> ABSOLUTELY <dark_red><bold>N O T"

no-sprint-potion: "<yellow>Fun Fact! <gray>Did you know that you may spontaneously die when trying to sprint in the nether? Now you do!"
no-sprint: {
1: "<dark_gray>you may not sprint in this world, mortal.."
2: "<dark_gray>you can, uh, stop.."
3: "<dark_gray>wow. you just really don't learn, huh?"
4: "<dark_gray>is this not getting annoying? even slightly?"
5: "<dark_gray>you could stop now. it'd be nice. please."
6: "<dark_gray>do you have some kinda issue with me? it's not like you're gonna get anything special for doing this.."
7: "<dark_gray>listen bud. please stop it, alright? it's getting pretty annoying, for me especially. every time you sprint i've gotta make some clashin' and bangin' noises and throw a potion of blindness on ya. now please stop.."
1: "<dark_gray>you may not sprint in this realm, mortal."
2: "<dark_gray>could you, uh, stop."
3: "<dark_gray>wow. you just don't learn, huh?"
4: "<dark_gray>is this not getting annoying for you? even slightly?"
5: "<dark_gray>please stop. it's getting annoying for me, too."
6: "<dark_gray>do you have some kind of issue with me? it's not like you're going to get anything special for doing this."
7: "<dark_gray>alright, listen up, buttercup. stop. alright? it's ticking me off. every time you sprint i've got to make a banging noise and throw a potion of blindness on you. so please. chill."
8: "<dark_gray>ah, fuck it. here you go."
}

Expand Down

0 comments on commit 151f379

Please sign in to comment.