DISCORD SUPPORT
Overview
This is a simple penalty system plugin designed for use on the PoliceRP Minecraft server. The plugin provides commands related to hiring and firing staff, managing crimes, and handling jail time.
If a player who is not a police officer and does not have the
policerp.punish right set kills another, he becomes wanted.
If the wanted player is killed by a police officer with
policerp.punish rights, he will go to jail for 15 minutes
Features
- Punishment system for managing offenses
- Recruitment system for adding new members to factions (EMS, PD, Fire, Army)
- Configurable values for plugin settings
- Records of gun licenses
- Wanted system
Commands
- /felony: Execute and manage felonies.
- /release: Release individuals from jail.
- /hire: Hire personnel for different departments.
- /fire: Fire personnel from their positions.
- /license: Check license/set valid license
Permissions
Allows officers uses /felony /release /license¨
Also group with this permission is immune to WANTED state
Allows chiefs use /hire /fire
Please create a WANTED group and add this permissions to it + ideally some suffix to make the wanted system work
Requirements/Dependencies:
CMI
(Maybe Essentials works aswell)
LuckPerms
Config
Code (YAML):
# Set name of the "parent group" of the job from LuckPerms to set for player/unset
nabor:
ems
: emsnew
pd
: policene
fire
: hasicnew
army
: armynew
wanted
: wanted
prestupky
:
# How many offenses does he have to commit to go to jail?
pocet
: 9
# For how long go to jail? (In Minutes)
time
: 15
# Name of the Jail
jail
: Policie
#Still in develop
messages:
wanted
:
"is wanted for murder"
caught
:
"was caught and sent to prison"
![[IMG]](/proxy/image?url=https%3A%2F%2Fbstats.org%2Fsignatures%2Fbukkit%2Fpolicerp.svg)