Spoiler: ️ Old Video
This video showcases an older version of the plugin and may not reflect the current features.
Spoiler: config.yml
ConfigVersion : 29 # do not edit
Check-For-Update : true
Online-Player-Permission : "police.online"
#The |Robbery-Start-Sound| sound will only play for players who:
# 1. Have the |Online-Player-Permission| permission.
# 2. Are within a 20-block radius of the robbery location.
Robbery-Start-Sound : "custom.robbery"
# Places
Places:
CentralBank:
Region-Id : bank_region # WorldGuard region name
Robbery-Time : 300 # Duration of the robbery (seconds)
Robbery-Cooldown : 600 # Cooldown before another robbery (seconds)
Required-Crew-Size : 2 # Minimum number of players in the crew to start the robbery
Minimum-Online-Players : 5 # Minimum number of online players required to allow the robbery
Check-Vault-Doors : true # Require vault doors to be open to allow looting structures
Restore-Structures-On-End : true # Should loot structures and vault doors be restored after robbery ends?
Teleport-Robbers-On-End : # Should robbers be teleported after the robbery ends?
Enable : true
Teleport-Location : world;150;65;-120;0;90 # Format: world;x;y;z;yaw;pitch
Robbery-Start-Command-List:
1 : "broadcast &c⚠️ Bank Robbery Alert! &f%leader% has started robbing the Central Bank!"
Robbery-End-Command-List:
1 : "broadcast &a✅ The robbery led by %leader% has ended!"
GunStore:
Region-Id : gunshop_region
Robbery-Time : 180
Robbery-Cooldown : 400
Required-Crew-Size : 1
Minimum-Online-Players : 3
Check-Vault-Doors : true
Restore-Structures-On-End : true
Teleport-Robbers-On-End:
Enable : true
Teleport-Location : world;150;65;-120;0;90
Robbery-Start-Command-List:
1 : "broadcast &6%leader% is robbing the Gun Store!"
Robbery-End-Command-List:
1 : "broadcast &a%leader% finished the Gun Store robbery."
Vault-Drill:
Drill-Duration : 15 # in seconds
Material : DIAMOND_PICKAXE
Name : "&b&lVault Drill"
Glow : true
Custom-Model-Data : 1001
Consume-On-Use : true
Lore :
- "&7A high-tech drilling device capable of"
- "&7breaching the most secure vault doors."
- ""
- "&e➤ Right-click on a vault door to use"
- "&c⚠ Single use only"
Code (YAML):
ConfigVersion : 29 # do not edit
Check-For-Update : true
Online-Player-Permission : "police.online"
#The |Robbery-Start-Sound| sound will only play for players who:
# 1. Have the |Online-Player-Permission| permission.
# 2. Are within a 20-block radius of the robbery location.
Robbery-Start-Sound : "custom.robbery"
# Places
Places:
CentralBank:
Region-Id : bank_region # WorldGuard region name
Robbery-Time : 300 # Duration of the robbery (seconds)
Robbery-Cooldown : 600 # Cooldown before another robbery (seconds)
Required-Crew-Size : 2 # Minimum number of players in the crew to start the robbery
Minimum-Online-Players : 5 # Minimum number of online players required to allow the robbery
Check-Vault-Doors : true # Require vault doors to be open to allow looting structures
Restore-Structures-On-End : true # Should loot structures and vault doors be restored after robbery ends?
Teleport-Robbers-On-End : # Should robbers be teleported after the robbery ends?
Enable : true
Teleport-Location : world;150;65;-120;0;90 # Format: world;x;y;z;yaw;pitch
Robbery-Start-Command-List:
1 : "broadcast &c⚠️ Bank Robbery Alert! &f%leader% has started robbing the Central Bank!"
Robbery-End-Command-List:
1 : "broadcast &a✅ The robbery led by %leader% has ended!"
GunStore:
Region-Id : gunshop_region
Robbery-Time : 180
Robbery-Cooldown : 400
Required-Crew-Size : 1
Minimum-Online-Players : 3
Check-Vault-Doors : true
Restore-Structures-On-End : true
Teleport-Robbers-On-End:
Enable : true
Teleport-Location : world;150;65;-120;0;90
Robbery-Start-Command-List:
1 : "broadcast &6%leader% is robbing the Gun Store!"
Robbery-End-Command-List:
1 : "broadcast &a%leader% finished the Gun Store robbery."
Vault-Drill:
Drill-Duration : 15 # in seconds
Material : DIAMOND_PICKAXE
Name : "&b&lVault Drill"
Glow : true
Custom-Model-Data : 1001
Consume-On-Use : true
Lore :
- "&7A high-tech drilling device capable of"
- "&7breaching the most secure vault doors."
- ""
- "&e➤ Right-click on a vault door to use"
- "&c⚠ Single use only"
Spoiler: loots.yml
ConfigVersion : 12 # do not edit
# The tool required to open a table.
# Set to "NOTHING" if no tool is needed.
TABLE_OPENING_TOOL : "NOTHING"
# Table loot settings.
# Players can obtain these items from tables during a robbery.
Table:
1:
Item : "EMERALD"
Name : "&aMoney"
Amount-Per-Table : 4
Item-Amount : 64
####################################
# The tool required to open a safe.
# Set to "NOTHING" if no tool is needed.
SAFE_OPENING_TOOL : "IRON_SHOVEL"
# Safe loot settings.
# Players can find these items inside safes.
Safe:
1:
Item : "GOLD_INGOT"
Name : "&6Gold"
Amount-Per-Safe : 4
Item-Amount : 1
2:
Item : "EMERALD"
Name : "&6Money"
Amount-Per-Safe : 2
Item-Amount : 32
####################################
# The tool required to open a jewelry box.
# Set to "NOTHING" if no tool is needed.
JEWELRY_OPENING_TOOL : "NOTHING"
# Jewelry loot settings.
# Players can find these items inside jewelry boxes.
Jewelry:
1:
Item : "GOLD_NUGGET"
Name : "&6Golden Watch"
Amount-Per-Table : 1
Item-Amount : 1
2:
Item : "IRON_NUGGET"
Name : "&7Silver Watch"
Amount-Per-Table : 2
Item-Amount : 1
####################################
Code (YAML):
ConfigVersion : 12 # do not edit
# The tool required to open a table.
# Set to "NOTHING" if no tool is needed.
TABLE_OPENING_TOOL : "NOTHING"
# Table loot settings.
# Players can obtain these items from tables during a robbery.
Table:
1:
Item : "EMERALD"
Name : "&aMoney"
Amount-Per-Table : 4
Item-Amount : 64
####################################
# The tool required to open a safe.
# Set to "NOTHING" if no tool is needed.
SAFE_OPENING_TOOL : "IRON_SHOVEL"
# Safe loot settings.
# Players can find these items inside safes.
Safe:
1:
Item : "GOLD_INGOT"
Name : "&6Gold"
Amount-Per-Safe : 4
Item-Amount : 1
2:
Item : "EMERALD"
Name : "&6Money"
Amount-Per-Safe : 2
Item-Amount : 32
####################################
# The tool required to open a jewelry box.
# Set to "NOTHING" if no tool is needed.
JEWELRY_OPENING_TOOL : "NOTHING"
# Jewelry loot settings.
# Players can find these items inside jewelry boxes.
Jewelry:
1:
Item : "GOLD_NUGGET"
Name : "&6Golden Watch"
Amount-Per-Table : 1
Item-Amount : 1
2:
Item : "IRON_NUGGET"
Name : "&7Silver Watch"
Amount-Per-Table : 2
Item-Amount : 1
####################################
If you like my Plugins please support me by leaving a good Review!
Don't use the Review Section for Bug Reports!
Spoiler: ️ اموزش پلاگین به زبان فارسی
مرسی از امیر رضا برای ویدیو
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.17, 1.18, 1.19
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Robbery | KoyaRobbery | The Ultimate Robbery Plugin is a free Minecraft Java mod. Compatible with Minecraft 1.17, 1.18, 1.19, 1.20 and newer. Downloaded 1,191 times (via Spigot). Download it and open it directly in the game.