This commit is contained in:
Chayapak 2023-04-22 07:07:31 +07:00
parent 87c35b9af7
commit 82dfc0bd7e
2 changed files with 12 additions and 12 deletions

View file

@ -4,8 +4,9 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="50f184fa-7bed-4956-baf5-7586ff26ea08" name="Changes" comment="probally fix bossbar plugin with actionbar mabe">
<list default="true" id="50f184fa-7bed-4956-baf5-7586ff26ea08" name="Changes" comment="hopefully fix the broken players plugin">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/land/chipmunk/chayapak/chomens_bot/plugins/PlayersPlugin.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/land/chipmunk/chayapak/chomens_bot/plugins/PlayersPlugin.java" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@ -94,13 +95,6 @@
<option name="presentableId" value="Default" />
<updated>1680245437032</updated>
</task>
<task id="LOCAL-00041" summary="actually split the among us">
<created>1681108314320</created>
<option name="number" value="00041" />
<option name="presentableId" value="LOCAL-00041" />
<option name="project" value="LOCAL" />
<updated>1681108314320</updated>
</task>
<task id="LOCAL-00042" summary="reduce more real">
<created>1681115395510</created>
<option name="number" value="00042" />
@ -437,7 +431,14 @@
<option name="project" value="LOCAL" />
<updated>1682085844904</updated>
</task>
<option name="localTasksCounter" value="90" />
<task id="LOCAL-00090" summary="hopefully fix the broken players plugin">
<created>1682120738152</created>
<option name="number" value="00090" />
<option name="presentableId" value="LOCAL-00090" />
<option name="project" value="LOCAL" />
<updated>1682120738153</updated>
</task>
<option name="localTasksCounter" value="91" />
<servers />
</component>
<component name="Vcs.Log.Tabs.Properties">
@ -452,7 +453,6 @@
</option>
</component>
<component name="VcsManagerConfiguration">
<MESSAGE value="maybe patch the sus" />
<MESSAGE value="fix music list&#10;it took me ages to figure this out that i need to just &#10;CLONE THE LIST" />
<MESSAGE value="actually make creator configurable instead of hardcoding" />
<MESSAGE value="improve trusted plugin" />
@ -477,7 +477,8 @@
<MESSAGE value="add/improve/fix stuff&#10;ig mabe mabe mabe&#10;useCore!1!1!" />
<MESSAGE value="ig fix music filename mabe mabe" />
<MESSAGE value="probally fix bossbar plugin with actionbar mabe" />
<option name="LAST_COMMIT_MESSAGE" value="probally fix bossbar plugin with actionbar mabe" />
<MESSAGE value="hopefully fix the broken players plugin" />
<option name="LAST_COMMIT_MESSAGE" value="hopefully fix the broken players plugin" />
</component>
<component name="XSLT-Support.FileAssociations.UIState">
<expand />

View file

@ -203,7 +203,6 @@ public class PlayersPlugin extends SessionAdapter {
public void playerGameModeUpdated (MutablePlayerListEntry target, GameMode gameMode) {}
public void playerLatencyUpdated (MutablePlayerListEntry target, int ping) {}
public void playerDisplayNameUpdated (MutablePlayerListEntry target, Component displayName) {}
public void playerUserNameChanged (MutablePlayerListEntry target) {}
public void playerLeft (MutablePlayerListEntry target) {}
public void playerVanished (MutablePlayerListEntry target) {}
}