diff options
author | KHobbits <rob@khobbits.co.uk> | 2012-03-05 15:51:15 +0000 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2012-03-05 15:51:15 +0000 |
commit | 1e34a396cd1ab01c1b5cae038deac09bbf776615 (patch) | |
tree | 1a404415cc0b7b890641b52d4e15d3d30679ae02 | |
parent | ba96117f55384275c655e9be3bae891d284e7631 (diff) | |
download | Essentials-1e34a396cd1ab01c1b5cae038deac09bbf776615.tar Essentials-1e34a396cd1ab01c1b5cae038deac09bbf776615.tar.gz Essentials-1e34a396cd1ab01c1b5cae038deac09bbf776615.tar.lz Essentials-1e34a396cd1ab01c1b5cae038deac09bbf776615.tar.xz Essentials-1e34a396cd1ab01c1b5cae038deac09bbf776615.zip |
Change starter kit to default to stone toolsstable-2.8.4
-rw-r--r-- | Essentials/src/config.yml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml index 11bc38329..4c9b31dc0 100644 --- a/Essentials/src/config.yml +++ b/Essentials/src/config.yml @@ -158,12 +158,19 @@ player-commands: # All kit names should be lower case, and will be treated as lower in permissions/costs. # Times are measured in seconds. kits: - tools: + dtools: delay: 10 items: - 277 1 - 278 1 - 279 1 + tools: + delay: 10 + items: + - 272 1 + - 273 1 + - 274 1 + - 275 1 # Essentials Sign Control # See http://ess.khhq.net/wiki/Sign_Tutorial for instructions on how to use these. |