From a8b5ca38edd5850a6385435e0668b6ab648fa19f Mon Sep 17 00:00:00 2001 From: Daniel Saukel Date: Sat, 14 Aug 2021 17:44:33 +0200 Subject: [PATCH] Updated Floor configuration (markdown) --- Floor-configuration.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Floor-configuration.md b/Floor-configuration.md index 49635e4..74a95b9 100644 --- a/Floor-configuration.md +++ b/Floor-configuration.md @@ -216,4 +216,22 @@ thunder: true # The time ticks (to be used like in the vanilla /time command) time: 20000 +``` + +New in an upcoming version: +``` +requirements: + # Time in hours until a player can play this dungeon again + # This prevents players from playing the dungeon again if they started the dungeon, + # no matter if they finished, left it or got kicked. + timeSinceStart: 0.05 # 3 minutes + # This only prevents players from playing the dungeon again if they finished it correctly. + # If they leave it or get kicked, players can always retry a dungeon. + timeSinceFinish: 24.0 + # Players must have finished all of the following dungeons at least once: + finishedDungeons: + - Test1 # Test1 + - Test2/Test3 # AND EITHER Test2 and Test3 + - 7:Test4 # and Test4 within the last 7 hours + - 0.05:Test5 # and Test5 within the last 3 minutes ``` \ No newline at end of file