Added database version FAQ

tastybento 2020-01-21 13:31:44 -08:00
parent 8e0dc60e3e
commit 1df1e0368a
1 changed files with 10 additions and 5 deletions

15
Home.md

@ -6,13 +6,13 @@ Check to the right for pages in the Wiki.
# FAQ
* How do I install BentoBox, BSkyBlock and all those other addon things?
## How do I install BentoBox, BSkyBlock and all those other addon things?
[Click here!](https://github.com/BentoBoxWorld/BentoBox/wiki/Install-Bentobox)
* How do I make my own custom island?
## How do I make my own custom island?
Have a look at this video here: https://youtu.be/4gvaG89uxAs
* My server lags when a new island is created!
## My server lags when a new island is created!
The paste speed may be too much for your machine. Try lowering it. Look in the BentoBox config.yml for this setting:
```
# Number of blocks to paste per tick when pasting blueprints.
@ -23,8 +23,13 @@ The paste speed may be too much for your machine. Try lowering it. Look in the B
```
And change it to 8 or something.
* What version of MySQL is required?
Version 5.7 or later because we use the JSON features.
## What version of MySQL is required? Or any database?
Minimum required versions:
* MySQL versions 5.7 or later
* MariaDB versions 10.2.3 or later
* MongoDB versions 3.6 or later
* SQLite versions 3.28 or later
# Multilingual