Send various notifications to the player. (notifications are fully customizable)
Force the player or the server to execute specific commands and set a delay for the execution.
Allow the player to toggle notifications by using the command "/inventoryfullnotifier toggle"
Prevent notification spam with a cooldown.
Disable notifications in
specific worlds.
Disable notifications if the player is
afk or uses
creative gamemode.
Notification Types:
Title
Chat Message
Actionbar
Sound
Code (YAML):
#the configuration file for the InventoryFullNotifier plugin by eVipeZ
#if you have found a bug, want to suggest a new feature or have general questions, #contact me on spigot (use the discussion section of this plugin) or join my discord: https://discord.com/invite/Mv7mA3uXzb
#feel free to leave a review for this plugin on SpigotMC, thank you
#set if the plugin is enabled enabled: true
#true / false
#set the chat-message (use '//' to switch to the next line), leave it empty if you don't want to send a chat-message chat-message: §8§m
-------------------------//§cYour Inventory is full!//§8§m
-------------------------
#set title and subtitle, leave it empty if you don't want to show title and subtitle title: §4Attention
subtitle: §cYour Inventory is full!
#set the display duration of the title and subtitle title-subtitle-duration-in-seconds: 3
#set the actionbar, leave it empty if you don't want to send an actionbar actionbar-message: §cYour Inventory is full!
#set the display duration of the actionbar actionbar-duration-in-seconds: 3
###set the name of the sound which is played, leave it empty if you don't want to play a sound #the sound-names can be found here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html #keep in mind that some sounds may not work or might have a different name, depending on your server version sound-name: BLOCK_NOTE_BLOCK_PLING
#add commands to these lists which get automatically executed, use %player% to get the name of the player #below you see two examples, remove the # to apply them commands-executed-by-player: # - me test commands-executed-by-server: # - tell %player% test
#set the delay for the execution of these commands command-execution-delay-in-seconds: 5
#set if the player can enable/disable notifications by using "/inventoryfullnotifier toggle" toggle-command-enabled: true
#set the messages which are displayed when toggling notifications toggle-message-active: §aYou will now receive notifications when your inventory is full.
toggle-message-inactive: §cYou will
no longer receive notifications when your inventory is full.
#add names of worlds where no notifications should be sent to this list disabled-worlds: - example_world
#set if notifications should be sent when the player uses creative gamemode send-notifications-if-player-creative-gamemode: false
#set if notifications should be sent when the player is afk send-notifications-if-player-afk: false
#set the cooldown between two notifications notifications-cooldown-in-seconds: 10