version: 0.0.3
#如果没有EconomyAPI请将这个选项设置为false
usage_of_EconomyAPI: "true"
#若没有安装PiggyCustomEnchants插件请将此选项改成false
usage_of_PiggyCustomEnchants: "false"
#幸运方块的物品ID设置哪个
#默认ID为19(海绵)
LuckyBlockId: 19
#奖励选项名称设置只能设置20个高于20个可能插件会崩溃
#后面示例会介绍“奖励选项名称”
#物品类型有 : items, blocks, money, commands, enchant
#物品类型详细介绍:
#items:破坏幸运方块小概率直接给予玩家奖励物品
#blocks:破坏幸运方块有小概率在破坏幸运方块地方出现一个被放置的方块
#money:破坏幸运方块有小概率获得金币
#commands:破坏幸运方块小概率自动执行某个命令
#enchant:破坏幸运方块概率获得某个附魔属性物品
#概率计算100/20大约平均概率5%
#也就是说一个选项设置获得这选项设置奖励概率5%
#选项1
#选项最多设置20个
#注意:选项名称不可重复
#选项名称你可以随便写
Chance-0:
#类型设置
Type: items
#奖励物品
idItems: 364
#奖励数量
amountItems: 30
#下面选项不在翻译,请根据自己思维解释
Chance-2:
Type: blocks
#if type is blocks 1option the id of the block
idBlocks: 41
Chance-3:
Type: money
#if type is money 1option money to add to the player
#usage of economyAPI
moneyToAdd: 500
Chance-4:
Type: null
#if type is null anytthing to do
Chance-5:
Type: Commands
#if type is Command say the command to execute without the /
#See The Tags
command: "say SAY hello to :nameofplayer:"
#Who will execute the command the player or the console?
executor: "console"
#executor: "console"
Chance-6:
Type: enchant
#if the type is enchant 23more options id Item amount enchantName
idItems: 276
amountItems: 4
enchantName: 104
enchantLevel: 3
Chance-7:
Type: items
#if type items 2more options id Item amount
idItems: 46
amountItems: 5
Chance-8:
Type: blocks
#if type is blocks 1option the id of the block
idBlocks: 57
Chance-9:
Type: money
#if type is money 1option money to add to the player
#usage of economyAPI
moneyToAdd: 500
Chance-10:
Type: null
#if type is null anything to do it will do anything
Chance-11:
Type: Commands
#if type is Command say the command to execute without the /
#See The Tags
command: "say What's up :nameofplayer:?"
#Who will execute the command the player or the console?
executor: "console"
#executor: "console"
Chance-12:
Type: items
#if type items 2more options id Item amount
idItems: 48
amountItems: 30
Chance-13:
Type: items
#if type items 2more options id Item amount
idItems: 19
amountItems: 4
Chance-14:
Type: blocks
#if type is blocks 1option the id of the block
idBlocks: 130
Chance-15:
Type: money
#if type is money 1option money to add to the player
#usage of economyAPI
moneyToAdd: 500
Chance-16:
Type: null
#if type is null anything to do it will do anything
Chance-17:
Type: enchant
#if the type is enchant 23more options id Item amount enchantName
idItems: 313
amountItems: 1
enchantName: 503
enchantLevel: 3
Chance-18:
Type: items
#if type items 2more options id Item amount
idItems: 5
amountItems: 30
Chance-19:
Type: items
#if type items 2more options id Item amount
idItems: 17
amountItems: 20
Chance-20:
Type: blocks
#if type is blocks 1option the id of the block
idBlocks: 45
|