Skip to content

Commit

Permalink
doc(readme): Update server configuration (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Distractic authored Dec 28, 2022
2 parents 81abfb2 + 04252de commit 53c3359
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@ data class MyConfiguration(
@Serializable
data class MyServerConfiguration(
override val port: Int,
override val world: String
override val world: String,
override val onlineMode: Boolean,
override val bungeeCord: BungeeCordConfiguration,
override val velocity: VelocityConfiguration
) : IServerConfiguration
```

Expand Down

0 comments on commit 53c3359

Please sign in to comment.