1.2.0: Remove unnecessary events, use yml as a config, implement log disabling

This commit is contained in:
2025-11-25 23:10:57 +08:00
parent eabb5a69c1
commit 02f73ad13e
13 changed files with 193 additions and 140 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<bytecodeTargetLevel target="18" />
<bytecodeTargetLevel target="17" />
</component>
</project>
+1 -1
View File
@@ -6,5 +6,5 @@
</list>
</component>
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="ProjectRootManager" version="2" languageLevel="JDK_18" default="true" project-jdk-name="17" project-jdk-type="JavaSDK" />
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="17" project-jdk-type="JavaSDK" />
</project>
-8
View File
@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/modules/notifyonstart.main.iml" filepath="$PROJECT_DIR$/.idea/modules/notifyonstart.main.iml" />
</modules>
</component>
</project>
+59 -20
View File
@@ -4,7 +4,21 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="ce97b9f5-6785-4670-b350-12f90ab9ea27" name="Changes" comment="dunno if it works (2)" />
<list default="true" id="ce97b9f5-6785-4670-b350-12f90ab9ea27" name="Changes" comment="1.2.0: Remove unnecessary events, use yml as a config">
<change beforePath="$PROJECT_DIR$/.idea/compiler.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/compiler.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/modules.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/moe/sob/events/player/PlayerBedEnter.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/moe/sob/events/player/PlayerBedEnter.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/moe/sob/events/player/PlayerBedLeave.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/moe/sob/events/player/PlayerBedLeave.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/moe/sob/events/player/PlayerChat.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/moe/sob/events/player/PlayerChat.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/moe/sob/events/player/PlayerCommandPreprocess.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/moe/sob/events/player/PlayerCommandPreprocess.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/moe/sob/events/player/PlayerJoin.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/moe/sob/events/player/PlayerJoin.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/moe/sob/events/player/PlayerQuit.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/moe/sob/events/player/PlayerQuit.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/moe/sob/events/world/WorldLoad.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/moe/sob/events/world/WorldLoad.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/moe/sob/events/world/WorldUnload.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/moe/sob/events/world/WorldUnload.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/resources/plugin.yml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/plugin.yml" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@@ -46,24 +60,29 @@
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent"><![CDATA[{
"keyToString": {
"Downloaded.Files.Path.Enabled": "false",
"Gradle.notify-on-start [build].executor": "Run",
"Repository.Attach.Annotations": "false",
"Repository.Attach.JavaDocs": "false",
"Repository.Attach.Sources": "false",
"RunOnceActivity.OpenProjectViewOnStart": "true",
"RunOnceActivity.ShowReadmeOnStart": "true",
"RunOnceActivity.git.unshallow": "true",
"git-widget-placeholder": "main",
"last_opened_file_path": "G:/java/notify-on-start",
"project.structure.last.edited": "Libraries",
"project.structure.proportion": "0.0",
"project.structure.side.proportion": "0.2",
"settings.editor.selected.configurable": "reference.settingsdialog.project.gradle"
<component name="PropertiesComponent">{
&quot;keyToString&quot;: {
&quot;Downloaded.Files.Path.Enabled&quot;: &quot;false&quot;,
&quot;Gradle.notify-on-start [build].executor&quot;: &quot;Run&quot;,
&quot;Repository.Attach.Annotations&quot;: &quot;false&quot;,
&quot;Repository.Attach.JavaDocs&quot;: &quot;false&quot;,
&quot;Repository.Attach.Sources&quot;: &quot;false&quot;,
&quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,
&quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
&quot;RunOnceActivity.git.unshallow&quot;: &quot;true&quot;,
&quot;git-widget-placeholder&quot;: &quot;main&quot;,
&quot;last_opened_file_path&quot;: &quot;G:/java/notify-on-start&quot;,
&quot;project.structure.last.edited&quot;: &quot;Libraries&quot;,
&quot;project.structure.proportion&quot;: &quot;0.0&quot;,
&quot;project.structure.side.proportion&quot;: &quot;0.2&quot;,
&quot;settings.editor.selected.configurable&quot;: &quot;reference.settingsdialog.project.gradle&quot;
}
}]]></component>
}</component>
<component name="RecentsManager">
<key name="CopyClassDialog.RECENTS_KEY">
<recent name="moe.sob.commands" />
</key>
</component>
<component name="RunManager" selected="Gradle.notify-on-start [build]">
<configuration name="notify-on-start [build]" type="GradleRunConfiguration" factoryName="Gradle" nameIsGenerated="true">
<ExternalSystemSettings>
@@ -177,15 +196,35 @@
<option name="project" value="LOCAL" />
<updated>1699768015200</updated>
</task>
<option name="localTasksCounter" value="6" />
<task id="LOCAL-00006" summary="1.2.0: Remove unnecessary events, use yml as a config">
<option name="closed" value="true" />
<created>1760533930115</created>
<option name="number" value="00006" />
<option name="presentableId" value="LOCAL-00006" />
<option name="project" value="LOCAL" />
<updated>1760533930115</updated>
</task>
<option name="localTasksCounter" value="7" />
<servers />
</component>
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State />
</value>
</entry>
</map>
</option>
</component>
<component name="VcsManagerConfiguration">
<MESSAGE value="hmmm" />
<MESSAGE value="fix stuff and add more functionality (definitely) (hi again)" />
<MESSAGE value="wrong version number" />
<MESSAGE value="dunno if it works" />
<MESSAGE value="dunno if it works (2)" />
<option name="LAST_COMMIT_MESSAGE" value="dunno if it works (2)" />
<MESSAGE value="1.2.0: Remove unnecessary events, use yml as a config" />
<option name="LAST_COMMIT_MESSAGE" value="1.2.0: Remove unnecessary events, use yml as a config" />
</component>
</project>