-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
39 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
package cn.zbx1425.projectme; | ||
|
||
public class ClientConfig { | ||
|
||
public static boolean isProjectionEntityEnabled = true; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
{ | ||
"project_me.projection_entity.tooltip": "Player in another sub-server", | ||
"project_me.projection_entity.goto": "Double right-click to go to their sub-server, and you can interact with them.", | ||
"project_me.renderer.switch": "Projection Renderer has been disabled. Execute this command again to re-enable this feature.", | ||
"project_me.renderer.disabled": "Projection Renderer has been disabled. Execute '/projectme renderer enable' to enable this feature.", | ||
"project_me.renderer.enabled": "Projection Renderer has been enabled." | ||
"project_me.projection.disabled": "Player Projection has been disabled. Execute '/pme' to enable this feature.", | ||
"project_me.projection.enabled": "Player Projection has been enabled." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
{ | ||
"project_me.projection_entity.tooltip": "其他分服务器的玩家", | ||
"project_me.projection_entity.goto": "双击右键前往对方所在的分服务器,以便与其交互", | ||
"project_me.renderer.switch": "已不再渲染其他分服务器的玩家,再运行一次本命令以启用。", | ||
"project_me.renderer.disabled": "已不再渲染其他分服务器的玩家,运行 /projectme renderer enable 来重新启用", | ||
"project_me.renderer.enabled": "已启用渲染其他分服务器的玩家" | ||
"project_me.projection.disabled": "已不再显示其他分服务器的玩家,运行 /pme 来重新启用", | ||
"project_me.projection.enabled": "已启用显示其他分服务器的玩家" | ||
} |