diff options
Diffstat (limited to 'items/ROCK_PAPER_SHEARS.json')
-rw-r--r-- | items/ROCK_PAPER_SHEARS.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/items/ROCK_PAPER_SHEARS.json b/items/ROCK_PAPER_SHEARS.json new file mode 100644 index 00000000..878799e5 --- /dev/null +++ b/items/ROCK_PAPER_SHEARS.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:shears", + "displayname": "§aRock Paper Shears", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Click this item to initiate a\",1:\"§7tournament of Rock Paper Shears\",2:\"§7with all of the players on your\",3:\"§7island!\",4:\"\",5:\"§7Outsmart your opponents by\",6:\"§7choosing the least picked option\",7:\"§7to win the round! Final round\",8:\"§7uses classic rules.\",9:\"\",10:\"§a§lUNCOMMON\"],Name:\"§aRock Paper Shears\"},ExtraAttributes:{id:\"ROCK_PAPER_SHEARS\"}}", + "damage": 0, + "lore": [ + "§7Click this item to initiate a", + "§7tournament of Rock Paper Shears", + "§7with all of the players on your", + "§7island!", + "", + "§7Outsmart your opponents by", + "§7choosing the least picked option", + "§7to win the round! Final round", + "§7uses classic rules.", + "", + "§a§lUNCOMMON" + ], + "internalname": "ROCK_PAPER_SHEARS", + "crafttext": "", + "clickcommand": "", + "modver": "1.6-REL", + "infoType": "" +}
\ No newline at end of file |