Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to disable redstone #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions bra/nukkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ level-settings:
base-tick-rate: 1
#Fazer tick em todos os players em todos os ticks mesmo quando as outras opções não permitem isto.
always-tick-players: false
tick-redstone: true

chunk-sending:
#Número de chunks enviados para os players por tick
Expand Down
1 change: 1 addition & 0 deletions chs/nukkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ level-settings:
base-tick-rate: 1
#始终保持玩家Tick,即使其他选项不允许这么做
always-tick-players: false
tick-redstone: true

chunk-sending:
#每 tick 内发送给玩家区块的数量
Expand Down
1 change: 1 addition & 0 deletions cht/nukkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ level-settings:
base-tick-rate: 1
#始終保持玩家Tick
always-tick-players: false
tick-redstone: true

chunk-sending:
#區塊發送設定
Expand Down
1 change: 1 addition & 0 deletions cze/nukkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ level-settings:
base-tick-rate: 1
#Tickne všechny hráče každý tick, i když to ostatní nastavení zakáže
always-tick-players: false
tick-redstone: true

chunk-sending:
#Množství chunků které se pošlou hráčovi každý tick
Expand Down
1 change: 1 addition & 0 deletions deu/nukkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ level-settings:
base-tick-rate: 1
#Tick alle Spieler auch wenn es andere Einstellungen verhindern
always-tick-players: false
tick-redstone: true

chunk-sending:
#Anzahl der Chuncks die während eines Ticks zum Spieler gesendet wird
Expand Down
1 change: 1 addition & 0 deletions eng/nukkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ level-settings:
base-tick-rate: 1
#Tick all players each tick even when other settings disallow this
always-tick-players: false
tick-redstone: true

chunk-sending:
#Amount of chunks sent to players per tick
Expand Down
1 change: 1 addition & 0 deletions jpn/nukkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ level-settings:
base-tick-rate: 1
#ほかの設定がこれを許可しなくても、全員のtickを同じにする
always-tick-players: false
tick-redstone: true

chunk-sending:
#チックあたりのプレイヤーに送られるチャンクの量
Expand Down
1 change: 1 addition & 0 deletions kor/nukkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ level-settings:
base-tick-rate: 1
#다른 설정들이 이를 허용하지 않더라도 모든 플레이어를 틱 처리합니다
always-tick-players: false
tick-redstone: true

chunk-sending:
#플레이어에게 틱 당 보낼 청크의 양
Expand Down
1 change: 1 addition & 0 deletions ltu/nukkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ level-settings:
base-tick-rate: 1
#Atnaujinti visus žaidėjus pasaulyje kiekvieną impulsą, nors kiti nustatymai to neleidžia
always-tick-players: false
tick-redstone: true

chunk-sending:
#Chunkų skaičius nusiunčiamas žaidėjui per vieną impulsą
Expand Down
1 change: 1 addition & 0 deletions pol/nukkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ level-settings:
base-tick-rate: 1
#Tick all players each tick even when other settings disallow this.
always-tick-players: false
tick-redstone: true

chunk-sending:
#Amount of chunks sent to players per tick
Expand Down
1 change: 1 addition & 0 deletions rus/nukkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ level-settings:
base-tick-rate: 1
#Просчитывать игроков каждый тик, даже если другие настройки это запрещают
always-tick-players: false
tick-redstone: true

chunk-sending:
#Количество чанков отправляемое игроку за тик
Expand Down
1 change: 1 addition & 0 deletions spa/nukkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ level-settings:
base-tick-rate: 1
#Ticks a todos los jugadores incluso cuando otros ajustes no permiten esto.
always-tick-players: false
tick-redstone: true

chunk-sending:
#Cantidad de paquetes que se envián al jugador por tick
Expand Down
1 change: 1 addition & 0 deletions ukr/nukkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ level-settings:
base-tick-rate: 1
#Прораховувати гравців кожен тік, навіть якщо інші настройки це забороняють
always-tick-players: false
tick-redstone: true

chunk-sending:
#Кількість чанків, яка відправляється гравцеві за тік
Expand Down