diff options
author | Genny <gen@nyble.dev> | 2020-02-03 16:08:55 -0600 |
---|---|---|
committer | Genny <gen@nyble.dev> | 2020-02-03 16:08:55 -0600 |
commit | 2fddf79291a79bb0fd0d26bc8e89d464754e16c7 (patch) | |
tree | ab7df56a1bb53b0c915d1341095db584c2af6e75 /README.md | |
parent | 85f8063a791a2e4db90fc5670f6742e50a9b3da5 (diff) | |
download | sunfright-2fddf79291a79bb0fd0d26bc8e89d464754e16c7.tar.gz sunfright-2fddf79291a79bb0fd0d26bc8e89d464754e16c7.zip |
Add readme; fix bug where helmets wouldn't break
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..a21775d --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +# Sunfright +Inspired by the [404 challenge][404], this is a Spigot plugin that restricts +your ability to be in sunlight. + +[404]: https://www.minecraftforum.net/forums/minecraft-java-edition/seeds/298932-ironman-challenge-series-404 + +Every time you spawn, you're given a leather helmet with Curse of Binding and +Curse of Vanishing. This gives you some time to gather supplies before you can +shield yourself from the sunlight. If you try to take it off, it will vanish. +This leather helmet gives you around 5 minutes to gather everything you need to +live a good life underground, or return home. + +Normal helmets give you resistance to the sunlight too. Every second you are +exposed to skylight greater than 3, your helmet takes one damage, or if you +don't have a helmet, you loose a heart. The table of helmet durability, taken +from the [Minecraft wiki][mcwiki-helmets], is listed below. + +| Material | Durability | Time Exposed to Sunlight | +| ------------ | ---------- | ------------------------- | +| Leather | 56 | 56 seconds | +| Gold | 78 | 1 minute, 18 seconds | +| Iron | 166 | 2 minutes, 46 seconds | +| Chainmail | 166 | 2 minutes, 46 seconds | +| Turtle Shell | 276 | 4 minutes, 36 seconds | +| Diamond | 364 | 6 minutes, 4 seconds | + +[mcwiki-helmets]: https://minecraft.gamepedia.com/Helmet#Durability + +### TODO: +[] Black Stained Glass to shield the sun +[] Fire Protection to act like unbreaking +[] Respawn helmet disappears when no longer exposed to sunlight. |