Skip to content

Commit

Permalink
update plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
SnowballXueQiu committed Jul 14, 2024
1 parent 7e71ce4 commit 9394b50
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions README-CHINESE.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ PlayerInfoExpansion 是一个 PlaceholderAPI 扩展,用于显示玩家的设
%player_info%:显示玩家的版本、平台和设备信息。
例如:

- 玩家信息: %player_info%
- 玩家版本: %player_version%
- 玩家平台: %player_platform%
- 玩家设备: %player_device%
- 玩家信息: %playerinfo%
- 玩家版本: %playerinfo_version%
- 玩家平台: %playerinfo_platform%
- 玩家设备: %playerinfo_device%

当玩家执行命令或触发事件时,该占位符将被替换为具体的玩家信息,例如 [1.16.5][Computer][Win32]

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ Place the playerinfo-expansion.jar file into the server's ./plugins/PlaceholderA

## Usage

%player_info%: Displays the player's version, platform, and device information.
%playerinfo%: Displays the player's version, platform, and device information.
For example:

- Player info: %player_info%
- Player version: %player_version%
- Player platform: %player_platform%
- PLayer device: %player_device%
- Player info: %playerinfo%
- Player version: %playerinfo_version%
- Player platform: %playerinfo_platform%
- PLayer device: %playerinfo_device%

When the player executes a command or triggers an event, this placeholder will be replaced with the specific player information, such as [1.16.5][Computer][Win32].

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>cc.vastsea</groupId>
<artifactId>playerinfo-expansion</artifactId>
<version>1.1</version>
<version>1.2</version>
<packaging>jar</packaging>

<name>PlayerInfoExpansion</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
public class PlayerInfoExpansion extends PlaceholderExpansion {

private static final String VERSION = "1.1";
private static final String VERSION = "1.2";

@Override
public boolean persist() {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: PlayerInfoExpansion
version: 1.0.0
version: 1.2
main: cc.vastsea.playerinfo.papi.PlayerInfoExpansion
api-version: 1.13
author: Snowball_233
Expand Down

0 comments on commit 9394b50

Please sign in to comment.