|
1 | | -# BentoBox v1.13.1 configuration file. |
| 1 | +# BentoBox v1.14.0 configuration file. |
2 | 2 | # |
3 | 3 | # This configuration file contains settings that mainly apply to or manage the following elements: |
4 | 4 | # * Data storage |
@@ -54,28 +54,34 @@ general: |
54 | 54 | name: bentobox |
55 | 55 | username: username |
56 | 56 | password: password |
57 | | - # MongoDB client connection URI to override default connection options. |
58 | | - # See: https://docs.mongodb.com/manual/reference/connection-string/ |
59 | | - mongodb-connection-uri: '' |
60 | 57 | # How often the data will be saved to file in mins. Default is 5 minutes. |
61 | 58 | # This helps prevent issues if the server crashes. |
62 | 59 | # Data is also saved at important points in the game. |
63 | 60 | backup-period: 5 |
64 | 61 | # Enable SSL connection to MongoDB, MariaDB, MySQL and PostgreSQL databases. |
65 | 62 | # Added since 1.12.0. |
66 | 63 | use-ssl: false |
67 | | - # Database table prefix character. Adds a prefix to the database tables. Not used by flatfile databases. |
| 64 | + # Database table prefix. Adds a prefix to the database tables. Not used by flatfile databases. |
68 | 65 | # Only the characters A-Z, a-z, 0-9 can be used. Invalid characters will become an underscore. |
69 | 66 | # Set this to a unique value if you are running multiple BentoBox instances that share a database. |
| 67 | + # Be careful about length - databases usually have a limit of 63 characters for table lengths |
70 | 68 | # Added since 1.13.0. |
71 | 69 | prefix-character: '' |
| 70 | + # MongoDB client connection URI to override default connection options. |
| 71 | + # See: https://docs.mongodb.com/manual/reference/connection-string/ |
| 72 | + # Added since 1.14.0. |
| 73 | + mongodb-connection-uri: '' |
72 | 74 | # Allow FTB Autonomous Activator to work (will allow a pseudo player [CoFH] to place and break blocks and hang items) |
73 | 75 | # Add other fake player names here if required |
74 | 76 | # /!\ This feature is experimental and might not work as expected or might not work at all. |
75 | 77 | fakeplayers: |
76 | 78 | - '[CoFH]' |
77 | 79 | panel: |
| 80 | + # Toggle whether panels should be closed or not when the player clicks anywhere outside of the inventory view. |
78 | 81 | close-on-click-outside: true |
| 82 | + # Defines the Material of the item that fills the gaps (in the header, etc.) of most panels. |
| 83 | + # Added since 1.14.0. |
| 84 | + filler-material: LIGHT_BLUE_STAINED_GLASS_PANE |
79 | 85 | logs: |
80 | 86 | # Toggle whether superflat chunks regeneration should be logged in the server logs or not. |
81 | 87 | # It can be spammy if there are a lot of superflat chunks to regenerate. |
|
0 commit comments