当然你也可以自定义获得精灵的属性和等级。
假如我要获得一只100级6V的精灵
/rpgitem 1 power command 0 right 描述 `pokegive {player} 精灵英文名 lvl100 o ivhp:31 o ivatk:31 o ivdef:31 o ivsatk:31 o ivsdef:31 o ivspd:31` *
如果你觉得一只不够。
就可以输入两遍,比如
/rpgitem ID power command 0 right 右键此礼包获得精灵 `pokegive {player} Bulbasaur` *(这是妙蛙种子)
/rpgitem ID power command 0 right 右键此礼包获得精灵 `pokegive {player} Charmander` *(这是小火龙)
假如你想制作一个VIP礼包
礼包里面包含了
急冻鸟*1、大师球*3、奇异甜食*32、钻石*64、高级球*64、
急冻鸟:/rpgitem ID power command 0 right 右键使用礼包 `pokegive {player} Bulbasaur` *
大师球:/rpgitem ID power command 0 right 右键使用礼包 `give {player} 4137 3` *
升级糖:/rpgitem ID power command 0 right 右键使用礼包 `give {player} 4487 32` *
高级球:/rpgitem ID power command 0 right 右键使用礼包 `give {player} 4136 64` *
钻石:/rpgitem ID power command 0 right 右键使用礼包 `give {player} 264 64` *
使用效果如下: