#quidditch-pitch-radius: 75
Brooms:
#dont use spaces when naming the brooms. Use underscore instead.
#Ex. name: Name_with_spaces
#use a $ to declare a color or formatting code
#Ex. $9 = blue text
#for more color and formatting codes go to wiki
(上面的不能动)
broom1:
name: $9Cleansweep_One(扫把名字,随便取,前面的$9是颜色代码,可以不填,更多颜色参照下图)
speed: 0.5(速度)
durability: 100(耐久性)
# wood shovel(这是木铲)
item: 269(数字ID)
broom2:
name: $9Comet_140
speed: 0.8
durability: 100
# stone shovel
item: 273
broom3:
name: $9Nimbus_2000
speed: 1.0
durability: 100
# iron shovel
item: 256
broom4:
name: $9Nimbus_2001
speed: 1.1
durability: 100
# gold shovel
item: 284
broom5:
name: $9Firebolt
speed: 1.5
durability: 100
# diamond shovel
item: 277

注意
durability isn't a functioning feature yet. It sets the damage needed to break a broom.
feel free to edit any brooms or add your own.
Don't put speeds that are too high or low. (the fastest default broom as is goes pretty fast)
make sure to use the correct item id value for the items you want to be brooms.
don't use a ton of special characters for the broom model name because not all of them might work.
avoid using strange items such as bows, potions, or food as brooms because they have separate right click functions.
Important Note: make sure that "number-of-brooms:" is equal to the amount of brooms on your list.
(总得来说就是速度不要调太高啦、不要设置本来就有右键功能如药水为扫把啦、名字不能有某些特殊符号啊等等一类的警告,不过试了下速度调快简直酸爽,名字一堆特殊符号一样能用,用药水作扫把一样能飞( ̄︶ ̄)↗ 。) |