If you’re using plugins that implement custom containers, you can allow them to be sorted by following these steps:
Enable Debug mode in the configuration file.
Attempt to sort the custom container by pressing F.
Check the server logs; you’ll likely see something like: org.example.CustomInventoryHolder
Execute the command:
For example:
Disable Debug mode. Now your custom plugin containers should be sortable.
Note: Be cautious when performing these advanced actions, as incorrect manipulation may lead to unintended consequences. If you encounter issues, seek assistance or revert the changes.
Configuration File:
The configuration file allows you to customize various settings. Here’s an example configuration:
Adjust the settings according to your preferences. Enabling features on the server doesn’t necessarily mean players will use them. Players can individually enable or disable features even if the server allows them.
Advanced Functionality (Continued):
If you encounter types like Player, CraftPlayer, or null, avoid performing the custom container manipulation steps. Incorrect actions could lead to unintended behavior, including item duplication bugs.