46dc9bd7c2
DungeonsXL config upload Perms: - Added LC chest interact permission for members in plotworld - Removed ChestShop perms for plotworld and allowed interaction in LC in plotworld -- So that players can place signs on signs hmm - Allowed pistons in plotworld Jobs db setup (sqlite for conversion)
14 lines
614 B
YAML
Executable file
14 lines
614 B
YAML
Executable file
#The first floor the players enter. Needs at least lobby, ready, start and floor signs.
|
|
startFloor: MyDungeon_floor_01
|
|
#The last floor the players enter. Needs at least start and end signs.
|
|
endFloor: MyDungeon_floor_12
|
|
#A list of all other floors in the dungeon. Needs at least lobby, ready, start and floor signs.
|
|
floors:
|
|
- MyDungeon_floor_02
|
|
|
|
|
|
#How many floors shall be selected randomly from the list before the player gets teleported to the endFloor?
|
|
floorCount: 1
|
|
|
|
#If true, the floors will get removed from the list when finished sothat one floor cannot be selected multiple times.
|
|
removeWhenPlayed: false
|