Almost all messages, sounds and Notify-Messages are customizable!
How to use: 1. Download the plugin! 2. Put it in the 'plugins'-Folder of your server! 3. Restart your server! 4. Setup the config.yml like you want!
Commands: /invsee <Player> - Shows the Inventory of another Player! /invsee reload - Reloads the config.yml!
Permissions:
-> New: You can set ALL PERMISSIONS in the config.yml
- invsee.use - Allow access to the normal InvSee-Command - invsee.reload - Allow access to the Reload-Command - invsee.moveitems - Allow access to move items from other Players in your own inventory!
# Here you can change the prefix for the whole plugin Prefix: "&7[&5InvSee&7]"
# Here you can change the message if the player don't have the permissions for the /invsee-Command NoPermission: "&cSorry, you don't have the permissions to do that."
# Here you can change the general permission for the /invsee command PermissionForCommand: "invsee.use"
# Here you can change the permission if the player shouldn't be able to remove items from the inventory PermissionForMoveItems: "invsee.moveitems"
# Here you can change the permission for the /invsee reload command PermissionForReload: "invsee.reload"
# Here you can change the message if the command is used incorrectly WrongSyntax: "&cPlease use &c/invsee <Player>"
# Here you can change the message when the observed Player isn't on the server. Placeholders: %PLAYER% - Playername PlayerNotOnline: "&cThe Player isn't online."
# Here you can change the message that the player (sender) receives when an inventory is opened. Placeholders: %PLAYER% - Playername InventoryOpenedMessage: "&7You opened the inventory of &5%PLAYER%"
# Set the value to 'true' if the player who opened the inventory should receive a message. Set to 'false' if not. Placeholders: %PLAYER% - Playername of observer TargetMessage: false
OpenInventoryTargetMessage: "&7The player &5%PLAYER% &7is now watching at your inventory."