1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"internalname": "SPEED",
"itemid": "minecraft:potion",
"displayname": "§fSpeed Potion",
"clickcommand": "viewpotion",
"damage": 2,
"nbttag": "{CustomPotionEffects:[0:{Ambient:0b,Duration:20,Id:1b,Amplifier:0b}],HideFlags:254,display:{Lore:[0:\"\",1:\"§9Speed\",2:\"§7Grants a §f✦ Speed §7boost.\",3:\"\",4:\"§f§lCOMMON\"],Name:\"§fSpeed Potion\"},ExtraAttributes:{id:\"SPEED\"}}",
"modver": "1.0.0",
"lore": [
"",
"§9Speed",
"§7Grants a §f✦ Speed §7boost.",
"",
"§f§lCOMMON"
]
}
|