Skip to content

Refractor wiki.vg to minecraft wiki #3597

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

Closed
wants to merge 5 commits into from
Closed
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
9 changes: 4 additions & 5 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -762,12 +762,11 @@ Determines what color the boss bar color is, one of `pink`, `blue`, `red`, `gree

#### Particle.id

Particle ID, as defined in the [protocol](https://wiki.vg/Protocol#Particle)
Particle ID, as defined in the [protocol](https://minecraft.wiki/w/Java_Edition_protocol#Particle)

#### Particle.name

Particle Name, as defined in the [protocol](https://wiki.vg/Protocol#Particle)

Particle Name, as defined in the [protocol](https://minecraft.wiki/w/Java_Edition_protocol#Particle)
#### Particle.position

Vec3 instance of where the particle was created
Expand Down Expand Up @@ -1137,7 +1136,7 @@ All scoreboards known to the bot in an object scoreboard displaySlot -> scoreboa
* `belowName` - scoreboard placed in belowName
* `sidebar` - scoreboard placed in sidebar
* `list` - scoreboard placed in list
* `0-18` - slots defined in [protocol](https://wiki.vg/Protocol#Display_Scoreboard)
* `0-18` - slots defined in [protocol](https://minecraft.wiki/w/Java_Edition_protocol#Display_Objective)

#### bot.teams

Expand Down Expand Up @@ -2124,7 +2123,7 @@ This function returns a `Promise`, with `void` as its argument upon completion.

The only valid mode option at the moment is 0. Shift clicking or mouse dragging is not implemented.

Click on the current window. See details at https://wiki.vg/Protocol#Click_Container
Click on the current window. See details at https://minecraft.wiki/w/Java_Edition_protocol#Click_Container

Prefer using bot.simpleClick.*

Expand Down
2 changes: 1 addition & 1 deletion docs/br/api_br.md
Original file line number Diff line number Diff line change
Expand Up @@ -1920,7 +1920,7 @@ Esses são métodos de nível mais baixo para o inventário e podem ser úteis e

Esta função também retorna uma `Promise`, com `void` como argumento quando concluída.

Clique na janela/interface atual; os detalhes estão em https://wiki.vg/Protocol#Click_Window
Clique na janela/interface atual; os detalhes estão em https://minecraft.wiki/w/Java_Edition_protocol#Click_Container
* slot - número que representa a posição na janela
* mouseButton - 0 para clique esquerdo e 1 para clique direito
* mode - mineflayer só tem o modo 0 disponível
Expand Down
4 changes: 2 additions & 2 deletions docs/es/api_es.md
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ Todos los scoreboards que el bot conoce en un object de forma casilla de visuali
* `belowName` - scoreboard que está debajo del nombre
* `sidebar` - scoreboard que está en la barra del lado
* `list` - scoreboard que está en la lista
* `0-18` - casillas definidas en el [protocol](https://wiki.vg/Protocol#Display_Scoreboard)
* `0-18` - casillas definidas en el [protocol](https://minecraft.wiki/w/Java_Edition_protocol#Display_Objective)

#### bot.controlState

Expand Down Expand Up @@ -1931,7 +1931,7 @@ Estos son métodos de un nivel más bajo para el inventario, pueden ser útils a

Esta función también devueve un `Promise`, con `void` como argumento al finalizar.

Hacer click en la ventana/interfaz actual, los detalles están en https://wiki.vg/Protocol#Click_Window
Hacer click en la ventana/interfaz actual, los detalles están en https://minecraft.wiki/w/Java_Edition_protocol#Click_Container
* slot - número que representa la casilla de la ventan
* mouseButton - 0 para click izquierdo, y 1 para click derecho
* mode - mineflayer solo tiene disponible el modo 0
Expand Down
8 changes: 4 additions & 4 deletions docs/ru/api_ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -773,11 +773,11 @@ UUID существа, который определяется боссом.

#### Particle.id

Идентификатор частицы, который прописан в [протоколе](https://wiki.vg/Protocol#Particle).
Идентификатор частицы, который прописан в [протоколе](https://minecraft.wiki/w/Java_Edition_protocol#Particle).

#### Particle.name

Название частицы, которое прописано в [протоколе](https://wiki.vg/Protocol#Particle).
Название частицы, которое прописано в [протоколе](https://minecraft.wiki/w/Java_Edition_protocol#Particle).

#### Particle.position

Expand Down Expand Up @@ -1170,7 +1170,7 @@ UUID существа, который определяется боссом.
* `belowName` - Cкорборд размещен снизу никнейма.
* `sidebar` - Cкорборд размещен на боковой панели.
* `list` - Cкорборд помещен в список игроков.
* `0-18` - Cлоты, определённые в [протоколе](https://wiki.vg/Protocol#Display_Scoreboard).
* `0-18` - Cлоты, определённые в [протоколе](https://minecraft.wiki/w/Java_Edition_protocol#Display_Objective).

#### bot.teams

Expand Down Expand Up @@ -2120,7 +2120,7 @@ bot.once('login', () => {

Единственное действительное значение для `mode` - 0. Нажатие с шифтом или перемещение через мышь не реализовано.

Нажимает на текущее окно. Подробнее - https://wiki.vg/Protocol#Click_Container
Нажимает на текущее окно. Подробнее - https://minecraft.wiki/w/Java_Edition_protocol#Click_Container

Рекомендуется использовать `bot.simpleClick.*`

Expand Down
4 changes: 2 additions & 2 deletions docs/zh/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ All scoreboards known to the bot in an object scoreboard displaySlot -> scoreboa
* `belowName` - scoreboard placed in belowName
* `sidebar` - scoreboard placed in sidebar
* `list` - scoreboard placed in list
* `0-18` - slots defined in [protocol](https://wiki.vg/Protocol#Display_Scoreboard)
* `0-18` - slots defined in [protocol](https://minecraft.wiki/w/Java_Edition_protocol#Display_Objective)

#### bot.teams

Expand Down Expand Up @@ -2022,7 +2022,7 @@ These are lower level methods for the inventory, they can be useful sometimes bu

This function also returns a `Promise`, with `void` as its argument upon completion.

Click on the current window. See details at https://wiki.vg/Protocol#Click_Window
Click on the current window. See details at https://minecraft.wiki/w/Java_Edition_protocol#Click_Container

#### bot.putSelectedItemRange(start, end, window, slot)

Expand Down
Loading