# minecraft

Published articles for minecraft.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Scripting Minecraft server with Python

DevFeed: [Scripting Minecraft server with Python](<https://devfeed.tech/articles/scripting-minecraft-server-with-python-35465.md>)

Original publisher: [Read original article](<https://darkcoding.net/software/scripting-minecraft-server-with-python/>)

Author: Graham King

Published: 2021-12-12T00:22:11Z

Content type: tutorial

Language: en

Sources: [Graham King](<https://devfeed.tech/sources/graham-king.md>)

Topics: [Python](<https://devfeed.tech/topics/python.md>), [API](<https://devfeed.tech/topics/api.md>), [Server](<https://devfeed.tech/topics/server.md>), [Digital Ocean](<https://devfeed.tech/topics/digital-ocean.md>), [Ubuntu](<https://devfeed.tech/topics/ubuntu.md>), [Java](<https://devfeed.tech/topics/java.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [digital-ocean](<https://devfeed.tech/tags/digital-ocean.md>), [firewall](<https://devfeed.tech/tags/firewall.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [java](<https://devfeed.tech/tags/java.md>), [minecraft](<https://devfeed.tech/tags/minecraft.md>), [python](<https://devfeed.tech/tags/python.md>), [server](<https://devfeed.tech/tags/server.md>), [software](<https://devfeed.tech/tags/software.md>)

### AI overview

A practical guide to scripting a self-hosted Minecraft server with Python. It covers basic server setup on a DigitalOcean Ubuntu instance, running Paper MC, configuring the firewall, and adding the RaspberryJuice server component with the mcpi Python library.

### Source excerpt

Minecraft has an API. If you run your own server you can program it from Python.