This plugin provides another way of stealing from other players via pick-pocketing.
How to Pick-pocket To initiate pick-pocketing, simply crouch and right-click another player.
Upon right-clicking an inventory will open showing a few items of the other players inventory.
Once you select an item you want, you will need to click on it until it pops into your inventory. Be careful though because the longer you spend rummaging through another players inventory, the more they are to notice you.
Commands & Permissions: pickpocket.use - Basic access to plugin features.
pickpocket.admin - Access to administrative commands.
pickpocket.admin.bypass - Ability to bypass pick-pocketing cooldown.
pickpocket.admin.exempt - Exempt yourself from being pick-pocketed.
pickpocket.admin.toggle - Toggle pickpocketing on or off for the server.
pickpocket.profile - Access to profile commands.
pickpocket.profile.view - View the properties and values of configured profiles.
pickpocket.profile.create - Create configuration profiles.
pickpocket.profile.edit - Edit configuration profiles.
pickpocket.profile.remove - Remove configuration profiles.
pickpocket.reload - Access to the plugin reload command.
WorldGuard 7.x Support Don't want pick-pocketing enabled in a certain region? Here's how to flag a region to allow or disallow pick-pocketing:
# Shows players current pickpocket toggle setting
# when attempting pickpocket another player.
statusOnInteract: true
# Shows players current pickpocket toggle setting
# when logging into the server.
showStatusOnLogin: true
# Items that cannot be pickpocketed.
#
# Use '*' to disabled every item.
# Use '-' to invert an item e.g. '- "-shulkur_box"'. This will enable the shulkur_box
disabledItems:
- "shulkur_box"
- "bundle"
# The number of times the player must click an item in another players
# inventory before the pickpocket is deemed successful.
requiredClicksToPickpocket: 8
money:
# Whether players have a change of stealing money
# when pickpocketing.
canBeStolen: false
# The percentage of money to be stolen from the other
# players balance. Default is 2.5% of the other
# persons balance.
percentageToSteal: 0.025
# Configuration settings for Towny
towny:
# Whether players can steal from players in a different town then them.
foreignTownTheft: true
# Whether players can steal from players in their town.
sameTownTheft: true