我的世界1.7.2-1.8.1随机箱子插件是一款热门而且好用的插件补丁,使用之后即可让游戏中的箱子出现随机指定道具,让腐竹更好的管理服务器玩家和设定。
指令
输入/randombox list 或者 /rb list 即可看到id 和 箱子列表
输入/givebox 游戏名 id 数量
即可得到箱子
手持箱子输入/openbox 或者 右键打开既可抽取物品
中间的青色玻璃是中奖物品
抽到后会只剩下一个东西,这是不用按他领取或者什么的直接按esc关闭gui
举另外个例子,你得到1个几率很低的物品的时候可以设置公告
#箱子的名称
boxName: '&6Warrior box'
#箱子id或者名字
boxItem: STORAGE_MINECART
lore: #箱子的lore
- '&eSome test'
- '&edescription...'
- '&7--------------'
- 'items 0 &7%ordinal%. &ex%amount% %name%'
- '&7--------------'
- '&eRare box'
#是否需要检查权限【true的话,就要给予箱子的权限】
checkPermission: false
#右键的时候直接开启箱子
openWhenClicked: true
#添加烟花效果
addGlow: true
#是否可堆叠
unstackable: false
gui: #gui图形
enabled: true
rolling:
- {delay: 1, iterations: 50}
- {delay: 2, iterations: 20}
- {delay: 3, iterations: 10}
- {delay: 4, iterations: 5}
window: #以什么形式的界面展现【例如:发射器,熔炉】
type: CHEST
format:
- '@@@###@@@'
- 'abcDEFghi'
- '@@@###@@@'
fillers:
'@':
item: {id: 160, data: 15, delay: 20}
onStop:
item: {id: 0}
'#':
animated:
- {id: 160, data: 4, delay: 10}
- {id: 160, data: 5, delay: 10}
effects: #烟花的效果
open:
firework:
type: BALL_LARGE
colors: ['#FF0000', '#00FF00', 'BLUE']
fadeColors: ['GRAY', 'BLACK']
flicker: true
trail: false
power: 1
sound:
sound: CHEST_OPEN
volume: 1.0
pitch: 1.0
broadcast: '&ePlayer &6%player% &eopens &6Warrior Box &eright now!'
move:
sound: {sound: CLICK}
drop:
sound: {sound: ANVIL_LAND}
firework:
type: STAR
colors: ['RED']
close:
sound: {sound: CHEST_CLOSE}
#【抽奖得到的奖品数量】
itemsToSelectCount: 3
items: #物品【需自己配置】
item1:
item: DIAMOND_SWORD
data: 0
amount: 1
name: '&cDiamond sword'
lore:
- '&7This sword dropped'
- '&7from a box.'
enchants:
sharpness: 8
unbreaking: 5
fire: 4
knockback: 2
dropEffect:
firework:
type: BALL_LARGE
colors: ['RED', 'ORANGE']
fadeColors: ['GRAY']
power: 0
sound: {sound: EXPLODE}
broadcast: '&6%player% got an amazing diamond sword from RandomBox!'
chance: 2
item2:
item: IRON_SWORD
amount: 1
name: '&6Iron sword'
enchants:
sharpness: 5
unbreaking: 3
knockback: 2
chance: 3
item3:
item: STONE_SWORD
amount: 1
name: '&eStone sword'
enchants:
sharpness: 3
unbreaking: 3
knockback: 2
chance: 4
item4:
item: BOW
amount: 1
name: '&eBow'
enchants:
power: 3
unbreaking: 3
infinity: 1
chance: 6
item5:
item: GOLDEN_APPLE
name: '&rGolden apple'
dontAssignName: true
amount: 1-8
chance: 8
item6:
commands:
command1:
line: 'xp give %player% 10L'
fromConsole: true
dontGiveItem: true
inBoxLoreFormat: '&7%ordinal%. %name%'
item: EXP_BOTTLE
name: '&rExp (10 lvl)'
amount: 1
chance: 30
item7:
commands:
command1:
line: 'xp give %player% 6L'
fromConsole: true
dontGiveItem: true
inBoxLoreFormat: '&7%ordinal%. %name%'
item: EXP_BOTTLE
name: '&rExp (6 lvl)'
amount: 1
chance: 35
item8:
commands:
command1:
line: 'xp give %player% 3L'
fromConsole: true
dontGiveItem: true
inBoxLoreFormat: '&7%ordinal%. %name%'
item: EXP_BOTTLE
name: '&rExp (3 lvl)'
amount: 1
chance: 45
item9:
box: 9901
name: '&eBonus Box'
chance: 2
itemsToDrop: '奖品列表:'
prefix: '&3[&bRandomBox&3] &6'
configReloaded: '配置文件已重载.'
boxGiven: '成功给予箱子.'
multipleBoxesGiven: '得到%amount% 个箱子.'
itemsDropped: '你获得了: '
boxList: '已配置的奖励箱:'
enteringCreatingMode: '要创建箱子时,请在一个箱子上点击左键.'
randomBlockCreated: '随机箱子已被创建.'
randomBlockRemoved: '随机箱子已被移除.'
enteringRemovalMode: '你现在在进行着随机箱子的输出. 左键: 移除箱子, 右键: 退出.'
exitingRemovalMode: '你不能在箱子输出物品的时候关闭箱子.'
notARandomBlock: '这个箱子不是一个随机的箱子.'
noPermissions: '你没有权限这么做.'
boxOpenError: '在打开箱子时发生了错误'
boxGiveError: '在给予箱子时发生了错误'
blockCreateError: '随机箱子创建出错'
playerNotFound: '找不到玩家.'
idMustBeNumerical: '箱子id必须是一个数字.'
notEnoughSpace: '你的背包没有足够的大小!'
noSuchBox: '配置文件里不存在此id的箱子.'
notABox: '这不是一个箱子.'
notAPlayer: '你不是一个玩家!'
noPermissionsToOpen: '你没有权限来打开这个箱子.'
notEnoughMoney: '你没有足够的金币.'