QuickClose is a simple Quality of Life plugin allowing players to close inventories by clicking outside of them as an alternative to pressing escape/e; useful when you do not have your hand on the keyboard. You can configure click type, the number of clicks, click timing, and much more.
# Blacklist some inventory types from being quick closeable. Find inventory types below: # https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/inventory/InventoryType.html InventoryTypeBlackList: #- CHEST
# You may invert the above effectively making the blacklist a whitelist. InventoryTypeBlackListInvert: false
# Only trigger on clicks that are performed with no item in the hand. EmptyHandOnly: true
# The number of consecutive clicks needed to quick close an inventory. # E.g. setting the value to 2 will require a double click etc. ClicksToClose: 1
# The maximum amount of milliseconds between two clicks to be treated as consecutive. ConsecutiveClicksTimeFrame: 500
# The type of click needed to trigger quick close: LEFT, MIDDLE, or RIGHT # You may specify multiple by comma separating the types e.g. 'RIGHT, LEFT' ClickTypeToClose: 'RIGHT'
# By enabling this any inventory with a custom name won't be quick closeable. IgnoreNamedInventories: false
# Update Checker. # Enable or disable the update checker. UpdateCheckerEnabled: true
# false: All OPs are notified of a new update when they join. # true: OPs are only notified if they have the quickclose.update permission as well. # N.B. any user with the quickclose.update permission is notified; OP or not. UpdateCheckerPermissionOnly: false
Commands The plugin features a single command:
/quickclose reload Aliases: [quickc, qclose, qc] Argument aliases [rel, r] Reload the configuration file. This command is only executable by OPs or via console.
Permissions
quicklose.use Players with this permission are able to use the QuickClose feature. All players have this permission by default.
quickclose.update Players with this permission are notified of new updates.
Installation & Setup Installing Quick Close is as simple as with any other plugin.
Download QuickClose.
Drag and drop the plugin into your plugins folder.
Start/Restart/Reload your server.
Configure the plugin as you wish.
Versions & Support QuickClose only supports Spigot servers. That being said the plugin should work on Spigot forks such as PaperSpigot as well.
Please note that it is not possible to close creative inventories.