mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-12-11 11:51:44 +01:00
Updated Floor configuration (textile)
parent
d202537f39
commit
705b546009
@ -29,14 +29,17 @@ invitedPlayers:
|
||||
# GAME RULES #
|
||||
##############
|
||||
|
||||
# If the Lobby is disabled. This applies only to Dungeons that have to be solved alone and where there are no classes to choose from.
|
||||
# If the Lobby is disabled. This applies only to Dungeons that have to be solved
|
||||
# alone and where there are no classes to choose from.
|
||||
isLobbyDisabled: false
|
||||
|
||||
# Time until a player is kicked from a dungeon after going offline (in seconds)
|
||||
# Time until a player is kicked from this dungeon after going offline (in seconds)
|
||||
# -1 = never / 0 = immediately
|
||||
timeUntilKickOfflinePlayer: 10000
|
||||
|
||||
# Time until you can play a Dungeon again (in hours)
|
||||
# Time in hours until a player can play this dungeon again
|
||||
# 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.
|
||||
timeToNextPlay: 6
|
||||
|
||||
# Time until a player can get loot for another time
|
||||
@ -66,7 +69,8 @@ gameCommandWhitelist:
|
||||
- ch global
|
||||
|
||||
# MAKE SURE YOU EDIT THIS PART!
|
||||
# One of these Dungeons must be finished ("any" for any dungeon). If you do not want any, leave this empty.
|
||||
# One of these Dungeons must be finished ("any" for any dungeon).
|
||||
# If you do not want any, leave this empty.
|
||||
mustFinishOne:
|
||||
- any
|
||||
|
||||
@ -80,6 +84,8 @@ mustFinishAll:
|
||||
timeLastPlayed: 336
|
||||
|
||||
# A list of requirements
|
||||
# Note that requirements will be ignored if the player has the
|
||||
# dxl.ignorerequirements permission node.
|
||||
requirements:
|
||||
feeMoney: 7.5
|
||||
feeLevel: 2
|
||||
|
Loading…
Reference in New Issue
Block a user