我的世界经验瓶一瓶是多少经验,我的世界经验之瓶怎么弄

【我的世界怎么储存经验 我的世界经验值储存方法】

我的世界经验值储存方法">
简易,特性:所有等级做的经验瓶包含的经验都一样的。
使用方法:将1个玻璃瓶丢弃在工作台上方即可。
经验储存
探测玻璃瓶是否在工作台上:
/scoreboard players tag @ e[type=Item] add sc {Item:{id:"minecraft:glass_bottle",Count:1b,Damage:0s},OnGround:1b}
/execute @ e[type=Item,tag=sc] ~ ~ ~ detect ~ ~-.4 ~ minecraft:crafting_table 0 scoreboard players tag @ e[type=Item,tag=sc,c=1,r=1] add ysc
scoreboard players tag @ e[type=Item] add sc {Item:{id:"minecraft:glass_bottle",Count:1b,Damage:0s},OnGround:1b} 是给所有单个(Count:1b)存在的 玻璃瓶物品 实体添加 sc 标签。
execute @ e[type=Item,tag=sc] ~ ~ ~ detect ~ ~-.4 ~ minecraft:crafting_table 0 scoreboard players tag @ e[type=Item,tag=sc,c=1,r=1] add ysc 是将所有在工作台上的具有sc 标签的实体添加 ysc 标签。
探测附近玩家是否符合条件
execute @ e[type=Item,tag=ysc] ~ ~ ~ execute @ p[lm=0,l=0,r=3] ~ ~ ~ tellraw @ p [{"selector":"@ p","color":"white"},{"text":" 你的经验不足!","color":"red"}]
execute @ e[type=Item,tag=ysc] ~ ~ ~ execute @ p[lm=1,r=3] ~ ~ ~ execute @ e[type=Item,tag=ysc] ~ ~ ~ summon Item ~ ~ ~ {Item:{id:"minecraft:experience_bottle",Count:1,Damage:0},Age:32768}
execute @ e[type=Item,tag=ysc] ~ ~ ~ xp -1l @ p[lm=1,r=3]
execute @ e[type=Item,tag=ysc] ~ ~ ~ give @ p[lm=0,l=0,r=3] glass_bottle
kill @ e[type=Item,tag=ysc]
Tips:请依次按照顺序高频执行。

【我的世界经验装瓶器怎么用】

按右键扔出就会掉经验,走过去捡了就行

【我的世界服务器把经验装到空瓶子里?】

附魔之瓶(Bottle o' Enchanting)是在每周快照12w04a中加入的新物品。它看起来是一种药水,但和药水十分不同而且不能被酿造。它能在创造模式以及地牢里的箱子里获得,在1.3之后的版本中,它能通过与牧师村民交易获得(能得到2-4瓶)。
这个物品本身散发出一个发光的动画,就像一个正常的药水一样。
虽然它看起来并不像喷溅药水,但它和喷溅药水一样,它们能被抛出的和被发射出去。在撞击时,将出现蓝色的漩涡加上1至3个经验球,一共是3至11经验值。
附魔之瓶的主要用途是在不用服务器指令的情况下给予经验。
向生物投掷附魔之瓶并不会对它产生任何效果。
附魔之瓶也能用于玩家制作的游戏地图中并将它们从发射器中射出来作为奖励。

【我的世界命令方块指令怎么创造经验瓶炸弹】

1.7及以下版本:输入/give <你的昵称> 137 1 可以获得一个命令方块
1.8及以上:/give <你的昵称> command_block 1 可以获得一个命令方块
在命令方块中输入以下代码:
/summon FallingSand ~ ~1 ~2 {Time:1,Block:"minecraft:redstone_block",Passengers:[{id:"FallingSand",Time:1,Block:"minecraft:activator_rail",Passengers:[{id:"MinecartCommandBlock",Command:"/gamerule commandBlockOutput false"},{id:"MinecartCommandBlock",Command:"/scoreboard objectives add timer dummy"},{id:"MinecartCommandBlock",Command:"/scoreboard objectives add xptimer dummy"},{id:"MinecartCommandBlock",Command:"/title @a title [{"text":"经验瓶手榴弹安装成功","color":"red"}]"}, {id:"MinecartCommandBlock",Command:"/title @a subtitle [{"text":"码蚁工作室_天际制作 Minecraftid:Freerr","color":"aqua"}]"},{id:"MinecartCommandBlock",Command:"/setblock ~ ~-1 ~-2 minecraft:air"},{id:"MinecartCommandBlock",Command:"/replaceitem entity @a slot.hotbar.4 minecraft:experience_bottle 64 0 {display:{Name:"手榴弹"}}"},{id:"MinecartCommandBlock",Command:"setblock ~0 ~2 ~0 repeating_command_block 5 replace {auto:1b,Command:"/testfor @e[type=ThrownExpBottle,tag=true]"}"},{id:"MinecartCommandBlock",Command:"setblock ~1 ~2 ~0 repeating_command_block 13 replace {auto:1b,Command:"/scoreboard players add @a timer 1"}"},{id:"MinecartCommandBlock",Command:"setblock ~2 ~2 ~0 repeating_command_block 5 replace {auto:1b,Command:"/scoreboard players test @a timer 3"}"},{id:"MinecartCommandBlock",Command:"setblock ~3 ~2 ~0 chain_command_block 13 replace {auto:1b,Command:"/execute @e[type=XPOrb,score_xptimer=5] ~ ~ ~ summon PrimedTnt"}"},{id:"MinecartCommandBlock",Command:"setblock ~4 ~2 ~0 repeating_command_block 3 replace {auto:1b,Command:"/scoreboard players add @e[type=XPOrb] xptimer 1"}"},{id:"MinecartCommandBlock",Command:"setblock ~4 ~2 ~1 chain_command_block 4 replace {auto:1b,Command:"/execute @e[type=PrimedTnt] ~ ~ ~ scoreboard players set @a timer 0"}"},{id:"MinecartCommandBlock",Command:"setblock ~3 ~2 ~1 chain_command_block 4 replace {auto:1b,Command:"/testfor @a {SelectedItem:{id:minecraft:experience_bottle,tag:{display:{Name:"手榴弹 "}}}}"}"},{id:"MinecartCommandBlock",Command:"setblock ~2 ~2 ~1 chain_command_block 12 replace {auto:1b,Command:"/scoreboard players tag @e[type=ThrownExpBottle] add true"}"},{id:"MinecartCommandBlock",Command:"setblock ~1 ~2 ~1 repeating_command_block 4 replace {auto:1b,Command:"/kill @e[score_xptimer_min=800]"}"},{id:"MinecartCommandBlock",Command:"fill ~-1 ~1 ~-1 ~5 ~3 ~2 stained_glass 3 outline"},{id:"MinecartCommandBlock",Command:"fill ~-1 ~1 ~-1 ~5 ~1 ~2 stained_hardened_clay 3"},{id:"MinecartCommandBlock",Command:"fill ~-1 ~3 ~-1 ~5 ~3 ~2 stained_hardened_clay 3"},{id:"MinecartCommandBlock",Command:"setblock ~2 ~2 ~-2 wall_sign 8 replace {Text3:"{"text":"[ 点我移除模组 ]","color":"dark_red","clickEvent":{"action":"run_command","value":"fill ~-3 ~-1 ~ ~3 ~1 ~4 air 0"}}"}"},{id:"MinecartCommandBlock",Command:"/setblock ~ ~-1 ~ minecraft:lava 15"},{id:"MinecartCommandBlock",Command:"setblock ~ ~ ~ air 0"}]}]}
之后保存,再用红石激活命令方块,经验瓶就可以变成炸弹

【我的世界经验指令】

等级指令
/xp 【获得经验的人】 【获得的经验值】
其他指令
1.
give指令
/give
【获得人的名字】
【物品id(电脑1.8以后使用物品英文名称,我不知道手机版是用id,还是英文)】
【数量】
【数据标签(药水需要)】
物品id大全:
补充:命令方块-137
2.
传送
/tp
【传送至(如是多人游戏在此打入另一人的名字即可强制传送至他那里)】
/tp
【x】
【y】
【z】(电脑可按f3查,手机版...)
/tpa
【传送至(服务器传送指令,打入对方名字请求传送后,对方接受即可传送)】
3.
修改模式指令:
/gamemode
0
(生存)
/gamemode
1
(创造)
/gamemode
2
(不可破坏模式)
/gamemode
3
(旁观者模式)【电脑版1.8.0以上版本出】
4.
修改天气指令
更换至无天气
/weather
【clear】
【持续的秒数】
更换至下雨天(雪地下雪天、沙漠无天气)
/weather
【rain】
【持续的秒数】
更换至雷雨天(雪地下雪天、沙漠无天气)
/weather
【thunder】
【持续的秒数】
望采纳*-*

【我的世界经验瓶获得方法 我的世界怎么给】

创造模式的话直接按e可以调出经验瓶,然后往那个人身上按右键丢,要是生存的话,在地牢里可能会有经验瓶,但是很少。
多人op的话/money set 对方ID 经验数

标签: 我的世界经验瓶一瓶是多少经验 我的世界经验瓶怎么用指令获得我的世界升级最快的方法