Skip to content
Liqueur Librazy edited this page Aug 6, 2018 · 1 revision

安装

  • 这里 下载最新版本
  • 将 jar 文件放入 plugins 目录
  • 重启服务器

从这开始吧

示例:冰符卡

我们现在要创建一张符卡,玩家可以消耗一张符卡射出冰冻效果。

命令:

  1. /rpgitem icecard create
  2. /rpgitem icecard item paper
  3. /rpgitem icecard display &bICE &dSPELL CARD
  4. /rpgitem icecard type &bICE
  5. /rpgitem icecard hand &dSpell Card
  6. /rpgitem icecard description add &fFreeze them all!
  7. /rpgitem icecard power ice 20
  8. /rpgitem icecard power consume

这样就可以了。现在使用 /rpgitem icecard give 来拿一张测试了。

说明:

  1. 创建一个 RPGitem 并保存至配置文件
  2. 将纹理改成纸的样子(显示为纸)
  3. 将名字改为 &bICE &dSPELL CARD
  4. 将物品第一行左边改为 &bICE (设置物品类型)
  5. 将物品第一行右边改为 &bSpell Card (设置手持信息)
  6. 增加一行描述 &fFreeze them all!
  7. 增加 ice 效果,冷却时间为 20 刻( 1 秒)
  8. 增加 consume 效果,使用后会消耗自身。

更多信息参见 命令药水效果特效 页面。本页面译自 Tutorials

Clone this wiki locally