Skip to content

Commit 8cc90c4

Browse files
committed
Update README/CHANGELOG
1 parent f9ba343 commit 8cc90c4

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,4 @@
6565
- Info payload now sends on server join instead of having to be requested, similar to how it originally was but better
6666
now
6767
- During PLAY (JOIN) state
68+
- Server Features is now read as a EnumSet<Feature>. Old functionality still works for now.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ Allows the server to enable/disable server-only features that enhance gameplay.
6262

6363
### Config Category
6464

65-
| Identifier | Field Name | Field Type | Description |
66-
|------------|------------|-------------------|-----------------------------------|
67-
| Entries | Entry | Config Entry (x)* | Each entry of the config category |
65+
| Field Name | Field Type | Description |
66+
|------------|-------------------|-----------------------------------|
67+
| Entry | Config Entry (x)* | Each entry of the config category |
6868

6969
### Config Entry
7070

71-
| Identifier | Field Name | Field Type |
71+
| Field Name | Field Type | Description |
7272
|------------|-----------------|------------------------------------------------------------|
7373
| Name | String | The id of the config field |
74-
| Type | Enum<EntryType> | The type used to determind the type of the value provided. |
74+
| Type | Enum<EntryType> | The type used to determined the type of the value provided. |
7575
| Value | T | Value based on type. (Boolean, Float, Enum) |

0 commit comments

Comments
 (0)