This is the plugin continued from the legacy RPGItems2, brought to you by
NyaaCat Community.
Source code published under MIT license, and hosted on
GitHub.
Discord | Documentation
Installation
Please following instructions
here.
A Simple Tutorial
1. Create item
/rpgitem create mysword
2. Change model to diamond sword
/rpgitem item mysword diamond_sword
3. Change durability and melee damage to 12
/rpgitem durability mysword 10000
/rpgitem damage mysword 12
4. Add a power to shoot beam when attack and do 10 damage
/rpgitem power add mysword rpgitems:beam cost:1 damage:10 ttl:20 triggers:LEFT_CLICK speed:16 particle:CRIT_MAGIC length:24
(Powers have many options and will prompt as you type, you can also use command blocks for longer inputs)
5. Adjust the power to let it pass through 2 enemies and bounce when hitting walls
/rpgitem power prop mysword 0 pierce:2 bounce:2 ignoreWall:false
6. Discover more powers, triggers, markers and conditions to maximize your items possibility!
Upgrade from 3.5
https://github.com/NyaaCat/RPGItems-reloaded/wiki/RPGItems-3.6-for-1.13.2-Upgrade-Guide
Problems?
Kindly
submit an issue including your server version and RPGItems version, as well as detailed error log, and description on how to reproduce.
Are you a developer? Do you want more power?
Check out the example extension!