mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-21 18:25:12 +01:00
Added lag FAQ
parent
eb81141b89
commit
9d29cbc9b7
11
Home.md
11
Home.md
@ -12,6 +12,17 @@ Check to the right for pages in the Wiki.
|
||||
* 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!
|
||||
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.
|
||||
# Smaller values will help reduce noticeable lag but will make pasting take slightly longer.
|
||||
# On the contrary, greater values will make pasting take less time, but this benefit is quickly severely impacted by the
|
||||
# resulting amount of chunks that must be loaded to fulfill the process, which often causes the server to hang out.
|
||||
paste-speed: 64
|
||||
```
|
||||
And change it to 8 or something.
|
||||
|
||||
# Multilingual
|
||||
|
||||
Some pages of this Wiki are available in the following languages:
|
||||
|
Loading…
Reference in New Issue
Block a user