Robbing icon

Robbing -----

Plugin for role play that adds theft mechanics to the gameplay




Whats new:
Added minecraft 1.20.4 compatibility!
----------, Jun 25, 2024

Bugfix:
test message bug fixed
----------, Dec 26, 2023

Bugfix:
Version bug fixed
----------, Jun 27, 2023

Whats new:
Added minecraft 1.20 compatibility!
----------, Jun 27, 2023

Bugfix:
Fixed an error that caused the screen to freeze in certain inventory screens.
----------, Jun 26, 2023

Bugfix:
Resolved an issue that made the game crash when using a specific command.
----------, Jun 25, 2023

Bugfix:
NPC bug fixed. Now players can't handcuff npc
----------, Jun 24, 2023

Bugfix:
Security update! Bug that could make users fly for a while fixed.
----------, Jun 23, 2023

Bugfix:
Minor bug during steal fixed
----------, Jun 2, 2023

Little fix to messages handler
----------, May 24, 2023

Whats new!
Transations update:
- Lockpick name and lore
- Handcuffs name and lore
- Action bar messages
- Prefix can be edited in config

MAKE MESSAGES REGEN AFTER BACKUP!!!
----------, May 20, 2023

Whats new!
- Increased overall stability
- commad
Code (Text):
/rb give <item>
updated to
Code (Text):
/rb give <player> <item>
----------, Apr 14, 2023

Bugfix:
Error when safe command not have tags fixed
----------, Mar 15, 2023

Bugfix:
System.err Warn in console fixed.

Whats new!
Lockpick texture added!
----------, Mar 14, 2023

Whats new!
  • Robbing Texture pack 1.0 released! (Only handcuffs texture)
  • Permitted commands list when handcuffed added in the config.
  • Deny thief permissions added [robbing.notstealable].
----------, Mar 1, 2023

Bugfix:
{player} tag in safe custom commands fixed.
----------, Feb 26, 2023

Important!!!! Take a backup of config.yml before

Whats new!

  • Command tabulation helper implamented.
  • Gui menu for manage safe type, now is possible create and configure safes in game.
  • New tag for safe custom commands: {randomInteger(a,b)}
----------, Feb 26, 2023

Bugfix:
Impossible to get items fixed
Random creative flight on handcuffs removed fixed
Console spam fixed
Impossible use invsee command fixed
Safe cooldown work for just one safe fixed
----------, Feb 24, 2023

Bugfix:
Players continue following after breaking handcuffs fixed
----------, Oct 26, 2022

Whats new!
Prefix customizable!

Performance optimization
----------, Oct 20, 2022

Whats new!
NPC thief handled, now you can choose in the config if make NPC stealable or not
Bugfix:
Console spam onPlayerJoin fixed
----------, Oct 16, 2022

Whats new!
New Message folder with multilanguage support!
ALL MESSAGES IN CONFIG.YML ARE DEPRECATED.
Breaking handcuffing!
Now It is possible to try to break handcuffs, now handcuffs have an heathbar, shifting is possible bruteforce, when the bar will be empty handcuffs will be broken
----------, Oct 16, 2022

Whats new!
Messages handler improve.
Message manager now is more flexible, you can ad your own custom messagefile!

Bugfix:
Handcuff visual bug solver
----------, Oct 15, 2022

Whats new!
New Message folder with multilanguage support!
ALL MESSAGES IN CONFIG.YML ARE DEPRECATED.
Escape from handcuffing!
Now It is possible to try to escape arrest, if you activate the option the player with the handcuffs will take some time ( delayed_handcuffing) and in this period you will have to move away of distance blocks to avoid handcuffing.
----------, Oct 14, 2022

Whats new!
New command!
/uncuff <player>
Now you can uncuff a player with a command, very useful for admins!
permission: robbing.uncuff

Bugfix:
Performance optimization.
Players able to rob when handcuffed fixed.
Exceptions handled.
Possible useless console spam fixed.
----------, Oct 8, 2022

Bug Fix:
  • Steal cooldown fixed.
----------, Oct 8, 2022

Bug Fix:
  • Whitelist bug where multiple items allowed did not work fixed.
----------, Oct 8, 2022

Whats new!
New feature!!
Now you can catch your thief just sneaking + left-clicking on him!
In this way you put on him slow effect!
Code (YAML):
 caught_robber:
    enabled
: true
    slow_power
: 5
    # how much time get slowed (in seconds)
    time
: 20
Handcuffs cooldown: now you can put a cooldown to handcuffs (put it to 0 to disable).

Code (YAML):
cooldown : 5
New recipe: Now handcuffs are craftable! (by default is disabled check the config)
Code (YAML):
enable_crafting : false
[​IMG]

New permissions:
now all custom items recipes need a permission:
  • robbing.craft.lockpick
  • robbing.craft.cuffs
Bug Fix:
  • Elytra denied when handcuffed
  • Bow and crossbow denied when handcuffed
  • Console spam in some particulars follow situations
----------, Oct 7, 2022

Bug Fix:
  • Now the player that use /911 can see their own 911 alert in chat.
----------, Oct 7, 2022

Bug Fix:
  • Multiple player make follow cuffed solved.
  • 911 reason message length solved.
----------, Oct 6, 2022

Added:
New command added! /911 <reason>!

You can do the command /911 <reason>.
It will send your name, location and the reason to all the players that have robbing.emergency.alert permission!

Permissions:
  • robbing.911 - to use command /911 <reason>
  • robbing.emergency.alert - to allow player to receinve emergency calls
Config settings:
Code (YAML):
emergencycall:
  enabled
: true
  message
: ' {player } called 911 from {coordinates }, for : {reason }.'
  # cooldown for /911 (in seconds), put 0 to disable
  cooldown
: 10
----------, Oct 6, 2022

Added:
New custom crafting recipe!
Now is possible craft lockpicks! (must be enabled in the config, is disabled by default)

[​IMG]
----------, Oct 6, 2022

Added:
New configurations added!

is possible to set a global cooldown to safes (in seconds) between crackings, during cooldown player can't crack that safe!

Code (YAML):
safes:
- safe_1
:
    safe_display_name
: safe
    slots
:
      slot1
:
        item
: DIAMOND
        amount
: 15
      slot2
:
        item
: DIAMOND_BLOCK
        amount
: 3
Now is possible enable a whitelist of stealable items!
Code (Text):
  whitelist_enabled: true
  whitelist_items:
  - GOLD_INGOT
Bug Fix:
Handcuffing following problem solved when a player flying or kicked or using elytra
----------, Oct 6, 2022

Added:
New permisions added!
  • robbing.cuff - to use handcuffs
  • robbing.notcuffable - to make a player not handcuffable
  • robbing.follow - to allow player making follow hime handcuffed players
  • robbing.lockpick - to use lockpick


Now is possible enable (in the config) blindness effect to a robbed player!
Code (YAML):
  # after a steal target will be blinded
  blindness_after_robbing
: false
  # blindness duration in seconds (in enabled)
  blindness_duration
: 5
----------, Oct 5, 2022

Added:
Added possibility to add custom commands to execute after safe cracking!
This is settable in the config.
Example
Code (YAML):
safes:
- safe_1
:
    safe_display_name
: safe
    custom_commands_on_crack
:
   - give {player } diamond 10
    - give {player } gold_ingot 10
    slots
:
      slot1
:
        item
: DIAMOND
        amount
: 15
----------, Oct 5, 2022

LOCKPICKING REWORK!

[​IMG]
Whats new!
To crack a safe you have to use lockpicks,
To successfully crack the safe you have to find the green cylinder.
Clicking on white unknown cylinders you will show them,
there are 4 types of cylinders: red, orange, yellow and green,
they are placed in this order near the green one.
you have 3 attampts to fine the correct cylinder, after that your lockpick will break.
You can configure safe's stuff (inventory, name...) in the config file, very easy to understand!
----------, Oct 3, 2022

WORLDGUARD FLAG FOR DENY ROBBING!

New:

Permission for robbing added!
Code (YAML):
robbing.steal
new softdependencies:
Worldguard flag for robbing added!
Code (Text):
robbing-steal
----------, Oct 2, 2022

Bug Fix:
Console spam error when a block is broken.
----------, Oct 2, 2022

CONFIG REWORK!

Whats new!

Config rework, it will change alone, but do a backup of your just for safety
Safe mechanic improved!
Now you can set differents safe inventories and more!

Code (YAML):
# Robbing dev by FrahHS
# Spigot page: https://www.spigotmc.org/resources/robbing-%E2%AD%95-custom-items-%E2%AD%90-robbery-rp-experience.105443/
# If you need help or have any problem with the plugin join my discord
# https://discord.gg/Hh9zMQnWvW

general
:
  # send on join message to operators if new version of the plugin will be available
  update_checker
: true

robbing
:
  enabled
: true
  # enable alert to send to the robbed target, write {thief} to use thief Display Name
  alert
: true
  # down here list of all items not stealable,
  # only names, no id
  denied_items
:
 - DIAMOND
  - DIAMOND_BLOCK
  # max distance in block during robbind after that target inventory close
  max_distance
: 5
  # cooldown setting (put timeout to 0 to disable)
  steal_cooldown
: 120
  # sneaky right-click to steal if enabled, just right click if disabled
  sneak_to_steal
: true

handcuffing
:
  enabled
: true
  # enable right click handcuffed player to make he follow you
  following
: true

# Safes mechanic
# put items in that way:
# safes:
#   - safe_1:
#       safe_display_name: "safe"
#       crack_chance: 0.3
#       slots:
#         slot1:
#           item: DIAMOND
#           amount: 15
#         slot2:
#           item: DIAMOND_BLOCK
#           amount: 3
#   - safe_2:
#       ...
#
# Safes names (safe_1, safe_2, ...) can be changed, will be the item type that you must use in createsafe command.
# You can put max 9 slot for each safe (probably will be more flexible in future).
# Slots must have the same incremental name (slot1, slot2, slot3, ...).
# You can set max 64 of amounts for each item,
# if you overflow the max of 9 slot or the max of 64 amount plugin will cut the last items
safes
:
- safe_1
:
    safe_display_name
: safe
    crack_chance
: 0.3
    slots
:
      slot1
:
        item
: DIAMOND
        amount
: 15
      slot2
:
        item
: DIAMOND_BLOCK
        amount
: 3
- safe_2
:
    safe_display_name
: safe
    crack_chance
: 0.5
    slots
:
      slot1
:
        item
: GOLD_INGOT
        amount
: 42

# all plugin messages, if i forgot something join the discord to remember me :'D
messages
:
  cooldown
: You have to wait another {time } seconds
  alert
: ' {thief } is robbing you!'
  cant_steal
: You can't steal it!
  escaped
: ' {target } escaped!'
  crack_fail
: Cracking attempt failed
  crack_success
: Safe successfully cracked
  cuffed
: You've been cuffed by {player }
  uncuffed
: You've been uncuffed by {player }
  cuff
: You cuffed {target }
  uncuff
: You uncuffed {target }
  you_cant_when_cuffed
: You can't do that when you are cuffed!
  make_follow_cuffed
: ' {target } is following you'
  make_unfollow_cuffed
: ' {target } is not following you'
 
----------, Oct 1, 2022

Whats new!
  • Code Cleanup
  • Code Optimized
  • Config Update
----------, Sep 29, 2022

New:
Following handcuffed mechanic improved!
It is a lot more fluid and dynamic!
----------, Sep 29, 2022

Bug Fix:
Console spam when handcuff following triggered fixed.
----------, Sep 28, 2022

Added:
New item: Cuffs!
New cuffing mechanics!

New:
Right clicking (without cuffs in your hand will obv) on a cuffed player will make he follow you!
----------, Sep 28, 2022

New:
Safes blocks and itembars cannot break withot command.
You can't place blocks near safes, but you can place a safe near another safe.
Safes iteraction mechanics highly improved!

Bug Fix:
Exception spam when attempt to iteract with a safe with an existing damaged safe fixed.
----------, Sep 28, 2022

Added:
Safes added!
[​IMG]
Lock picks added!
Safe cracking mechanics added!

Bug Fix:
Not working cooldown fixed.
----------, Sep 26, 2022

Bug Fix:
- Fixed items multiplication or disappearance when it were denied.
----------, Sep 25, 2022

Bug Fix:
nullexception spam when target runaway fixed.

Added:
escape message added.
----------, Sep 25, 2022

BUGFIX:
nullexception spam when target runaway fixed.

NEW:
escape message added.
----------, Sep 25, 2022

Added:
after a maximum distance from target, the inventory will close.
----------, Sep 24, 2022

Resource Information
Author:
----------
Total Downloads: 13,927
First Release: Sep 24, 2022
Last Update: Jun 25, 2024
Category: ---------------
All-Time Rating:
20 ratings
Find more info at robbingrp.gitbook.io...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings