Unofficial site, not affiliated with modrinth.com.What is this?
Плагины/BedWars1058-Inviter
  • BedWars1058-Inviter 1.10-rc1

    beta30 мая 2026 г.

    Added

    • Added placeholder documentation comments in both en_us.yml and zh_cn.yml for easier configuration.

    Fixed

    • Fixed an issue where /bi language, /bi reload, and other subcommands would incorrectly show "Unknown subcommand" when typed with mixed case. All subcommands are now case-insensitive.
  • Fixed

    • Fixed an issue where after using /bi language, invitation and broadcast messages would no longer appear. The language manager now correctly falls back to default values when a key is missing or empty.

    This version has not been widely tested and may contain serious vulnerabilities.

  • Added

    • Experimental support for Velocity proxy. The plugin now detects Velocity environments and automatically uses single-arena mode.

    Fixed

    • Fixed a bug where switching the language via /bi language would cause invitation messages to stop working until the next server restart. All components now correctly reload their language configuration when the language is changed.

    This version has not been widely tested and may contain serious vulnerabilities.

  • Added

    • Language system with support for multiple languages via YAML files in plugins/BedWars1058-Inviter/language/.
    • /bi language <lang> admin command to switch the server-wide language instantly (requires bi.admin permission).
    • Default language files en_us.yml and zh_cn.yml are generated on first startup.
    • All user-facing messages (invite texts, button labels, cooldown alerts, quick invite item name/lore, broadcast format) are now read from language files, supporting complete customization.
    • Language selection is saved in config.yml under the language key and persists across restarts.

    Changed

    • All message-related options have been removed from config.yml and migrated to language files.
    • The /bi help command now includes the new language subcommand.
    • The reject-message key in language files is still configurable but no longer displayed to players.

    Fixed

    • Compilation errors when using ConfigManager.getString() with default values have been resolved.

    This version has not been widely tested and may contain serious vulnerabilities.

  • BedWars1058-Inviter 1.9

    release22 мая 2026 г.

    Changed

    • Clicking the reject button ({rejectbutton}) no longer displays a rejection message in chat. The invitation is simply dismissed silently.
  • BedWars1058-Inviter 1.9-rc1

    beta16 мая 2026 г.

    Fixed

    • Clicking the reject button ({rejectbutton}) now correctly displays the configured reject message to the player who clicked it.
  • Added

    • New placeholders {acceptbutton} and {rejectbutton} for invitation messages.
    • {acceptbutton} displays a clickable button that runs /bw join to enter the arena.
    • {rejectbutton} displays a clickable button that dismisses the invitation and shows a customizable reject message.
    • Configurable button text and hover text for both buttons (accept-button-text, accept-button-hover, reject-button-text, reject-button-hover).
    • Configurable reject message (reject-message).
    • Messages without button placeholders continue to work as before (entire line is clickable to join).
  • Added

    • New config
    auto-invite-min-players
    # Minimum number of players required in an arena before an automatic invitation is sent.
    # Only takes effect when enable-auto-invite is true.
    # Default: 1
    
  • BedWars1058-Inviter 1.8

    release14 мая 2026 г.

    Added

    • Configurable debug-mode option in config.yml with three levels:
      • 0 (Disabled) – no debug output
      • 1 (Simple) – only important messages (startup, auto-invites, reloads)
      • 2 (Verbose) – all messages including per-player item updates (may spam console)
    • All debug log messages are now written in English.

    Fixed

    • Configuration file comments are now preserved across server restarts and plugin reloads. The plugin no longer overwrites user comments with saveConfig().
  • BedWars1058-Inviter 1.8-rc1

    beta14 мая 2026 г.

    Added

    • Multi-line invitation messages: autoInviteText and yqInviteText now support both single-line strings and YAML list format for multiple lines. Each line is sent as an independent clickable message with hover effects.

    Fixed

    • /bi reload now correctly reloads all cached configuration values, including multi-line messages for both automatic and manual invitations.
    • Players sending /yq invitations from inside an arena can now see their own invitation messages.
  • BedWars1058-Inviter 1.7

    release4 мая 2026 г.

    Added

    • New config option show-invite-after-game (default: false). When enabled, players who have finished their game (eliminated or spectating) will also receive arena invitations, allowing them to quickly join the next match.

    Fixed

    • Fixed an issue where clicking an arena invite could fail with "No available games" when an arena group has the same name as an arena but no arenas assigned. The /bw join command now intelligently selects the correct parameter format to prevent group matching failures.
  • BedWars1058-Inviter 1.6

    release3 мая 2026 г.

    Added

    • New config option prevent-quick-invite-item-move (default: false). When enabled, players cannot move the quick invite item from its configured inventory slot.

    Fixed

    • Fixed "No available games" error when clicking arena invites in certain modes (e.g., Solo). The /bw join command now includes both the arena group and arena name to ensure correct matching in all game modes.
  • BedWars1058-Inviter 1.5.2

    release2 мая 2026 г.

    Fixed

    • Fixed an issue where clicking an arena invite could incorrectly display "This mode room is full" due to case‑sensitive arena name mismatches. The /bw join command now always uses the exact original arena name.
  • BedWars1058-Inviter 1.5.1

    release22 апреля 2026 г.

    Fixed

    • /bi reload now correctly reloads invitation messages in addition to the quick invite item.
    • Configuration changes to autoInviteText, autoInviteTulip, yqInviteText, and yqInviteTulip are now applied immediately after reload without requiring a server restart.
  • BedWars1058-Inviter 1.5

    release21 апреля 2026 г.

    Added

    • /bi admin command with subcommands reload and help.
    • /bi reload requires confirmation within 10 seconds to prevent accidental config reloads.
    • /bi help displays all available plugin commands.

    Changed

    • Default invitation and broadcast messages have been improved and switched to English for a cleaner experience.
  • BedWars1058-Inviter 1.4.1-c

    release20 апреля 2026 г.

    Fixed

    • Critical startup failure caused by incorrect plugin name references after rebranding to BedWars1058-Inviter.
    • Internal package structure and import statements have been unified to ensure all components load correctly.
  • BedWars1058-Inviter 1.4.1-b

    release20 апреля 2026 г.

    Changed

    • Completely removed all legacy plugin name references and internal identifiers. The plugin now fully adopts BedWars1058-Inviter as its sole identity.
  • BedWars1058-Inviter 1.4.1-a

    release20 апреля 2026 г.

    Changed

    • Renamed the plugin from BedWars1058-ArenaStartMessage to BedWars1058-Inviter to better reflect its core functionality and to avoid naming conflicts with other addons.
  • BedWars1058-Inviter 1.4

    release19 апреля 2026 г.

    Added

    • New /hh command for server-wide announcements. Players can broadcast messages to the entire server with a configurable cooldown.
    • New config options for /hh command:
      • enable-hh-command (default: true) – toggles the feature on/off.
      • hh-cooldown (default: 90) – cooldown time in seconds.
      • hh-cooldown-message – customizable cooldown notification.
      • hh-format – message format supporting {player} and {message} placeholders.
  • BedWars1058-Inviter 1.3

    release19 апреля 2026 г.

    Added

    • New unified automatic invitation system with configurable interval (auto-invite-interval). When enabled, the plugin periodically invites players to all waiting/starting arenas.
    • New config option enable-auto-invite (default: false) to toggle the automatic invitation feature.
    • New message configuration autoInviteText and autoInviteTulip for the automated announcements.

    Changed

    • Merged the previous enable-minplayers-passed and enable-arena-starting toggles into a single enable-auto-invite option.
    • Removed the minPlayers configuration option; automatic invites now trigger as long as at least one player is in an arena.
    • Automatic invitations are now managed by a global repeating task instead of event-driven logic.

    Removed

    • Deprecated minPlayersPassedText, minPlayersPassedTulip, arenaStartingText, and arenaStartingTulip options. Please use autoInviteText and autoInviteTulip instead.
    • The minPlayers configuration option has been removed entirely.
1

Совместимость

Сведения

Лицензия:
Опубликован:2 месяца назад
Обновлён:2 недели назад
ID проекта:
Главная