-
Notifications
You must be signed in to change notification settings - Fork 47
Home
Liqueur Librazy edited this page Nov 27, 2018
·
19 revisions
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.
Powered by NyaaCat Community.
This wiki is licensed under a Creative Commons Attribution-ShareAlike license (CC BY-SA) version 4.0.