① 我的世界電腦版怎麼補滿空缺tab怎麼弄
tab在單機中是顯示borad名單的一個方式。沒什麼好補的
② 我的世界伺服器怎麼設置多世界中的一個世界的游戲模式
在多世界設置里改,多世界插件里有個config,用記事本打開,找到你的多世界,在冒號下面回車然後縮進(如果使用notepad++軟體修改可以按tab縮進),寫gamemode=0,或1,2等,然後在伺服器控制台輸入stop,再重開伺服器即可
③ 我的世界伺服器怎麼讓TAB玩家名默認為彩色
【原版】這個需要記分板隊伍即可實現,在一個有顏色隊伍里發言名字和TAB欄就會顯示你的隊伍名稱。
指令:
/scoreboard teams add blue blue
第一個blue是隊名,第二個blue是顯示的隊名
--------------------------------
/scoreboard teams option blue color blue
這個指令是給藍隊(第一個bule)添加藍色(第二個blue)
--------------------------------
/scoreboard teams join blue @p
讓最近的玩家(@p)加入藍隊(bule)
小彩蛋
在我的世界1.8及以上版本中聊天欄內輸入這個:
/give @p minecraft:diamond_sword 1 0 {AttributeModifiers:[{Operation:0,Amount:666666,UUIDLeast:100000000000000L,UUIDMost:999999999999999L,AttributeName:"generic.attackDamage",Name:"CBC"},{Operation:0,Amount:666666,UUIDLeast:100000000000000L,UUIDMost:999999999999999L,AttributeName:"generic.attackSpeed",Name:"CBC"},{Operation:0,Amount:666666,UUIDLeast:100000000000000L,UUIDMost:999999999999999L,AttributeName:"generic.maxHealth",Name:"CBC"},{Operation:0,Amount:0.1,UUIDLeast:100000000000000L,UUIDMost:999999999999999L,AttributeName:"generic.movementSpeed",Name:"CBC"},{Operation:0,Amount:666666,UUIDLeast:100000000000000L,UUIDMost:999999999999999L,AttributeName:"generic.knockbackResistance",Name:"CBC"},{Operation:0,Amount:666666,UUIDLeast:100000000000000L,UUIDMost:999999999999999L,AttributeName:"generic.armor",Name:"CBC"},{Operation:0,Amount:666666,UUIDLeast:100000000000000L,UUIDMost:999999999999999L,AttributeName:"generic.armorToughness",Name:"CBC"},{Operation:0,Amount:666666,UUIDLeast:100000000000000L,UUIDMost:999999999999999L,AttributeName:"generic.followRange",Name:"CBC"},{Operation:0,Amount:666666,UUIDLeast:100000000000000L,UUIDMost:999999999999999L,AttributeName:"generic.luck",Name:"CBC"}],display:{Name:"風雲劍",Lore:["[風雲套裝]這把劍是上古流傳","下來的劍,擁有它,你可以一","劍劈開虛空,劈天斬地。上古","神魔用它一劍劈碎數萬星辰。","擁有它的人被稱之為「十七號。"]},Unbreakable:1,HideFlags:3,ench:[{id:18,lvl:666666},{id:20,lvl:666666},{id:19,lvl:10},{id:21,lvl:5},{id:16,lvl:666666},{id:17,lvl:666666},{id:22,lvl:666666}]}
④ 我的世界TAB列表寬度
1.8以上版本TAB列表寬度會高的,還會顯示皮膚,你可以試試
⑤ 我的世界伺服器怎麼修改伺服器的菜單啊(就是那個鍾,右鍵打開的那個
你得會英文。
您可以使用2種方法來開啟菜單:
/<菜單自己的指令比如【lalala】>
/dm open <菜單名字> 你需要輸入指令開啟的【麻煩那麼長的指令】比如/dm open example 這樣
或者
/dm open <菜單名字> (玩家名)
為另外一名玩家開啟菜單【沒許可權的話啦】【麻煩】
【前置】
需要
PlaceholderAPI的支援
【指令】
/cm open 玩家名 菜單名字 - 沒卵用
/dm open 菜單名字 玩家 - 沒卵用
/dm reload - 重載config文件
配置:
#檢查更新
check_updates: true
#點擊菜單時候的設置
click_menu_options:
sneak_to_open: true
#點擊的菜單
click_menus:
#菜單的config名
example:
#菜單的名字
menu_title: '&aExample menu'
#不知==
priority: 1
#格數 9就對了
size: 9
#就是 顯示的icon【id 或者 英文名 都可以】
items:
#第1格要顯示的icon
'1':
#顯示的id方塊
material: DIAMOND_BLOCK
#後面的data 數 沒的話 放0
data: 0
#數量
amount: 1
#插槽??
slot: 0
#顯示的名字
display_name: '&aHey &f%viewer%'
#lore就是lore咯
lore:
- '&aYou opened a click menu'
- '&afor player: &f%player_name%'
#點擊後會出現什麼指令
click_commands:
- '[close]'
'2':
material: 368
data: 0
amount: 1
slot: 1
priority: 1
permission: examplemenu.item.teleport
display_name: '&bTeleport to player'
lore:
- '&bClick to teleport to player &f%player_name%'
click_commands:
- '[player] tp %player_name%'
- '[close]'
'3':
material: 381
data: 0
amount: 1
slot: 1
priority: 2
permission: examplemenu.item.tpa
display_name: '&bRequest teleport to player'
lore:
- '&bClick to request to'
- '&bteleport to &f%player_name%'
click_commands:
- '[player] tpa %player_name%'
- '[close]'
gui_menus:
example:
menu_title: '&aExample GUI menu'
open_command: examplemenu
size: 9
items:
'1':
material: head;%player_name%
slot: 0
display_name: '&aHey &f%player%'
lore:
- '&aYou opened a GUI menu'
- '&aThis menu is just for you!'
left_click_commands:
- '[close]'
right_click_commands:
- '[player] help'
- '[close]'
'2':
material: DIRT
data: 0
amount: 1
slot: 1
priority: 1
view_requirement: BukkitPlayer.hasPermission("exampleguimenu.item.home");
display_name: '&bTeleport home'
lore:
- '&bClick to teleport'
- '&bto your home'
click_commands:
- '[player] home'
- '[close]'
'3':
material: DIRT
data: 0
amount: 1
slot: 1
priority: 2
display_name: '&bTeleport to spawn'
lore:
- '&bClick to teleport'
- '&bto the server spawn'
click_commands:
- '[player] spawn'
- '[close]'
⑥ 我的世界伺服器Tab列表出問題了
編碼問題,用notepad++完美解決
⑦ 我的世界1。7。2玩伺服器的時候按tab怎麼不出來玩家列表是不是我沒安裝mod或者插件,求個下載
按Esc鍵彈出菜單.點控制.看看你是不是有重復按鍵.有重復按鍵會出現紅字.把他改過來就行了.不然就是你按鍵壞了或者卡服了
⑧ 我的世界手機版去哪設置tab鍵
設置不了,但是win 10可以,tap可以自動補充指令。
⑨ 我的世界伺服器tab列表加上稱號怎麼才能超過16的限制,求解決
我記得有個BetterTab插件,不過是國外的,這個可以顯示更長的名字什麼的