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

MysteryStat

Mystery Statistic game for 1.20.4 (fabric)

Загрузки
567
Подписчики
0
Обновлён
13 июля 2024 г.
Лицензия
MIT

Опубликован 26 апреля 2024 г.

Mystery Stat Mod

Description

This mod adds some commands to provide a fun mystery statistic challenge in multi-player servers.

Features

  • Display the score for a mystery statistic objective in the player list
  • Allow players to list the top 3 as a leaderboard
  • Publishes the results to a discord server
  • Set up and activate challenges independently - so you can have multiple challenges running concurrently but only one displayed in the player list

Dependencies

Installation

  • Add the mod jar and the dependencies
  • Start the server
  • Edit config/mysterystat.toml with your discord bot's authentication token and channel id
  • Restart the server

Commands

Add

Adds a new mystery challenge objective. These are registered as vanilla objectives using a prefix mysterystat_.

/mysterystat add <name> <criterion>

Requires permission 'mysterystat.add'

Activate

Activates a mystery challenge. This sets it as the current objective, visible in the player list display slot.

/mysterystat activate <name>

Requires permission 'mysterystat.activate'

List current objective

Lists the top 3 players for the currently active objective

/mysterystat list

Requires permission 'mysterystat.list.current'

List any objective

Lists the top 3 players for the provided objective

/mysterystat list <name>

Requires permission 'mysterystat.list.any'

Clear

Removes the provided objective

/mysterystat clear <name>

Requires permission 'mysterystat.clear'

Publish

Publishes the top 3 players the provided objective to a configured discord server

/mysterystat publish <name>

Requires permission 'mysterystat.publish'

Populate

Populates a mystery challenge objective with the scores from a pre-existing vanilla objective

/mysterystat populate <name> <objective>

Requires permission 'mysterystat.publish'

Ченджлог

1.2.1+1.21Релиз1.21 · 13 июля 2024 г.
  • Fix conflict with kotlin in other mods
  • Remove clashing config library dependency
  • Implement own config file management

Full Changelog: https://github.com/animando/mystery-stat-mod/compare/1.2.0+1.21...1.2.1+1.21

1.2.0+1.21Релиз1.21 · 7 июля 2024 г.
1.1.0+1.20.4Релиз1.20.4, 1.20.5, 1.20.6 · 30 апреля 2024 г.
1.0.6+1.20.4Релиз1.20.4, 1.20.5, 1.20.6 · 30 апреля 2024 г.
1.0.5+1.20.4Релиз1.20.4, 1.20.5, 1.20.6 · 29 апреля 2024 г.
1.0.4+1.20.4Релиз1.20.4 · 29 апреля 2024 г.

1.0.4

  • Gracefully handling of publish command when discord not configured

Комментарии

Загружаем…