This commit is contained in:
Bruno Borges 2021-11-24 15:43:39 -08:00 коммит произвёл GitHub
Родитель 72e76e0baf
Коммит 6c4f3e5bb3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -1,4 +1,4 @@
# JBang Catalog
# Microsoft JBang Catalog
[JBang](https://jbang.dev) is an open source project that allows developers to script programs in Java, and optionally rely on dependencies hosted on Maven Central. Learn more about JBang from this [InfoQ article](https://www.infoq.com/news/2020/10/scripting-java-jbang/).
@ -35,6 +35,12 @@ To start a Minecraft Java Server using JBang, follow these steps:
Once you start the server, a `server.properties` file will be created for further customizations. [Learn more](https://help.minecraft.net/hc/en-us/articles/360058525452-How-to-Setup-a-Minecraft-Java-Edition-Server).
If you want to run this on a headless server, add `nogui` argument.
```bash
~/minecraft-server $ jbang minecraft-server@microsoft nogui
```
### [Playwright](https://playwright.dev/java/)
Playwright for JBang is a wrapper for the [Playwright Java CLI](https://playwright.dev/java/docs/cli).