A Minecraft server-side mod that adds various teleportation related commands
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

forgot to fix this x3

+26 -7
+26 -7
common/src/main/resources/assets/teleport_commands/lang/zh_tw.json
··· 1 1 { 2 2 "commands.teleport_commands.back.go": "正在返回", 3 3 "commands.teleport_commands.back.same": "已經回來了", 4 - "commands.teleport_commands.back.noLocation": "找不到位置!", 4 + 5 + "commands.teleport_commands.worldspawn.go": "Going To The Worldspawn", 6 + "commands.teleport_commands.worldspawn.same": "Already At Worldspawn", 5 7 6 8 "commands.teleport_commands.home.set": "家已設定", 7 9 "commands.teleport_commands.home.setError": "設定家時發生錯誤!", ··· 12 14 "commands.teleport_commands.home.deleteError": "刪除家時發生錯誤!", 13 15 "commands.teleport_commands.home.rename": "家已重新命名", 14 16 "commands.teleport_commands.home.renameError": "重新命名家時發生錯誤!", 15 - "commands.teleport_commands.home.renameExists": "這個名稱已經存在了!", 16 17 "commands.teleport_commands.home.default": "預設家已設定", 17 18 "commands.teleport_commands.home.defaultError": "變更預設家時發生錯誤!", 18 19 "commands.teleport_commands.home.defaultSame": "家已經是設定為預設了!", ··· 22 23 23 24 "commands.teleport_commands.homes.error": "獲取家時發生錯誤!", 24 25 "commands.teleport_commands.homes.homes": "家:", 25 - "commands.teleport_commands.homes.default": "(預設)", 26 - "commands.teleport_commands.homes.tp": "[傳送]", 27 - "commands.teleport_commands.homes.rename": "[重新命名]", 28 - "commands.teleport_commands.homes.delete": "[刪除]", 26 + 27 + "commands.teleport_commands.warp.set": "Warp set", 28 + "commands.teleport_commands.warp.setError": "Error setting the warp!", 29 + "commands.teleport_commands.warp.exists": "Warp already exists!", 30 + "commands.teleport_commands.warp.go": "Going to the warp", 31 + "commands.teleport_commands.warp.goSame": "Already at the warp", 32 + "commands.teleport_commands.warp.goError": "Error going to the warp!", 33 + "commands.teleport_commands.warp.delete": "Warp deleted", 34 + "commands.teleport_commands.warp.deleteError": "Error deleting warp!", 35 + "commands.teleport_commands.warp.rename": "Warp renamed", 36 + "commands.teleport_commands.warp.renameError": "Error renaming warp!", 37 + "commands.teleport_commands.warp.notFound": "Warp not found!", 38 + "commands.teleport_commands.warp.homeless": "There are no warps!", 39 + 40 + "commands.teleport_commands.warps.error": "Error getting warps!", 41 + "commands.teleport_commands.warps.warps": "Warps:", 29 42 30 43 "commands.teleport_commands.tpa.self": "嗯,這很容易", 31 44 "commands.teleport_commands.tpa.alreadySent": "請求已經發送至 %0%", ··· 42 55 "commands.teleport_commands.common.error": "傳送時發生錯誤!", 43 56 "commands.teleport_commands.common.noSafeLocation": "找不到安全位置!", 44 57 "commands.teleport_commands.common.safetyIsForLosers": "仍要傳送?(警告,你可能會死!)", 45 - "commands.teleport_commands.common.forceTeleport": "[強制傳送]" 58 + "commands.teleport_commands.common.forceTeleport": "[強制傳送]", 59 + "commands.teleport_commands.common.tp": "[傳送]", 60 + "commands.teleport_commands.common.rename": "[重新命名]", 61 + "commands.teleport_commands.common.delete": "[刪除]", 62 + "commands.teleport_commands.common.default": "(預設)", 63 + "commands.teleport_commands.common.renameExists": "這個名稱已經存在了!", 64 + "commands.teleport_commands.common.noLocation": "找不到位置!" 46 65 }