InteractionVisualizer
About the Modification
In standard Minecraft, when you interact with a crafting table or other blocks, other players cannot see what you are doing. Wouldn't it be interesting to observe items appearing on the crafting table during the crafting process? With this plugin, this possibility becomes a reality! You will be able to see visualization of items on various work surfaces right while other players are using them.
Main Features
Interaction Visualization
The plugin displays animations for numerous blocks and entities, including crafting tables, furnaces, enchantment tables, and many others. Instead of boring static interfaces, you will see dynamic visual effects that make gameplay more lively and visual.
Client-Side Implementation
- All visual elements are created exclusively on the client side
- Displayed items and blocks do not exist on the server
- They cannot be destroyed by commands or affect the game world
- Complete absence of load on server performance
Flexible Configuration
- Each visualization type can be disabled in configuration
- Players can independently manage effect display
- Support for saving settings in SQLite and MySQL
- Automatic text localization according to client language
- Rich library of translations from the community
Video Reviews
For better understanding of the plugin's capabilities, we recommend watching video reviews:
Dependencies
- ProtocolLib (only for versions 1.12.2 and below)
- LightAPI Fork (only for versions 1.16.5 and below)
Compatibility with Other Plugins
- OpenInv (chest animations are disabled when using silent mode)
- SuperVanish and PremiumVanish (all animations are disabled in vanish mode)
- CMI (animation disabling when invisible)
- Essentials (vanish mode support)
Installation
- Place the InteractionVisualizer.jar file and all required dependencies in the plugins folder
- Start the server
- Configure according to your needs
- Restart the server to apply changes
Commands and Permissions
Main management commands:
/interactionvisualizer reload- plugin reload/interactionvisualizer refresh- visualization refresh/interactionvisualizer toggle- display mode switching/interactionvisualizer update- update checking
Display Configuration
The /iv toggle command allows managing three visualization types:
- itemstand - items on armor stands (lying on surfaces)
- itemdrop - visualization as falling items
- hologram - floating text and progress indicators
Technical Features
The plugin provides API for developers, supports PlaceholderAPI for integration with other systems, and has detailed configuration documentation. All player preference data is saved in the selected database.