diff --git a/resources/config.yml b/resources/config.yml index 779d164..109e12a 100644 --- a/resources/config.yml +++ b/resources/config.yml @@ -25,6 +25,8 @@ show_close_message: false # Defines the max amount of columns for a backpack max_size: 6 # 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" ] # Controls for the auto pickup on full inventory function @@ -98,4 +100,4 @@ auto-update: true DisableV2Info: false # Config file version. Don't touch it! -Version: 15 \ No newline at end of file +Version: 15