Unofficial site, not affiliated with modrinth.com.What is this?
Плагины/GooseSync
  • GooseSync 26.1.3

    release2 июня 2026 г.

    🐛 Bug Fix

    Critical fix for Paper servers: GooseSync v26.1.2 instantly disabled itself with "This version of Minecraft is not supported!" on ALL Paper servers.

    Root Cause

    The Paper path in isVersionSupported() was reading parts[0] from the server version string (1_21_R0) — always the MC major version (1). Since 1 < 16, every Paper server was rejected.

    The Fix

    Now reads parts[1] (e.g., 21 for MC 1.21) — the true minor version.

  • GooseSync 26.1.3

    release2 июня 2026 г.

    🐛 Bug Fix

    Critical fix for Paper servers: GooseSync v26.1.2 instantly disabled itself with "This version of Minecraft is not supported!" on ALL Paper servers.

    Root Cause

    The Paper path in isVersionSupported() was reading parts[0] from the server version string (1_21_R0) — always the MC major version (1). Since 1 < 16, every Paper server was rejected.

    The Fix

    Now reads parts[1] (e.g., 21 for MC 1.21) — the true minor version.

  • GooseSync 26.1.2

    release2 июня 2026 г.

    🐛 Bug Fix

    Critical fix for Paper servers: The plugin was checking the wrong part of the server version string and would instantly disable itself with "This version of Minecraft is not supported!" on ALL Paper servers.

    Root Cause

    The Paper path in isVersionSupported() was reading parts[0] from the server version string (1_21_R0) — which is always the MC major version (1). Since 1 < 16, every Paper server was rejected regardless of actual Minecraft version.

    The Fix

    Now reads parts[1] (e.g., 21 for MC 1.21) — the true minor version.

    Download

    # Replace in plugins/ folder
    cp goosesync-26.1.3.jar /path/to/server/plugins/
    
  • GooseSync 26.1.2

    release28 мая 2026 г.

    Fix version detection for Paper 26.1.2 - resolved the 'This version of Minecraft is not supported!' error

  • GooseSync 26.1.2

    release16 мая 2026 г.
    1. Add safer configuration loading with bounded compensation values.
    2. Fix repeated action tick checks for consumption, pearls, and potion handling.
    3. Make combat velocity handling safer around damage event types and timing.
    4. Add /gs status and tab completion.
  • GooseSync 1.1.0

    release9 февраля 2026 г.

    Updated to support all versions and better enhancements.

  • GooseSync 1.0.2

    release26 августа 2025 г.

    Fixed the Startup Error.

  • GooseSync 1.0.1

    release29 июля 2025 г.
    • Updated to 1.21.8
    • Added better implementation
  • GooseSync 1.0.0

    release25 июня 2025 г.

    🦢 GooseSync - Advanced Latency Compensation Plugin

    The Ultimate Solution for High-Ping Players on Minecraft Servers

    Minecraft Version Java Version License

    🌟 Overview

    GooseSync is a revolutionary Minecraft plugin designed to eliminate the frustration of high latency gameplay. Whether you're playing on servers across the globe or experiencing network issues, GooseSync intelligently compensates for ping-related delays, providing a smooth and fair gaming experience for all players.

    ✨ Key Features

    🥊 Combat Compensation System

    • Smart Knockback Adjustment: Automatically adjusts knockback based on player ping
    • Damage Timing Optimization: Compensates for latency in combat scenarios
    • Velocity Stabilization: Prevents unfair knockback for high-ping players
    • Real-time Ping Monitoring: Continuously tracks player connection quality

    🍎 Consumption Speed Enhancement

    • Golden Apple Optimization: Reduces consumption delays for high-ping players
    • Food Consumption Boost: Faster eating mechanics for better gameplay flow
    • Smart Delay Reduction: Automatically adjusts based on ping thresholds

    🔮 Ender Pearl Optimization

    • Cooldown Reduction: Reduces ender pearl cooldown for high-ping players
    • Teleportation Compensation: Smoother pearl usage experience
    • Fair Play Balancing: Maintains game balance while improving accessibility

    🧪 Potion Throw Enhancement

    • Throw Speed Optimization: Faster potion throwing for high-ping players
    • Splash Potion Support: Enhanced mechanics for all potion types
    • Timing Compensation: Reduces delay in potion usage

    📊 Advanced Ping Monitoring

    • Real-time Tracking: Monitors player ping every second
    • Automatic Compensation: Applies optimizations based on ping levels
    • Performance Metrics: Detailed logging for server administrators

    🚀 Installation

    Prerequisites

    • Minecraft Server: 1.16.x - 1.21.x (Spigot, Paper, Purpur, or any Bukkit-based server)
    • Java: Version 8 or higher (Java 17+ recommended for optimal performance)
    • Permissions: Server restart capability

    Quick Installation Guide

    1. Download the Plugin

      # Download goosesync-1.0.0.jar from the releases
      
    2. Install on Your Server

      # Place the JAR file in your plugins folder
      cp goosesync-1.0.0.jar /path/to/your/server/plugins/
      
    3. Start Your Server

      # Restart your server to load the plugin
      ./start.sh
      
    4. Verify Installation

      [INFO] GooseSync has been enabled successfully!
      [INFO] Compatible with Minecraft versions 1.16 - 1.21.x
      

    ⚙️ Configuration

    Default Configuration

    The plugin automatically creates a plugins/GooseSync/config.yml file:

    # Main plugin settings
    enabled: true
    ping-threshold: 100
    knockback-multiplier: 0.8
    
    # Consumption settings
    consumption:
      enabled: true
      delay-reduction: 0.2
    
    # Ender pearl settings
    pearl:
      enabled: true
      cooldown-reduction: 0.2
    
    # Potion settings
    potions:
      enabled: true
      throw-delay-reduction: 0.2
    

    Configuration Options

    SettingDefaultDescription
    enabledtrueMaster toggle for the plugin
    ping-threshold100Minimum ping (ms) to trigger compensation
    knockback-multiplier0.8Knockback reduction multiplier
    consumption.delay-reduction0.2Food consumption speed boost (20%)
    pearl.cooldown-reduction0.2Ender pearl cooldown reduction (20%)
    potions.throw-delay-reduction0.2Potion throw speed boost (20%)

    🎮 Commands

    Player Commands

    CommandDescriptionPermission
    /gs or /goosesyncShow plugin informationgoosesync.use
    /gs helpDisplay help menugoosesync.use
    /gs versionShow version detailsgoosesync.use

    Admin Commands

    CommandDescriptionPermission
    /gs reloadReload configurationgoosesync.reload

    Example Usage

    /gs
    ╔══════════════════════════════════════════╗
    ║              GooseSync              ║
    ╠══════════════════════════════════════════╣
    ║  A Plugin to fix all the latency issues!  ║
    ║  Version: 1.0.0                    ║
    ║  Made by Kyssta!                        ║
    ║  Kyssta Network: kyssta.xyz        ║
    ║  Server Version: 1_21_R0           ║
    ╚══════════════════════════════════════════╝
    

    🔧 Permissions

    Permission Nodes

    PermissionDefaultDescription
    goosesync.usetrueAllows use of basic commands
    goosesync.reloadopAllows configuration reload

    Permission Examples

    # Give all players access to basic commands
    permissions:
      goosesync.use:
        default: true
    
    # Give only admins access to reload
    permissions:
      goosesync.reload:
        default: op
    

    📈 Performance Impact

    Minimal Overhead

    • CPU Usage: < 1% additional server load
    • Memory: ~2MB RAM usage
    • Network: Minimal packet overhead
    • Compatibility: Works with all major server software

    Optimization Features

    • Efficient Ping Monitoring: Updates every second with minimal impact
    • Smart Compensation: Only applies when needed (ping > threshold)
    • Version-Specific Optimizations: Tailored for each Minecraft version

    🌍 Server Compatibility

    Supported Server Software

    • Spigot - Full compatibility
    • Paper - Enhanced performance
    • Purpur - Full feature support
    • Any Bukkit-based server - Universal compatibility

    Minecraft Version Support

    VersionStatusFeatures
    1.16.x✅ Full SupportBasic compensation
    1.17.x✅ Full SupportEnhanced cooldown API
    1.18.x✅ Full SupportPerformance optimizations
    1.19.x✅ Full SupportAll features
    1.20.x✅ Full SupportNew combat system
    1.21.x✅ Full SupportLatest optimizations

    🛠️ Troubleshooting

    Common Issues

    Plugin won't start:

    [ERROR] Error occurred while enabling GooseSync
    

    Solution: Ensure you're using Java 8+ and a supported Minecraft version (1.16+)

    Commands not working:

    Unknown command. Type /help for help.
    

    Solution: Restart your server after installation

    No compensation effects:

    [INFO] Detected server version: 1_21_R0
    

    Solution: Check if player ping is above the threshold (default: 100ms)

    Debug Information

    Enable debug logging by setting debug: true in config.yml:

    debug: true
    

    📊 Metrics & Monitoring

    Server Logs

    The plugin provides detailed logging:

    [INFO] GooseSync has been enabled successfully!
    [INFO] Compatible with Minecraft versions 1.16 - 1.21.x
    [INFO] Detected server version: 1_21_R0
    

    Performance Monitoring

    Monitor plugin performance through:

    • Server console logs
    • Plugin command output
    • Built-in metrics

    🔄 Updates & Maintenance

    Automatic Features

    • Version Detection: Automatically detects server version
    • Compatibility Checks: Ensures plugin works with your setup
    • Graceful Degradation: Falls back to compatible methods

    Manual Updates

    1. Download the latest version
    2. Stop your server
    3. Replace the old JAR file
    4. Start your server

    💡 Best Practices

    Server Configuration

    • Java Version: Use Java 17+ for optimal performance
    • Server Software: Paper or Purpur recommended
    • Memory: Ensure adequate RAM allocation

    Plugin Settings

    • Ping Threshold: Adjust based on your player base
    • Compensation Levels: Start with defaults, adjust as needed
    • Monitoring: Enable debug mode for troubleshooting

    🆘 Support

    Getting Help

    • Documentation: Check this README first
    • Issues: Report bugs with server logs
    • Questions: Contact support with detailed information
    • Discord: https://discord.gg/5USMkzcuxH

    Required Information

    When seeking support, please provide:

    • Minecraft version
    • Server software (Spigot/Paper/Purpur)
    • Java version
    • Plugin version
    • Error logs
    • Configuration file

    📄 License

    This project is licensed under the MIT License - see the LICENSE file for details.

    🙏 Credits

    Developed by: Kyssta
    Server: kyssta.xyz
    Version: 1.0.0


    Thank you for choosing GooseSync! 🦢

    Transform your high-ping gameplay experience today.

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

Сведения

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