Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kloping committed Jan 6, 2022
1 parent c7e7bf2 commit 4b4d6ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Mirai_Plugins.iml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<component name="CheckStyle-IDEA-Module">
<option name="configuration">
<map />
</option>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_11">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
Expand Down
5 changes: 2 additions & 3 deletions src/main/java/com/hrs/kloping/HPlugin_Landlord.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
* @Author HRS [email protected]
* @Date 21/9/14
* <p>
* 请把images.zip 解压后放在 Mirai Console 目录下
*/
public final class HPlugin_Landlord extends JavaPlugin {
public static final HPlugin_Landlord INSTANCE = new HPlugin_Landlord();
Expand All @@ -29,8 +28,8 @@ public final class HPlugin_Landlord extends JavaPlugin {
public static final ExecutorService threads = Executors.newFixedThreadPool(10);

private HPlugin_Landlord() {
super(new JvmPluginDescriptionBuilder("com.hrs.kloping.h_plugin_Landlord", "1.0")
.name("插件_1 Author => HRS")
super(new JvmPluginDescriptionBuilder("com.hrs.kloping.h_plugin_Landlord", "2.0")
.name("LandlordGame")
.info("斗地主游戏")
.author("HRS")
.build());
Expand Down

0 comments on commit 4b4d6ab

Please sign in to comment.