Skip to content

Manuss20/minecraft-container-apps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker build -t cmendibl3/dapr.sensors.actors:0.1.0 -f .\dapr.actors.Dockerfile . docker build -t cmendibl3/dapr.sensors.client:0.1.0 -f .\dapr.client.Dockerfile . docker build -t cmendibl3/dapr.sensors.average:0.1.0 -f .\dapr.sensors.average.Dockerfile . docker build -t cmendibl3/dapr.minecraft.poll:0.1.0 -f .\dapr.minecraft.poll.Dockerfile .

docker push cmendibl3/dapr.sensors.actors:0.1.0 docker push cmendibl3/dapr.sensors.client:0.1.0 docker push cmendibl3/dapr.sensors.average:0.1.0 docker push cmendibl3/dapr.minecraft.poll:0.1.0

terraform apply


env:DEBUG="minecraft-protocol"


az containerapp revision deactivate --resource-group rg-cae-f51d --revision mc-server--x5gj7s6 --name mc-server az containerapp revision activate --resource-group rg-cae-f51d --revision mc-server--x5gj7s6 --name mc-server

Install Minecraft client to access the server

  1. Download from https://www.minecraft.net/en-us/download

  2. Login with your Microsoft account

  3. Create a new installation with version release 1.17.1

  4. Launch the installation and select the Multiplayer

  5. Click on Direct Connection and add localhost:25565

  6. Your server is now running!

Join bot to the server

  1. Go to minecraftbot folder
cd minecraftbot
  1. Run npm install
npm install
  1. Now npm start to start the bot
npm start
  1. Press 'T' to open the chat and type come to ask the bot to come to your position

  1. To talk with ChatGPT use ? before your message

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 41.4%
  • C# 26.9%
  • TypeScript 12.4%
  • HTML 7.7%
  • Dockerfile 6.0%
  • CSS 3.5%
  • Other 2.1%