@@ -23,7 +23,7 @@ The main configuration file controls core plugin behavior and feature toggles.
2323| ` override-quit-message ` | Override default quit messages | false | Boolean |
2424| ` override-chat ` | Take control of chat formatting | true | Boolean |
2525| ` log-chat ` | Log chat messages to console | true | Boolean |
26- | ` lobby-server-name ` | Name of the lobby server (for ` /lobby ` ) | " lobby" | String |
26+ | ` lobby-server-name ` | Name of the lobby server (for ` /lobby ` ) | lobby | String |
2727| ` motd ` | Default message of the day | | String |
2828
2929### Feature Toggles
@@ -46,15 +46,15 @@ Customize the homes feature behavior:
4646| Setting | Description | Default | Type |
4747| ---------| -------------| ---------| ------|
4848| ` limit ` | Maximum homes per player (-1 for unlimited) | 3 | Number |
49- | ` unnamed-name ` | Default name for unnamed homes | " home" | String |
49+ | ` unnamed-name ` | Default name for unnamed homes | home | String |
5050
5151### Home GUI Settings
5252
5353| Setting | Description | Default | Type |
5454| ---------| -------------| ---------| ------|
5555| ` enabled ` | Use GUI for homes (false = chat-based) | true | Boolean |
5656| ` rows ` | Number of GUI rows | 6 | Number |
57- | ` action-slots ` | Slots available for homes | [ array ] | Array |
57+ | ` action-slots ` | Slots available for homes | 1, 2, 3, 4... | Array |
5858| ` button-slot-next ` | Next page button slot | 53 | Number |
5959| ` button-slot-previous ` | Previous page button slot | 45 | Number |
6060
@@ -68,7 +68,7 @@ Control spawn behavior and location:
6868| ` teleport-on-join ` | TP to spawn on every join | false | Boolean |
6969| ` teleport-on-respawn ` | TP to spawn after death | false | Boolean |
7070| ` ignore-respawn-position ` | Ignore exact respawn coordinates | false | Boolean |
71- | ` location ` | Spawn coordinates (world,x,y,z,yaw,pitch) | null | String |
71+ | ` location ` | Spawn coordinates (world,x,y,z,yaw,pitch) | | String |
7272
7373## Teleportation Settings
7474
@@ -94,7 +94,7 @@ Customize server-wide warps:
9494| ---------| -------------| ---------| ------|
9595| ` enabled ` | Use GUI for warps (false = chat-based) | true | Boolean |
9696| ` rows ` | Number of GUI rows | 6 | Number |
97- | ` action-slots ` | Slots available for warps | [ array ] | Array |
97+ | ` action-slots ` | Slots available for warps | 1, 2, 3, 4... | Array |
9898| ` button-slot-next ` | Next page button slot | 53 | Number |
9999| ` button-slot-previous ` | Previous page button slot | 45 | Number |
100100
@@ -119,13 +119,13 @@ Customize the appearance of inventory inspection GUIs:
119119
120120| Setting | Description | Default | Type |
121121| ---------| -------------| ---------| ------|
122- | ` helmet ` | Material for helmet placeholder | " minecraft:leather_helmet" | String |
123- | ` chestplate ` | Material for chestplate placeholder | " minecraft:leather_chestplate" | String |
124- | ` leggings ` | Material for leggings placeholder | " minecraft:leather_leggings" | String |
125- | ` boots ` | Material for boots placeholder | " minecraft:leather_boots" | String |
126- | ` off-hand ` | Material for off-hand placeholder | " minecraft:shield" | String |
127- | ` cursor ` | Material for cursor placeholder | " minecraft:arrow" | String |
128- | ` placeholder ` | Material for empty slots | " minecraft:gray_stained_glass_pane" | String |
122+ | ` helmet ` | Material for helmet placeholder | ` minecraft:leather_helmet ` | String |
123+ | ` chestplate ` | Material for chestplate placeholder | ` minecraft:leather_chestplate ` | String |
124+ | ` leggings ` | Material for leggings placeholder | ` minecraft:leather_leggings ` | String |
125+ | ` boots ` | Material for boots placeholder | ` minecraft:leather_boots ` | String |
126+ | ` off-hand ` | Material for off-hand placeholder | ` minecraft:shield ` | String |
127+ | ` cursor ` | Material for cursor placeholder | ` minecraft:arrow ` | String |
128+ | ` placeholder ` | Material for empty slots | ` minecraft:gray_stained_glass_pane ` | String |
129129| ` update-time ` | GUI update interval in ticks | 20 | Number |
130130
131131## Animal Behavior Configuration
0 commit comments