Перейти к содержимому
Mineforgian

Customize Phantom Spawning & Attacking

Lets you customize which players phantoms spawn on and which players phantoms attack using a server config file.

Загрузки
68
Подписчики
0
Обновлён
13 декабря 2025 г.
Лицензия
CC-BY-4.0

Опубликован 13 декабря 2025 г.

Lets you customize which players phantoms spawn on and which players phantoms attack using a config file.

If the config file doesn't exist, the mod will create the default one, which behaves like vanilla.
There is the commmand /reloadphantomconfig to reload the config of the mod from the file.
In config/customize-phantom-spawning-and-attacking.json:
First entry: @everyone or @no one
then you can say it as:
"everyone, except A, B, & C" (exclude A, B, & C)
or "no one, except/but A, B, & C" (include A, B, & C)
Example:

{
  "attack": [
    "@no one",
    "IAmTheOnlyPersonThatWillBeAttacked"
  ],
  "spawn": [
    "@everyone",
    "IAmTheOnlyPersonThatPhantomsWillNOTSpawnOn"
  ]
}

Комментарии

Загружаем…