nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)
Proton

Proton

Plugin

Proton enhances Minecraft servers with features like rank management, mod chat, vanish mode, and NPC creation. Customize player ranks, toggle chat modes, and spawn NPCs with player skins for a richer server experience.

Server Game MechanicsManagement MobsSocialUtility

192 downloads
2 followers
Filter channels...

Proton 0.4.5

by marvex on Sep 9, 2024
Download

Added

  • FlightCommand: Added the ability to toggle flight mode for other players.

    • New command syntax: /fly [player]
      • If a player name is specified, the flight mode for that player will be toggled.
      • If no player is specified, the command will toggle the sender's flight mode.
    • Proper feedback messages are sent to both the sender and the target player when toggling flight status.
  • RankCommand: Expanded the rank management functionality to allow players to assign ranks to other players.

    • New command syntax for /rank join and /rank leave:
      • /rank join <rank> [player]: Adds the rank to the specified player or to the sender if no player is specified.
      • /rank leave <rank> [player]: Removes the rank from the specified player or from the sender if no player is specified.
    • Updated the tab completion to suggest player names and ranks.

Fixed

  • FlightCommand: Fixed an issue where flight status would not update correctly when used by players with limited permissions.

  • RankCommand: Fixed issues related to rank display colors and team assignment in the scoreboard. Players now correctly reflect their rank colors in the tab list and display name.

    • Improved display name handling to apply rank colors properly.
    • Ensured that team updates are processed correctly when players join or leave ranks.

Changed

  • RankCommand: Refactored rank color handling to improve maintainability. Colors for ranks are now handled consistently throughout the command and associated teams.
  • Updated messages for rank-related commands to be more informative and user-friendly.

Proton 0.4.4

by marvex on Aug 27, 2024
Download

Fixes

  • /broadcast
  • /craft
  • /heal
  • /invsee
  • /mute
  • /repair
  • /top
  • /treecapitator
  • /xray

Proton 0.4.3

by marvex on Aug 27, 2024
Download

Fixes:

  • Vanish Command:

    • Fixed an issue where vanished players were not correctly hidden from others.
    • Correctly re-applies vanish effects on player re-login to ensure they remain invisible.
    • Addressed a bug where vanished players could still be targeted by commands or NPCs.
  • Killall Command:

    • Resolved an issue where the killall command would occasionally not affect certain entity types.
    • Added improved filtering for entity categories (items, monsters, players, itemframes, animals, entities).
    • Ensured entities targeted by the killall command are properly removed across all dimensions.

Additions:

  • Tpa Command:

    • Added the /tpa <player> command to request teleportation to another player.
    • Introduced a timeout system for teleport requests with configurable duration (default: 60 seconds).
    • Implemented permission checks for proton.tpa to control command access.
  • Tpahere Command:

    • Added the /tpahere <player> command to request another player to teleport to your location.
    • Integrated permission checks under proton.tpahere for fine-grained control over who can use the command.
    • Both tpa and tpahere commands now support configurable messages for request and response handling.
  • Tpaccept and Tpdeny Commands:

    • Introduced the /tpaccept command to allow players to accept incoming teleport requests.
    • Added the /tpdeny command to reject teleport requests.
    • Both commands support aliases (/accept, /deny) for ease of use.
    • Players will receive notifications upon request acceptance or denial.

Proton 0.4.2

by marvex on Aug 26, 2024
Download

Added

  • Teleportation Requests (TPA):
    • Added /tpa command for requesting teleportation to another player.
    • Added /tpahere command for requesting another player to teleport to you.
    • Added /tpaccept command to accept incoming teleportation requests.
    • Added /tpdeny command to deny incoming teleportation requests.
    • Configurable request sound and teleport sound.

Changes

  • Home Command Enhancements:
    • Added support for setting multiple homes with names.
    • Improved home management with configurable max number of homes based on player ranks.
    • Configurable home settings such as teleport delay and sounds.

Fixed

  • Teleportation Issues:
    • Fixed issues where teleportation commands (/tpa, /tpahere, /tpaccept, /tpdeny) were not working correctly. Ensure commands are functional and provide proper feedback to players.

Known Issues

  • TPA Commands:

    • Some players reported issues with TPA commands not responding as expected. This has been addressed in the fix section but ensure to verify all functionalities in your environment.
  • Skull Command:

    • Not working

Miscellaneous

  • Configuration Changes:
    • Updated configuration paths and default values for home settings and teleportation features.
    • Ensure to review and update your configuration files to match the new format and options.

Notes

  • Configuration Reload:

    • After updating to this version, please reload or restart your server to apply all configuration changes.
  • Permissions:

    • Ensure players have appropriate permissions for the new commands and features. Adjust permissions based on the new rank-based home limits and TPA functionalities.

Proton 0.4.1

by marvex on Aug 25, 2024
Download

Key Fixes and Improvements:

  1. Rank Display Fixes:

    • Resolved an issue where player ranks were only updating in chat, but not reflected in the tab list or display name. The rank system has been updated to ensure consistent rank display across all areas:
      • Tab List: Player's rank color and prefix are now properly shown in the tab list.
      • Display Name: The player's name (above the head and in chat) is now updated with the correct rank color and prefix.
  2. Team Integration for Ranks:

    • Implemented proper team assignment for ranks using the Minecraft scoreboard system. Players are now added to teams according to their rank, ensuring color consistency across the tab list and player display.
    • Dynamic Rank Assignment: Players joining or leaving ranks will have their team updated dynamically, ensuring their display reflects the most current rank.
  3. Event-Based Rank Updates:

    • Added event listeners to handle rank updates automatically when a player joins the server. The player's display name and tab list name are now updated to reflect their rank immediately upon joining.
    • Join Event: On player join, their rank is now fetched and applied to their display name and tab list.
    • Quit Event: On player quit, the system ensures any vanish state is cleared properly.
  4. Command Fixes:

    • Fixed an issue with the /rank command where ranks weren't correctly applied in certain scenarios. Players can now join and leave ranks seamlessly, and changes are reflected immediately in both chat and the tab list.

Known Issues:

  • None reported at this time.

Proton 0.4.0

by marvex on Aug 24, 2024
Download

New Features

  • Home Command Enhancements:
    • Added configurable countdown timer with sound effects for teleportation.
    • Players must remain still for 5 seconds before being teleported.
    • Countdown action bar message now displays in gray for "seconds" and gold for the number.
    • Configurable pitch for countdown and last-second sounds.
    • Default sounds for countdown and last second can be changed via config.yml.
    • Added option to cancel teleportation if the player moves during the countdown.

Updates

  • Rank Creation Function:
    • Updated rank creation functionality to allow for custom color settings in config.yml.
    • Now supports dynamic color changes for ranks including mod, admin, manager, and default.
    • Colors for rank names are configurable in config.yml, enabling better customization of rank display.

Fixes

  • Home Command Improvements:
    • Ensured home names cannot be set to "bed" to avoid conflicts with other functionality.
    • Implemented a proper check for the existence of homes before attempting teleportation.
    • Fixed issues with empty tab completion results for home names.
    • Added default values and error handling for sound configuration in config.yml.

Configuration Changes

  • Updated config.yml Example:
    home:
      enabled: true
      teleport-delay: 5 # Seconds before the player can teleport home
      teleport-cancel-move: true # Whether movement cancels the teleport
      max-homes:
        mod: 3
        admin: 5
        manager: 10
        default: 2
      sound:
        countdown: "BLOCK_NOTE_BLOCK_PLING" # Default sound played every second during countdown
        last-second: "ENTITY_ENDERMAN_TELEPORT" # Sound played on the last second of countdown
        pitch:
          countdown: 1.0 # Default pitch for countdown sound
          last-second: 1.0 # Default pitch for last-second sound
    ranks:
      mod:
        color: GREEN
        max-homes: 3
      admin:
        color: DARK_RED
        max-homes: 5
      manager:
        color: DARK_PURPLE
        max-homes: 10
      default:
        color: WHITE # Example of configurable color for default rank
        max-homes: 2

Proton 0.3.9

by marvex on Aug 24, 2024
Download

Added

  • Rank-based Chat Colors: Implemented rank-based chat color customization. Ranks now have unique colors in the mod chat system.
  • Chat Color Conversion: Added a conversion method from ChatColor to NamedTextColor to ensure compatibility with the new chat formatting.
  • Mute/Unmute Commands: Introduced /mute and /unmute commands for better moderation control. Admins and mods can now mute players, preventing them from sending messages in mod chat.
  • Visibility for Vanished Players: Enhanced mod chat functionality to allow mods, admins, and managers to see players who are vanished. This ensures that important messages are not missed, even if a player is in vanish mode.

Fixed

  • Null Reference Handling: Addressed issues where the pluginrank reference could be null, leading to errors when accessing rank information.
  • Color Compatibility: Fixed issues with color display in mod chat by ensuring proper conversion between ChatColor and NamedTextColor.
  • Mute Command Functionality: Corrected bugs related to the mute command, ensuring it effectively prevents muted players from sending messages.
  • Vanished Player Visibility: Resolved issues with visibility permissions, ensuring that vanished players are correctly displayed to mods, admins, and managers.

Notes

  • Setup Required: Ensure that RankCommand is correctly assigned to ModChatCommand to utilize all features, including rank-based colors and mute/unmute functionality.
  • Permissions Update: Review and adjust permissions to take full advantage of the new mute/unmute commands and visibility features for vanished players.

Proton 0.3.8

by marvex on Aug 23, 2024
Download

Added

  • /mute command to mute players for a specified duration. Duration formats include:
    • 1s for 1 second
    • 1m for 1 minute
    • 1h for 1 hour
    • 1d for 1 day
    • 1w for 1 week
    • 1mon for 1 month
    • 1y for 1 year
  • /unmute command to remove the mute status from a player without requiring a duration.

Changed

  • MuteCommand now handles both /mute and /unmute commands.
    • /mute command requires a duration parameter.
    • /unmute command no longer requires a duration and unmutes the player immediately.
  • MuteCommand class now initializes blacklisted commands from config.yml and checks for blacklisted commands in chat.

Configuration

  • Added mute.blacklisted-commands list to config.yml to specify which commands should be blocked while a player is muted.

Fixed

  • Fixed issue where MuteCommand contained duplicate case label for time units.
  • Fixed handling of blacklisted commands to ensure proper blocking.

Other

  • Enhanced tab completion for /mute command to include duration formats.
  • Improved error handling and user feedback for mute/unmute operations.

Proton 0.3.7

by marvex on Aug 23, 2024
Download
  • Rank Management:

    • Added functionality to dynamically update player ranks and display names.
    • Introduced methods to set and modify rank colors, affecting in-game team displays.
  • Mod Chat:

    • Enabled mod chat functionality, allowing messages to be visible only to specific ranks.
    • Customizable message formatting with player ranks and colors.
  • Vanish Command:

    • Implemented visibility toggling for players using the vanish command.
    • Enhanced player visibility management, ensuring correct visibility states for vanished players.
  • Player Events:

    • Improved handling of player join and quit events, including updates to player display names and visibility.

Bug Fixes

  • Method Compatibility:
    • Fixed issues related to method compatibility and data type handling.
    • Resolved errors related to collection operations and method calls.

Miscellaneous

  • Code Improvements:
    • Refactored and cleaned up code for better readability and maintainability.
    • Updated imports and dependencies to ensure proper functionality.

Proton 0.3.6

by marvex on Aug 23, 2024
Download

Added

  • /enchant Command Enhancements:
    • Abbreviation Support: Added support for enchantment abbreviations (e.g., "sharp" for "sharpness", "eff" for "efficiency").
    • Remove Enchantments: Added functionality to remove enchantments by specifying a level of 0.
    • Tab Completion: Tab completion now includes both full enchantment names and their abbreviations.

Changed

  • Command Argument Handling:
    • Updated argument handling in the /enchant command to properly interpret both full names and abbreviations for enchantments.
    • Improved tab completion to provide users with both full and abbreviated names of enchantments.

Fixed

  • Command Parsing:
    • Fixed issues with parsing enchantment names and levels in the /enchant command to ensure accurate enchantment application and removal.

Proton 0.3.5

by marvex on Aug 23, 2024
Download

Changes Since Last Changelog

Features Added:

  1. Deep-Slate Ore Support:

    • Added support for detecting deep-slate variants of ores (e.g., DEEPSLATE_DIAMOND_ORE).
    • Updated the isDetectedOre method to handle both standard ores and deep-slate variants.
  2. New Methods:

    • Introduced isOreVariant to identify if a given material is a variant of a detected ore.
  3. Enhanced Ore Naming:

    • Improved formatOreName to handle names for both standard and deep-slate ores, ensuring consistent messaging.
  4. Improved Vein Detection:

    • Modified vein detection logic to include all 26 neighboring blocks, including diagonal directions.
  5. Message Sending Optimization:

    • Added a processedBlocks set to track processed blocks within a vein to avoid duplicate messages.
    • Implemented checks to ensure messages are sent only once per group of connected ores.

Bug Fixes:

  1. Message Duplication:

    • Fixed an issue where multiple messages were sent for subsequent mining actions within the same vein.
  2. Ore Detection Consistency:

    • Resolved issues with ore detection for blocks replaced in an already found vein.

Other Improvements:

  1. Performance Enhancements:
    • Optimized vein detection and message sending logic for better performance.

Additional Updates

  1. Enhanced /killall Command:

    • Added tab completion support and integrated better argument suggestions.
    • Ensured the KillAllCommand class implements CommandExecutor and TabCompleter properly.
  2. Deprecated Method Replacements:

    • Updated deprecated methods related to player list names and scoreboard team prefixes.
  3. Command Registration:

    • Fixed command registration issues and ensured proper integration of commands with updated API methods.
  4. Configuration Updates:

    • Added detailed command descriptions and usage information in the plugin configuration.

Summary of All Updates Since Last Changelog

  • New Features:

    • Deep-slate ore support.
    • New methods for ore variant detection.
    • Enhanced ore naming consistency.
    • Improved vein detection logic.
    • Optimized message sending.
  • Bug Fixes:

    • Fixed issues with duplicate messages and ore detection in veins.
  • Other Improvements:

    • Performance optimization and deprecated method updates.
    • Enhanced command handling and configuration updates.

Proton 0.3.4

by marvex on Aug 22, 2024
Download

Changes:

  • Added support for detecting deep-slate variants of ores. Now, ores like DEEPSLATE_DIAMOND_ORE are recognized as part of the same group as their standard counterparts (DIAMOND_ORE).

  • Updated the isDetectedOre method to handle both standard ores and their deep-slate variants, ensuring that all relevant ores are correctly identified.

  • Introduced the isOreVariant method to determine if a given material is a variant of a detected ore. This method accounts for different ore types such as deep-slate variants.

  • Enhanced the formatOreName method to include names for both standard and deep-slate ores. This ensures that messages display consistent ore names regardless of the variant mined.

  • Modified the vein detection logic to handle all 26 neighboring blocks, including diagonals, ensuring that ores connected in any direction are recognized as part of the same vein.

  • Implemented checks to ensure that messages are only sent once per group of connected ores, preventing multiple messages for a single vein of ores.

  • Added a processedBlocks set to track all processed blocks within a vein to avoid sending duplicate messages when mining multiple blocks within the same vein.

  • Ensured that if a block is replaced in a previously processed vein, it will be detected correctly and not trigger duplicate messages.

Bug Fixes:

  • Fixed an issue where messages were incorrectly sent for subsequent mining actions in the same vein, ensuring that only one message is sent per vein.

  • Resolved the issue of ore detection not working for blocks replaced in an already found vein, ensuring consistent behavior.

Other Improvements:

  • Enhanced performance by optimizing vein detection and message sending logic.

Proton 0.3.3

by marvex on Aug 22, 2024
Download

New Features:

  • X-Ray Command: Added the /xray [on|off] command.

  • /xray on: Enables X-Ray visibility for the player, allowing them to see when others mine diamonds or ancient debris.

  • /xray off: Disables X-Ray visibility for the player.

Updates:

  • Permissions: Enhanced permission checks for various commands to ensure proper access control.

  • Player Display Names: Improved player display names and rank handling, including updated methods for managing ranks and prefixes.

Fixes:

  • Bug Fixes: Addressed various minor bugs and improved stability.

  • Command Registration: Fixed issues with command registration and execution for better reliability.

Proton 0.3.2

by marvex on Aug 20, 2024
Download

Added

  • /npc [under development]
  • fixed error with mod chat
  • fixed error with rank colors and rank display in chat
  • fixed error with npc command spawning villager

Proton 0.3.1

by marvex on Aug 20, 2024
Download

first test verision

External resources


Project members

marvex

lead developer


Technical information

License
ARR
Project ID