diff options
author | Genny <gen@nyble.dev> | 2020-02-21 01:00:43 -0600 |
---|---|---|
committer | Genny <gen@nyble.dev> | 2020-02-21 01:00:43 -0600 |
commit | 94faaad338f884868f92d3b3e74ae0d1f6d16d09 (patch) | |
tree | a2f352b8e3944437277471487991ea9c4e6e8be1 /README.md | |
parent | 2ada0604ae3dcaf608547ae642496c360ad53869 (diff) | |
download | sunfright-94faaad338f884868f92d3b3e74ae0d1f6d16d09.tar.gz sunfright-94faaad338f884868f92d3b3e74ae0d1f6d16d09.zip |
Implement sunlight filtering with black glass
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md index 0e80d07..a7d0f37 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # Sunfright +[todo.sr.ht][tickets] + +[tickets]: https://todo.sr.ht/~genbyte/sunfright + Inspired by the [404 challenge][404], this is a Spigot plugin that restricts your ability to be in sunlight. @@ -26,12 +30,8 @@ from the [Minecraft wiki][mcwiki-helmets], is listed below. [mcwiki-helmets]: https://minecraft.gamepedia.com/Helmet#Durability -### TODO: - -- Black Stained Glass to shield the sun -- Higher levels of Fire Protection give more resistance to the sun (like - unbreaking on the helmet). -- ~~Respawn helmet disappears when no longer exposed to sunlight.~~ DONE! -- Allow custom death messages when players burnt by the sun -- ~~Configure damage taken by sun~~ DONE! -- Option to adjust by difficulty +### Notes +- Black glass can shield you from the sun if it is directly above you. +- Respawn helmets disappear when you are safe. +- You must have at least Fire Protection I on a helmet to stay safe from + sunlight above level 3. |