NPC Police NPC警察 警务 赏金 监狱等 | |
---|---|
![]() |
在您的服务器/网络上实施司法系统 |
作 者 | Nutty101 |
发布时间 | 2015年7月16日 |
支持核心 | Spigot | 原生版本 |
支持版本 | 1.8,1.9,1.10,1.11,1.12,1.13,1.14,1.15,1.16,1.17,1.18,1.19 |
插件详细介绍
NPC Police 插件为 Minecraft 服务器提供了一套完整的司法系统,包括结构化的监狱系统、基于 NPC 的警察力量、监禁系统、赏金系统以及一般的混乱威慑机制。可以帮助服务器管理者更好地管理和维护游戏秩序。
👮 功能特性/region create tutorialjail
/np createjail {short name} {region name} {Display Name}
例如:/np createjail tutjail tutorialjail Tutorial Jail
/np addcell
/np npc
,点击菜单选项中的 X,它应变为对勾。此人现在接受右键单击。/trait sentinel
/np npc
,选中 guard 的复选框,应显示一个对勾。/NP Reload
- 重新加载所有配置文件
NPCpolice.reload
/NP AddCell
- 将玩家当前位置添加到监狱的单元格列表中
NPCpolice.createjail
/NP CreateJail [ShortName] [WorldGuardRegionName] [DisplayName]
- 创建一个监狱
NPCpolice.createjail
/NP RemoveJail [ShortName]
- 删除一个监狱
NPCpolice.createjail
/NP SetJailer
- 将你选定的NPC设置为 Jailer(需要Citizens)
NPCpolice.basic
/NP npc
- 允许你配置所选NPC的许多设置。
NPCpolice.basic
/NP SetBounty [Player] [Amount]
- 手动设置玩家的赏金
NPCpolice.basic
/NP AddBounty [Player] [Amount]
- 给玩家增加赏金
NPCpolice.basic
/NP TakeBounty [Player] [Amount]
- 从玩家的赏金中扣除
NPCpolice.basic
/NP ClearBounty [Player]
- 清除玩家的赏金
NPCpolice.basic
/NP Jail [Player] [JailName]
- 将玩家发送到监狱
NPCpolice.basic
/NP Free [Player]
- 从监狱释放玩家
NPCpolice.basic
/NP Status [Player]
- 检查玩家的状态
NPCpolice.basic
/NP Purge [Days]
- 清除所有超过 X 天的脱狱玩家记录。
NPCpolice.admin
Settings:
Debug: false
DefaultJail: ''
PurgeDataEvery: 24
JailEveryLogin: false
TrackPriorStates: true
StatusOnLogin: true
BannedItemsKept: true
BannedItems:
- stick
- dirt
Worlds:
Example_world:
GlobalBounty: 10.0
BountyOnMurderNPC: 50.0
BountyOnDamageNPC: 0.0
BountyOnPVP: 0.0
BountyOnEscape: 100.0
WantedTimer: 60
BountyDecay: 5.0
DecayTimer: 600
useLos: false
AlwaysWanted: []
EnterRegion: []
WorldGuard:
Regions:
ProtectedNPCs:
testregion:
NPC: []
Jails:
YourJail:
displayName: YourJail
CellLocations:
- world:Example_world
x: 0.0
y: 0.0
z: 0.0
yaw: 0.0
pitch: 0.0
jailLocation:
world: Example_world
x: 0.0
y: 0.0
z: 0.0
yaw: 0.0
pitch: 0.0
RegionName: YourJail
BountyPerSecond: 1.0
pvpBounty: 0.0
InJail: 0.0
OutOfCellNight: 0.0
OutOfCellDay: 0.0
Commands:
Arrested: []
Released: []
Escaped: []
Commands:
NPC_Warning: []
Guard_Alert: []
NoGuard_Alert: []
NPC_Murder: []
Player_Wanted: []
Player_Arrested: []
Player_Escaped: []
Player_Released: []
Placeholders:
Global:
MostWantedBounty: '&6Most Wanted: &e%jailer_mostwanted_name% &7-&c %jailer_mostwanted_bounty%
&7 Status: %jailer_mostwanted_status%'
ClosestJail: '&6Closest Jail: &e%jailer_closestjail% '
User:
Bounty: '&6Current Bounty: &c%jailer_bounty%'
TotalBounty: '&6Total All Time Bounty: &c%jailer_totalbounty%'
CurrentStatus: '&6Current Status: &e%jailer_status%'
PriorStatus: '&6Prior Status: &e%jailer_priorstatus%'
CurrentJail: '&6Current Jail: &e%jailer_jailname%'
LastAssault: '&6Last Assaulted Someone: &e%jailer_lastassault%'
LastMurder: '&6Last Murdered Someone: &e%jailer_lastmurder%'
LastArrested: '&6Last Arrested: &e%jailer_lastarrested%'
TimesArrested: '&6Times Arrested: &e%jailer_arrestedcount%'
TimesEscaped: '&6Times Escaped: &e%jailer_escapecount%'
TimesMurdered: '&6Times Murdered: &e%jailer_murdercount%'
Messages:
Prefix: '&7[&6NPC Police&7]'
arrested: '&6%player% &7was arrested!'
escaped: '&6%player% &7has escaped!'
released: '&6%player% &7has been released!'
wanted: '&6%player% &7is now wanted!'
JailerGreeting: '&6Hello! &7Right Click to see options'
🎉 享受插件!
* 此插件使用插件 Metrics 系统。如果要禁用它,请打开 /PluginMetrics/Config.yml 并将 opt-out 设置为 true。