首页
/
每日頭條
/
科技
/
我的世界服務器規劃
我的世界服務器規劃
更新时间:2024-10-12 07:16:10

我的世界服務器規劃?*聊天欄輸入#貨币,現在小編就來說說關于我的世界服務器規劃?下面内容希望能幫助到你,我們來一起看看吧!

我的世界服務器規劃(我的世界服務器建設計劃02:在線時間統計及貨币系統)1

我的世界服務器規劃

*聊天欄輸入

#貨币

/scoreboard objectives add 金币 dummy §l§e金币

/scoreboard objectives add 銀币 dummy §l§f銀币

/scoreboard objectives add 銅币 dummy §l§g銅币

#時間

/scoreboard objectives add hour dummy §l§a時

/scoreboard objectives add minute dummy §l§b分

/scoreboard objectives add second dummy §l§c秒

¥dummy後可寫可不寫,dummy前可改

*命令方塊輸入

#添加時間

@秒

重保 20

execute @a ~ ~ ~ scoreboard players add @s 秒 1

¥20為20延遲,重保為重複,保持開啟

#時間轉換及給予貨币

@秒變分

重保

execute @a[scores={秒=60..}] ~ ~ ~ tag @s add 60schange1min

連保

execute @a[tag=60schange1min] ~ ~ ~ scoreboard players remove @s 秒 60

execute @a[tag=60schange1min] ~ ~ ~ scoreboard players add @s 分 1

execute @a[tag=60schange1min] ~ ~ ~ scoreboard players add @s 銅币 execute @a[tag=60schange1min] ~ ~ ~ scoreboard players add @s 銅币 4

execute @a[tag=60schange1min] ~ ~ ~ tag @s remove 60schange1min

¥連保為連續,保持開啟

@分變時

重保

execute @a[scores={分=60..}] ~ ~ ~ tag @s add 60minchange1h

連保

execute @a[tag=60minchange1h] ~ ~ ~ scoreboard players remove @s 分 60

execute @a[tag=60minchange1h] ~ ~ ~ scoreboard players add @s 時 1

execute @a[tag=60minchange1h] ~ ~ ~ scoreboard players add @s 銀币 4

execute @a[tag=60minchange1h] ~ ~ ~ scoreboard players add @s 金币 3

execute @a[tag=60minchange1h] ~ ~ ~ tag @s remove 60minchange1h

#貨币轉換

@銅變銀

重保

execute @a[scores={銅币=64}] ~ ~ ~ tag @s add ctgy

連保

execute @a[scores={銅币=64},tag=ctgy] ~ ~ ~ scoreboard players add @s 銀币 1

execute @a[scores={銅币=64},tag=ctgy] ~ ~ ~ scoreboard players remove @s 銅币 64

execute @a[tag=ctgy] ~ ~ ~ tag @s remove ctgy

¥連保有為連鎖,保持開啟,有條件

@銀變金

重保

execute @a[scores={銀币=64}] ~ ~ ~ tag @s add cygj

連保

execute @a[scores={銀币=64},tag=cygj] ~ ~ ~ scoreboard players add 金币 1

execute @a[scores={銀币=64},tag=cygj] ~ ~ ~ scoreboard players remove 銀币 64

execute @a[tag=cygj] ~ ~ ~ tag @s remove cygj

#信息顯示

titleraw @a actionbar {"rawtext":[{"text":"玩家:§b"},{"selector":"*"},{"text":"\n§r在線時間: §a"},{"score":{"name":"*","objective":"時"}},{"text":"§a小時"},{"score":{"name":"*","objective":"分"}},{"text":"§a分鐘"},{"score":{"name":"*","objective":"秒"}},{"text":"§a秒"},{"text":"\n§r錢财: §e"},{"score":{"name":"*","objective":"金币"}},{"text":"§e金币"},{"score":{"name":"*","objective":"銀币"}},{"text":"§e銀币"},{"score":{"name":"*","objective":"銅币"}},{"text":"§e銅币"}]}

¥此為JSON

請搭配視頻食用

,
Comments
Welcome to tft每日頭條 comments! Please keep conversations courteous and on-topic. To fosterproductive and respectful conversations, you may see comments from our Community Managers.
Sign up to post
Sort by
Show More Comments
Copyright 2023-2024 - www.tftnews.com All Rights Reserved