diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-07-03 01:34:15 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-07-03 01:34:15 -0400 |
commit | 8493680d8b53604acf3775ae8176ea6b8a9751a6 (patch) | |
tree | 5f2a1600ddab3e38d52d2244f4a2377073031c7d /README.md | |
parent | eb36fc31873f1b2479b11d9f2612c15df4082d1b (diff) | |
download | Tumble-8493680d8b53604acf3775ae8176ea6b8a9751a6.tar.gz Tumble-8493680d8b53604acf3775ae8176ea6b8a9751a6.tar.bz2 Tumble-8493680d8b53604acf3775ae8176ea6b8a9751a6.zip |
More code clean up and comments
Diffstat (limited to '')
-rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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) |