File Details
dragonstechmagic-1.4.5.jar
- R
- Mar 1, 2026
- 126.46 KB
- 496
- 1.21.1
- NeoForge
File Name
dragonstechmagic-1.4.5.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
[1.4.5] - 2026-03-01
Added
- Smart Item Cleaner (Auto-Limpeza)
- New intelligent item cleanup system that triggers automatically based on item count.
- Auto-Cleanup: Automatically starts a cleanup countdown when the number of dropped items exceeds a configurable limit.
- Visual Alerts: Displays a prominent TITLE message (
ITEM CLEAR) to all players when the limit is reached. - Persistent Configuration: Auto-cleanup settings are saved to
config/dragonstechmagic/limpeza.jsonand persist across restarts. - New Commands (
/limparchao):/limparchao autolimpeza <quantity>: Sets the threshold for auto-cleanup (e.g., 500 items). Set to-1to disable./limparchao limpar <seconds>: Starts a manual cleanup with a custom countdown (default 30s)./limparchao contar: Displays the exact number of dropped items across all dimensions.
Fixed
- Item Counting Logic: Fixed a discrepancy where the cleanup report showed fewer items removed than detected (now correctly counts stack sizes).
- Command Feedback: Improved feedback for
/limparchao contarto ensure messages are always visible to the executor.
[1.4.4] - 2026-03-01
Added
- Announcer System
- New automated announcement system configurable via commands and JSON.
- Support for multiple announcement types:
- Text: Simple messages with color support (
&a,&c). - Command: Executes console commands (e.g.,
/save-all,/weather clear). - JSON: Complex messages with hover and click events.
- Example:
{"text":"Click here to join Discord!","color":"green","clickEvent":{"action":"open_url","value":"" rel="noopener nofollow" target="_blank">https://discord.gg/example"},"hoverEvent":{"action":"show_text","contents":"Join now!"}}
- Example:
- Text: Simple messages with color support (
- Individual Configuration:
- Each announcement operates on its own independent timer, allowing for simultaneous schedules (e.g., one message every 10s, another every 5min).
- Each announcement can have its own custom prefix (e.g.,
[Event],[Discord]).
- Management Commands (
/anuncios):/anuncios add <type> <time> <content>: Dynamically adds new announcements./anuncios remove <index>: Removes existing announcements./anuncios list: Lists all announcements with their indices./anuncios interval <minutes>: Sets the global default interval./anuncios prefixo <index> <new_prefix>: Changes the prefix of a specific announcement./anuncios force <index>: Forces immediate execution of an announcement for testing./anuncios reload: Reloads configuration from disk.
Fixed
- Command Execution: Fixed an issue where announcer commands failed due to insufficient permissions or slash prefixes.
- Commands now execute with Level 4 (Operator) permissions.
- Automatically strips leading slashes (
/) from command content to ensure compatibility.