插件 - DLevelEventPlus - 一款实用且便捷的GUI菜单世界管理插件

DLevelEventPlus -一款实用的世界GUI菜单世界管理插件​

Github: 点我前往
插件交流群: 点我加入群聊 (有问题建议群内留言)
​**English Version Translated on my own (英文版 | 版本非最新)

DLevelEventPlus Github: Click here Descriptions Welcome you to use this plugin. This plugin is useful to manage your world and is still being developed! Supported Event TNT explode、pvp、whitelist、fall damage、use command、chest open、farm protect…

cloudburstmc.org
** ​

插件介绍​

欢迎您使用本插件,本插件的主意是由【果先生】提出的主意,本插件会不断完善哈!
支持事件:

爆炸事件、PVP、世界白名单、掉落伤害、是否可以使用指令、设置特定可打开箱子、设置是否可以用钓鱼竿、设置是否可以用打火石、耕地踩踏保护、展示框保护等配置项,共40+项(具体见配置文件)。

注意:

DLevelEventPlus-PNX文件夹为错误生成的文件夹,该问题可能从1.1.9就有了,现已将文件夹名改回DLevelEventPlus,请各位删除(建议先把配置备份一下哦)。

使用方法​

各位打开服务器的后台可以看到
“plugins”

这个文件夹。只需要直接将此插件放在
“plugins”

文件夹里面,然后
启动/重启服务器

就可以放心使用了。更多内容可以在后台修改对应的配置文件哦!

如果您是腐竹且第一次使用本插件,请先
在后台根据下方的指令赋予自己世界管理员权限(/dwp admin add 玩家名,注意是执行这个指令)

,然后在游戏内输入/dwp打开管理界面即可。首次管理请先设置好模板,然后在编辑界面直接选择模板进行微调保存即可。

更新时请务必删除一下lang.yml

,避免新增翻译无法显示(您如果有修改的话,建议您备份一下,然后根据交流群内提供的更新方法进行手动更新)

指令​

新增世界配置文件 /dwp addworld world【后台】

新增管理员 /dwp admin add/del player【后台】

新增操作员 /dwp operatorlist add/del player world【后台】

新增白名单 /dwp whitelist add/del player world【后台】

保存配置(只包含世界配置) /dwp save【后台】

重载世界配置(包含世界配置、语言文件) /dwp reload【后台】

打开综合管理菜单 /dwp【游戏内】

权限说明​

管理员: 可随意编辑和管理所有世界、管理权限、保存/重载配置

(单世界)操作员: 可随意编辑所在管理世界(必须要先处在自己管理的世界才可管理嗷)

白名单: 相当于传送通行证,可以传送到某个世界

截图​

配置文件​

BannedUseItems、BannedInteractBlocks、AntiPlaceBlocks、AntiBreakBlocks、CanBreakBlocks、CanPlaceBlocks、DropItemBlocks、DropExpBlocks格式:

Nukkit/MOTid:meta(如152:0)PNX字符串id(如minecraft:redstone_block)
折叠 : 世界/模板配置文件

YAML:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
#latest default config
World:
FarmProtect: true
AllExplodes: true
TntExplodes: true
PVP: true
KeepInventory: true
KeepXp: true
AntiVoid: false
VoidHeight: '0'
TimeFlow: false
Weather: ''
Player:
CanUseFishingHook: true
AllowInteractFrameBlock: true
Sneak: true
Fly: true
Swim: true
Glide: true
Jump: true
Sprint: true
Pick: true
ConsumeItem: true
DropItem: true
BedEnter: true
Move: true
EatFood: true
CommandPreprocess: true
GameModeChange: true
AntiTeleport: true
Interact: true
NoFallDamage: true
AllowOpenChest: true
ChestTrustList: []
BanCommands: []
HungerChange: true
BannedUseItems: []
BannedInteractBlocks: []
Entity:
Explosion: true
PortalEnter: true
Block:
AllowPlaceBlock: true
AllowBreakBlock: true
Burn: true
Ignite: true
Fall: true
Grow: true
Spread: true
Form: true
LeavesDecay: true
LiquidFlow: true
ItemFrameDropItem: true
SignChange: true
BlockRedstone: true
AntiPlaceBlocks: []
AntiBreakBlocks: []
CanBreakBlocks: []
CanPlaceBlocks: []
DropItem: true
DropItemBlocks: []
DropExp: true
DropExpBlocks: []
Update: true
Fade: true
PistonChange: true
FromToEvent: true
GameRule:
fallDamage: true
fireDamage: true
freezeDamage: true
keepInventory: true
mobGriefing: false
pvp: false
showCoordinates: true
showDeathMessages: true
spawnRadius: 0