Dragons Server Tools

Powerful server-side administration suite featuring advanced item blocking, smart auto-cleanup, End dimension access control, and essential moderation tools for staff.

File Details

dragonstechmagic-1.3.0.jar

  • R
  • Aug 18, 2025
  • 86.32 KB
  • 507
  • 1.21.1
  • NeoForge

File Name

dragonstechmagic-1.3.0.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:dragons-server-tools-1326450:6899218"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

[1.3.0] - 2025-01-18

Added

  • Enhanced Block Detection System: Major improvements to /bloquearitem detectar command

    • Configurable Radius: Detection radius now supports 1-500 blocks (previously limited to 100)
    • Separate Commands: Split detection into specialized commands for better usability:
      • /bloquearitem detectar [radius] - Basic detection around command executor
      • /bloquearitem detectarjogador <radius> <player> - Detection around specific player
      • /bloquearitem detectarcoordenadas <radius> <x> <y> <z> - Detection at specific coordinates
    • Automatic Chunk Loading: System now temporarily loads unloaded chunks during detection
      • Ensures 100% reliable detection even in unexplored areas
      • Automatic cleanup after detection completes
      • Progress feedback showing chunk loading status
  • NEW: Temporary Ban System: Complete temporary banning system for server administration

    • /tempban Command Suite: Comprehensive temporary ban management
      • /tempban banir <player> <minutes> <reason> - Ban player temporarily (1 min to 30 days)
      • /tempban remover <player> - Remove temporary ban from player
      • /tempban verificar <player> - Check ban status and details
      • /tempban listar - List all active temporary bans
      • /tempban ativar/desativar - Enable/disable the temp ban system
      • /tempban status - Show system status and statistics
    • Persistent Storage: Bans saved in config/dragonstechmagic/banimentos_temporarios.json
    • Automatic Expiration: Bans automatically expire and are cleaned up
    • Rich Ban Messages: Formatted disconnect messages showing ban details
    • Admin Notifications: Broadcast system for ban actions to other administrators
    • Flexible Duration: Support for minutes, hours, and days with intelligent formatting
    • Configuration Integration: Can be enabled/disabled via mod configuration system
    • Automatic Login Prevention: Banned players are automatically disconnected on login attempts

Improved

  • Detection Reliability: Fixed issues where blocks in unloaded chunks were missed
  • Performance Optimization: Intelligent chunk management prevents memory leaks
  • User Experience: Clear feedback about chunk loading and detection progress
  • Command Structure: Separated commands eliminate argument conflicts and improve clarity
  • Error Handling: Enhanced JSON file handling with corruption recovery for temp ban system