Skip to content

Commit 592b892

Browse files
committed
Update Welcome Book + fix typo in cubby TP command
1 parent 256c98b commit 592b892

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/kotlin/org/trackedout/citadel/commands/CubbyManagementCommand.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class CubbyManagementCommand(
7171
}
7272

7373
@Subcommand("cubby tp")
74-
@Description("Teleport a cubby")
74+
@Description("Teleport to a player's cubby")
7575
@CommandCompletion("@dbPlayers")
7676
fun teleportToCubby(source: CommandSender, @Optional targetPlayer: String?) {
7777
val world = plugin.server.worlds.find { it.name == "world" } ?: throw IllegalArgumentException("World not found")

src/main/kotlin/org/trackedout/citadel/commands/ShowBookUI.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fun showBookUI(
4646
Run modes:
4747
4848
<aqua>Competitive:</aqua>
49-
Limited shards, standard rules, currently closed.
49+
Limited shards, standard rules, and new content!
5050
5151
<green>Practice:</green>
5252
Infinite runs, open access to all cards.

0 commit comments

Comments
 (0)