-
Notifications
You must be signed in to change notification settings - Fork 47
Home
Welcome to RPGItems Wiki.
Current stable version - 3.5 for 1.11/1.12
Version 3.6 for 1.13 is on its way but still considered as unstable. Starting from this version you need NyaaCore, LangUtils and Vault to work.
Items will be automatically updated on first start of 1.13 version. items.yml
will be renamed to items.bak
and each item saved into items/
separately.
If you need to update command/throw related powers (command format, nbt, item/entity names, etc.), follow these procedure:
- Install Nodejs (tested working v10.13.0 LTS).
- Run
git clone https://github.com/Librazy/spu.git && cd spu && git checkout work && npm i && npm run restful
. - Edit
RPGItems/config.yml
, addspu_endpoint: http://127.0.0.1:8080
undergeneral
section. Change the endpoint URL when necessary. -
/rpgitem reload
and then/rpgitem updatecmdandentity all
Nearly all vanilla commands will be updated to 1.13 format. Other commands can't be recognized by spu will keep unchanged.
Related commit 7604687
Related issue #24
All existed rpgitems will become invalid.
Taking the item you want to update in hand then type the command.
A notification about whether the process success or fail will appear.
Player need permission node rpgitemupdate.command
to execute this.
There are three sub-command which only OPs can execute, they are for debug purpose only.
- /rpgitemupdate inspect
- /rpgitemupdate upgrade
- /rpgitemupdate downgrade
- Data are stored in lore. Players with permissions can still modify them.
所有存在的RPGItem将会失效
将失效的物品拿在手中,并执行/rpgitemupdate
命令,即可更新物品
会有提示显示更新是否成功
需要有权限rpgitemupdate.command
才可执行命令
有三个只有OP可以执行的子命令用于调试:
- /rpgitemupdate inspect
- /rpgitemupdate upgrade
- /rpgitemupdate downgrade
- 信息存储在Lore中。有权限的玩家依然可以修改。
Powered by NyaaCat Community.
This wiki is licensed under a Creative Commons Attribution-ShareAlike license (CC BY-SA) version 4.0.