自定义npc脚本?我的世界Denizen插件下载

时间:2017-07-30 13:12:01   浏览:次   点击:次   作者:   来源:   立即下载

我的世界中的Denizen插件是Citizens②的扩展插件,必须有前置Citizens②插件才有效果,该插件主要的功能是增加与npc的对话,npc执行指令等高级指令,让你的npc插件变得更加的可靠。

自定义npc脚本?我的世界Denizen插件下载

我的世界Denizen插件下载地址:bukkit原帖地址

自定义脚本范例

Cookies:

#名字

type: assignment

#类型

interact scripts: #交互脚本

- ①⓪⓪ Cookie Handler

Cookie Handler: #脚本名称

type: interact #类型 译:互动

steps: #步骤

'Spreading the Word*': #说这些话

click trigger: #点击触发

script: #脚本

- random ③ #③个中随机说

- chat 'I like cookies!'

- chat 'MMmm.. cookies are favorite!'

- chat 'Cocoa and wheat me freak!'

chat trigger: #聊天触发

'Cookies':

trigger: 'I love /cookie/s!' #触发用语

script: #脚本

- chat 'Me too!' #回答这句话

- narrate ' gives you some cookies.' #字幕:(npc名字)给了你①些饼干

- give i@cookie qty:⑥ #脚本

- zap 'step:Cookies given' #执行指定脚本

'Cookies given':

click trigger:

script:

- chat 'How were the cookies?'

- zap 'step:Spreading the Word'

收起

相关推荐

相关应用

平均评分 0人
  • 5星
  • 4星
  • 3星
  • 2星
  • 1星
用户评分:
发表评论

评论

  • 暂无评论信息