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

Brazilian #56

Open
wants to merge 8 commits 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
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
description: This website helps you configuring and creating custom items for my plugin
---

# 👋 Welcome
# 👋 Bem Vindo

### 💠Quick Links
### 💠Links Rápidos

{% content-ref url="first-install.md" %}
[first-install.md](first-install.md)
Expand All @@ -14,7 +14,7 @@ description: This website helps you configuring and creating custom items for my
[adding-content](plugin-usage/adding-content/)
{% endcontent-ref %}

### 🌐Social Media
### 🌐Mídia social

* [Patreon](http://patreon.com/lonedev)
* [Ko-fi](http://a.devs.beer/kofi)
Expand All @@ -24,9 +24,9 @@ description: This website helps you configuring and creating custom items for my
* [Steam Developer Page](https://store.steampowered.com/developer/LoneDev/)
* [Discord](https://discord.gg/4dfnpUK)

### 📚Legal Info
### 📚Informações Legais

* [Support Team Policy](legal/support-team-policy.md)
* [Addons Creation Policy](legal/addon-creation-policy.md)
* [Plugin TOS](legal/tos.md)
* [Política da equipe de Suporte](legal/support-team-policy.md)
* [Política de criação de Complementos](legal/addon-creation-policy.md)
* [Termos de uso do Plugin](legal/tos.md)

22 changes: 11 additions & 11 deletions first-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@
description: How to install the plugin
---

# ⚙ First install
# ⚙ Primeira instalação

{% hint style="info" %}
**You should follow** this first configuration **on** your **test server** on your PC to **avoid mistakes** and too many restarts.. players don't like when the server is offline.\
**Você deve seguir** esta primeira configuração **no** seu **servidor de teste** em seu PC para **evitar erros** e muitas reinicializações.. os jogadores não gostam quando o servidor está offline.\
You can upload files to your real server after you finished here.
{% endhint %}

{% hint style="danger" %}
You **should** complete <mark style="color:red;">**ALL**</mark> installation steps. Not only the first step.
Você **deve** completar <mark style="color:red;">**TODAS**</mark> as etapas de instalação. Não só o primeiro passo.
{% endhint %}

{% hint style="warning" %}
**Make sure** that all of your plugins and server software are up to date.
**Certifique-se** de que todos os seus plugins e softwares de servidor estejam atualizados.
{% endhint %}

## Step 1 - Installing the plugin and APIs
## Etapa 1 - Instalando o Plugin e as APIs

* install [**ProtocolLib**](https://www.spigotmc.org/resources/protocollib.1997/)
* install [**LoneLibs**](https://www.spigotmc.org/resources/lonelibs.75974/)
* (optional) install **LightAPI** ([1.14, 1.15, 1.16](http://a.devs.beer/lightapi-old) | [1.17, 1.18](http://a.devs.beer/lightapi-new))
* (optional) install [**Lib's Disguises**](https://www.spigotmc.org/resources/libs-disguises-free.81/) if you plan to create custom mobs in the future.
* put **ItemsAdder.jar** file inside your plugins folder
* start the server
* Instale [**ProtocolLib**](https://www.spigotmc.org/resources/protocollib.1997/)
* Instale [**LoneLibs**](https://www.spigotmc.org/resources/lonelibs.75974/)
* (opcional) Instale **LightAPI** ([1.14, 1.15, 1.16](http://a.devs.beer/lightapi-old) | [1.17, 1.18](http://a.devs.beer/lightapi-new))
* (opcional) Instale [**Lib's Disguises**](https://www.spigotmc.org/resources/libs-disguises-free.81/) se você planeja criar mobs personalizados no futuro.
* coloque o arquivo **ItemsAdder.jar** dentro da sua pasta de plugins
* inicie o servidor
* let ItemsAdder finish loading **everything**

First step is done.\
Expand Down