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.4.1.jar

  • R
  • Sep 2, 2025
  • 102.47 KB
  • 114
  • 1.21.1
  • NeoForge

File Name

dragonstechmagic-1.4.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

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

Learn more about Curse Maven

## [1.4.1] - 2025-09-02

### Fixed
- **Item Cleanup**: Fixed `ConcurrentModificationException` when clearing large amounts of items
  - Implemented batch processing to prevent memory overload
  - Added synchronization to prevent concurrency issues during item removal
  - Improved thread management during cleanup
  - Added verification of live items before removal

### Performance
- **Optimization**: Better performance when processing large quantities of items
  - Batch processing of 500 items at a time
  - Small pauses between batches to prevent server overload
  - More efficient item count calculation using streams
  - Separate processing by dimension/world for better management

### Technical
- **Code**: Refactored item cleanup system
  - Removed redundant code
  - Improved error and exception handling
  - Cleaner and more organized code