mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-28 13:45:14 +01:00
Added database version FAQ
parent
8e0dc60e3e
commit
1df1e0368a
15
Home.md
15
Home.md
@ -6,13 +6,13 @@ Check to the right for pages in the Wiki.
|
|||||||
|
|
||||||
# FAQ
|
# 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)
|
[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
|
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:
|
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.
|
# 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.
|
And change it to 8 or something.
|
||||||
|
|
||||||
* What version of MySQL is required?
|
## What version of MySQL is required? Or any database?
|
||||||
Version 5.7 or later because we use the JSON features.
|
|
||||||
|
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
|
# Multilingual
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user