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

LogicTags

Add customizable tags above each player

Загрузки
655
Подписчики
4
Обновлён
15 июня 2025 г.
Лицензия
GPL-3.0-or-later

Опубликован 5 мая 2025 г.

https://cdn.modrinth.com/data/KyEGDSv3/images/df606c5a2d6dd813c41b2ef2cad8381861ccb9ac.png

Description

LogicTags is a Minecraft plugin that allows users to configure and manage tags for players. Users can set tags that players can choose from and also add permissions required for some commands.

Links

Showcase

Commands

The plugin provides several commands for managing tags:

  • /tag - View your current tag
  • /tag list - List all available tags
  • /tag select <id> - Select a tag by ID
  • /tag change <tag> - Change your tag to the specified text (requires logictags.change permission)
  • /tag remove - Remove your current tag
  • /tag reload - Reload the tags configuration (requires logictags.reload permission)
  • /tag help - Display help information for the plugin commands

Configuration

tags.yml

The tags.yml file is used to configure the available tags. Each tag has an ID, name, description, and an optional permission. Here is an example of the tags.yml file:

tags:
  - id: funnyTag
    name: "&5Funny"
    description: A tag for funny content
  - id: coolTag
    name: Cool
    description: A tag for cool players
    permission: logictags.cool
  - id: proTag
    name: Pro
    description: A tag for professional players
    permission: logictags.pro

config.yml

The config.yml file contains various settings for the plugin. Here are the available options:

  • customTeams: (default: true) Whether to use custom teams for tag display. Custom teams should only be disabled when you use a plugin that displays ranks for the player or changes the player's display name.
  • seeOwnTag: (default: false) Whether players can see their own tags.

Ченджлог

1.0.5Релиз1.21.3, 1.21.4, 1.21.5 · 15 июня 2025 г.

Changes

  • now working on paper 1.19.4+
  • fixed issues where tag wasn't spawning

Full Changelog: https://github.com/FrinshHD/LogicTags/compare/1.0.4...1.0.5

1.0.4Релиз1.21.3, 1.21.4, 1.21.5 · 15 июня 2025 г.

Changes

  • fixed errors appearing when using the plugin with ViaVersion
  • more bug fixes

Full Changelog: https://github.com/FrinshHD/LogicTags/compare/1.0.3...1.0.4

1.0.3Релиз1.21.3, 1.21.4, 1.21.5 · 27 мая 2025 г.

Changes

  • added translation system
  • added 'tagInfoJoinMessage' setting
  • added no permission message
  • added bstats

Full Changelog: https://github.com/FrinshHD/LogicTags/compare/1.0.2...1.0.3

1.0.2Релиз1.21.3, 1.21.4, 1.21.5 · 26 мая 2025 г.

Changes

  • hotfix for config

Full Changelog: https://github.com/FrinshHD/LogicTags/compare/1.0.1...1.0.2

1.0.1Релиз1.21.3, 1.21.4, 1.21.5 · 26 мая 2025 г.

Changes

  • added maxTagLength setting
  • added seeOwnTag setting
  • smaller bug fixes

Full Changelog: https://github.com/FrinshHD/LogicTags/compare/1.0.0...1.0.1

1.0.0Релиз1.21.3, 1.21.4, 1.21.5 · 25 мая 2025 г.

Initial release of LogicTags. It adds all basic features. For more information please visit the docs or join our Discord server.

Комментарии

Загружаем…