aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2024-07-03 01:34:15 -0400
committersowgro <tpoke.ferrari@gmail.com>2024-07-03 01:34:15 -0400
commit8493680d8b53604acf3775ae8176ea6b8a9751a6 (patch)
tree5f2a1600ddab3e38d52d2244f4a2377073031c7d /README.md
parenteb36fc31873f1b2479b11d9f2612c15df4082d1b (diff)
downloadTumble-8493680d8b53604acf3775ae8176ea6b8a9751a6.tar.gz
Tumble-8493680d8b53604acf3775ae8176ea6b8a9751a6.tar.bz2
Tumble-8493680d8b53604acf3775ae8176ea6b8a9751a6.zip
More code clean up and comments
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
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)