Skip to content

Adiciona start.bat do servidor Paper 1.21.8 e corrige inicializacao#4

Open
oTalentz wants to merge 1 commit into
mainfrom
devin/server-bat-paper-1.21.8
Open

Adiciona start.bat do servidor Paper 1.21.8 e corrige inicializacao#4
oTalentz wants to merge 1 commit into
mainfrom
devin/server-bat-paper-1.21.8

Conversation

@oTalentz

Copy link
Copy Markdown
Owner

Summary

Cria server/start.bat para iniciar o servidor Paper 1.21.8 diretamente no Windows, garantindo o uso do jar oficial paper-1.21.8-60.jar. O batch:

  • Verifica se o Java 21 esta instalado.
  • Baixa o paper-1.21.8-60.jar caso nao exista.
  • Baixa os plugins de dependencia (ViaVersion, ViaBackwards, LuckPerms, Vault) para server/plugins/.
  • Cria eula.txt automaticamente.
  • Reinicia o servidor em caso de queda.

Tambem corrige a deteccao de plugins em start.sh (o glob estava dentro de aspas e nunca encontrava os jars existentes, forcando rebuild toda vez) e ajusta server/docker-compose.yml para baixar o ViaBackwards pelo Modrinth, porque o download via Spiget (27448) estava falhando.

server/.gitignore foi ampliado para ignorar os arquivos de runtime gerados pelo Paper (worlds, logs, configs, cache, libraries, e dados dentro de plugins/).

Testes

  • ./start.sh subiu o container e o servidor iniciou com todos os plugins: Coins, Tags, LuckPerms, Vault, ViaVersion, ViaBackwards.
  • java -jar paper-1.21.8-60.jar iniciou localmente com o mesmo conjunto de plugins funcionando.

Link to Devin session: https://app.devin.ai/sessions/e69d8057169b4c75bd8424a5269051a4
Requested by: @oTalentz

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@oTalentz oTalentz self-assigned this Jul 18, 2026
@devin-ai-integration

Copy link
Copy Markdown
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@coderabbitai

coderabbitai Bot commented Jul 19, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: f213c5fb-7497-4a35-a2ec-a4114d217c79

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant