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

Votifier for Neoforge

A Votifier mod for Neoforge platforms (Port of original Bukkit votifier)

Загрузки
681
Подписчики
3
Обновлён
25 января 2025 г.
Лицензия
GPL-3.0-only

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

This mod adds a link between Voting Sites (PlanetMinecraft, etc).

This plugin records the votes made by players, and gives them a reward (runs a command).

It's a really simple mod:

  • Creates public & private keys inside /mods/votifier/ folder
  • Creates a votifier.json inside /config/votifier/ folder

This votifier.json is:

{
  "host": "0.0.0.0",
  "port": "8192",
  "debug": false,
  "command-after-voting": "give %player% diamond 1",
  "gui-title": "&6Voting GUI"
}

To set up the Votifier:

  1. Set "host" to your server IP, in most cases leave it as "0.0.0.0", it's the local IP.
  2. Open your port 8192. If you are using a hosting service, you may need to open it in the control panel or open a support ticket.
  3. Fill the configuration on the Voting site, adding the PUBLIC key, NOT the PRIVATE.
  4. Test with MineStatus Votifier Tester

Voting GUI:

Opens when using /vote, and it's configurable in config/votifier/voting_sites.json. Use formatting like &6&l (bold and gold color) in the lore, name or gui title.

Ченджлог

1.2Релиз1.21.1 · 25 января 2025 г.
1.1Релиз1.21.1 · 23 января 2025 г.
  • Added formatting with &
  • Added gui-title in votifier.json
  • lore is now an array list instead having to use \n
  • Cleanup unused config

UPDATING FROM 1.0: delete config/votifier/votifier.json and config/votifier/voting_sites.json before starting the server!

Комментарии

Загружаем…