Adiciona start.bat do servidor Paper 1.21.8 e corrige inicializacao#4
Adiciona start.bat do servidor Paper 1.21.8 e corrige inicializacao#4oTalentz wants to merge 1 commit into
Conversation
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
Cria
server/start.batpara iniciar o servidor Paper 1.21.8 diretamente no Windows, garantindo o uso do jar oficialpaper-1.21.8-60.jar. O batch:paper-1.21.8-60.jarcaso nao exista.server/plugins/.eula.txtautomaticamente.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 ajustaserver/docker-compose.ymlpara baixar o ViaBackwards pelo Modrinth, porque o download via Spiget (27448) estava falhando.server/.gitignorefoi ampliado para ignorar os arquivos de runtime gerados pelo Paper (worlds, logs, configs, cache, libraries, e dados dentro deplugins/).Testes
./start.shsubiu o container e o servidor iniciou com todos os plugins:Coins,Tags,LuckPerms,Vault,ViaVersion,ViaBackwards.java -jar paper-1.21.8-60.jariniciou localmente com o mesmo conjunto de plugins funcionando.Link to Devin session: https://app.devin.ai/sessions/e69d8057169b4c75bd8424a5269051a4
Requested by: @oTalentz