Add more documentation

to the allowed_game_modes option
This commit is contained in:
GeorgH93 2017-09-24 17:42:43 +02:00 committed by GitHub
parent 8e0e866b4d
commit c1aa1f77d3

View File

@ -25,6 +25,8 @@ show_close_message: false
# Defines the max amount of columns for a backpack # Defines the max amount of columns for a backpack
max_size: 6 max_size: 6
# Defines in which game-modes a player can access his backpack # Defines in which game-modes a player can access his backpack
# Options: ADVENTURE, CREATIVE, SPECTATOR, SURVIVAL
# allowed_game_modes: [ "SURVIVAL", "ADVENTURE" ]
allowed_game_modes: [ "SURVIVAL" ] allowed_game_modes: [ "SURVIVAL" ]
# Controls for the auto pickup on full inventory function # Controls for the auto pickup on full inventory function