按类别搜索

全部 ·  MOD ·  地图 ·  材质包 ·  教程 · 
公告:本站更新大量手机版内容 --> 点击查看

我的世界定时清理实体(ClearEntity)插件

1422 2020-11-13 16:39:49 文章分类: 插件

定时清理实体(ClearEntity)插件可以自定义间隔多少时间清理某些实体,自定义清理公告通知消息和到几个时间段的提示,可查看世界里有哪些实体存在和具体数量。此插件主要作用在服务器内的所有实体都可以自行添加到定时清理任务中。比如:NPCmod的NPC抛射物、枪械mod发射出的子弹实体卡在边缘、辉夜姬的五难题mod大量的弹幕实体等......

插件配置:

# 清理实体的间隔时间(秒)

ClearEntitySecondTime: 360

# 是否开启清理时的公告通知

Broadcast: true

# 清理实体任务开始计时后以下是在多少秒后发出公告提示

BroadcastPromptSecondTime:

- 330

- 340

- 350

# 以上时间的提示内容

BroadcastPrompt: §6[§bClearEntity§6]§a无用实体将在 §e{remainingSecondTime}秒 §a后清除!

# 清理实体时公告通知内容

BroadcastClearEntityMessage: §6[§bClearEntity§6]§a唔姆,这次清理了 §d{entityAmount}个 §a无用实体,感觉自己萌萌哒~

# 是否清理被命名的实体

CleanNamedEntities: true

# CleanNamedEntities为true的情况下以下被命名的实体不被清理

NoCleanNamedEntities: []

# CleanNamedEntities为false的情况下以下被命名的实体仍要清理

MustCleanNamedEntities: []

# 清理掉落物 minecraft:item 时排除的物品ID

# 支持物品名/ID,例子:

# IgnoreCleanDropItems:

# - "DIAMOND"

# - "WOOL:6"

# - "35:5"

IgnoreCleanDropItems: []

# 实体总数量大于TotalEntityAmountThreshold时:才允许清理LimitEntities的实体,如果LimitAllEntities为true则才允许清理所有实体

TotalEntityAmountThreshold: 1200

LimitAllEntities: false

LimitEntities: []

# 清理实体的列表(以下例子,如何自行添加)

# 清理实体的列表自行添加例子:

# ClearEntityList:

# - minecraft:item #掉落物

# - minecraft:arrow #箭

# - minecraft:fireball #火球

# - minecraft:small_fireball #小火球

# - minecraft:snowball #雪球

# - minecraft:xp_orb #经验球

# - customnpcs:customn**rojectile #CustomNPCs模组的NPC抛射物)

# 实体名注意大小写哦,实体名可以通过 /ce entity  查看实体名与数量,鼠标移上去可以点击复制到聊天栏

ClearEntityList: []

指令:

/ce entity  查看实体数量

/ce clear  手动清理实体

/ce reload  重载插件配置

权限:

permissions:

ce.*:

description: Clear entity.

default: op

children:

ce.help: true

ce.entity: true

ce.clear: true

ce.reload: true

ce.help:

description: Clear entity help.

default: false

ce.entity:

description: View entity amount.

default: false

ce.clear:

description: Manual clear entity.

default: false

ce.reload:

description: Reload the plugin configuration.

default: false

复制代码

__效果图__

233804oydk6rxfqynbnb8r.jpg182433vny3cy9cme66cn5c.jpg

 下载地址 点此下载

适用版本:1.16.X 1.15.X 1.12 1.11 1.10 1.9 1.8 1.7.10 1.7.2 1.6


相关文章