File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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) |
You can’t perform that action at this time.
0 commit comments