Skip to content

Commit

Permalink
doc(readme): Update server configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Distractic committed Dec 28, 2022
1 parent 81abfb2 commit 04252de
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 04252de

Please sign in to comment.