From 8493680d8b53604acf3775ae8176ea6b8a9751a6 Mon Sep 17 00:00:00 2001 From: sowgro Date: Wed, 3 Jul 2024 01:34:15 -0400 Subject: More code clean up and comments --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5a83f02..525e01f 100644 --- a/README.md +++ b/README.md @@ -61,10 +61,10 @@ Configuration for this plugin is stored in three files. ### config.yml Stores common settings -| Option | Type | Default value | -|----------------------------|-----------------|---------------| -| `hide-join-leave-messages` | `boolean` | `false` | -| `wait-duration` | `int` (seconds) | `15` | +| Option | Type | Default value | +|----------------------------|-------------------|---------------| +| `hide-join-leave-messages` | Boolean | `false` | +| `wait-duration` | Integer (seconds) | `15` | ### arenas.yml @@ -90,9 +90,9 @@ Locations are stored using the following format: Each arena can also contain the following option: -| Option | Type | Description | -|-------------|--------|-----------------------------------------------------------------| -| `kill-at-y` | double | When a player falls below this Y-level, they will be eliminated | +| Option | Type | Description | +|-------------|---------|-----------------------------------------------------------------| +| `kill-at-y` | Integer | When a player falls below this Y-level, they will be eliminated | ### language.yml Most of this plugin's strings are configurable through this file. (Excluding from some console errors) -- cgit v1.2.3