f
This commit is contained in:
parent
87c35b9af7
commit
82dfc0bd7e
2 changed files with 12 additions and 12 deletions
|
@ -4,8 +4,9 @@
|
||||||
<option name="autoReloadType" value="SELECTIVE" />
|
<option name="autoReloadType" value="SELECTIVE" />
|
||||||
</component>
|
</component>
|
||||||
<component name="ChangeListManager">
|
<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$/.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>
|
</list>
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||||
|
@ -94,13 +95,6 @@
|
||||||
<option name="presentableId" value="Default" />
|
<option name="presentableId" value="Default" />
|
||||||
<updated>1680245437032</updated>
|
<updated>1680245437032</updated>
|
||||||
</task>
|
</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">
|
<task id="LOCAL-00042" summary="reduce more real">
|
||||||
<created>1681115395510</created>
|
<created>1681115395510</created>
|
||||||
<option name="number" value="00042" />
|
<option name="number" value="00042" />
|
||||||
|
@ -437,7 +431,14 @@
|
||||||
<option name="project" value="LOCAL" />
|
<option name="project" value="LOCAL" />
|
||||||
<updated>1682085844904</updated>
|
<updated>1682085844904</updated>
|
||||||
</task>
|
</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 />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
<component name="Vcs.Log.Tabs.Properties">
|
<component name="Vcs.Log.Tabs.Properties">
|
||||||
|
@ -452,7 +453,6 @@
|
||||||
</option>
|
</option>
|
||||||
</component>
|
</component>
|
||||||
<component name="VcsManagerConfiguration">
|
<component name="VcsManagerConfiguration">
|
||||||
<MESSAGE value="maybe patch the sus" />
|
|
||||||
<MESSAGE value="fix music list it took me ages to figure this out that i need to just CLONE THE LIST" />
|
<MESSAGE value="fix music list it took me ages to figure this out that i need to just CLONE THE LIST" />
|
||||||
<MESSAGE value="actually make creator configurable instead of hardcoding" />
|
<MESSAGE value="actually make creator configurable instead of hardcoding" />
|
||||||
<MESSAGE value="improve trusted plugin" />
|
<MESSAGE value="improve trusted plugin" />
|
||||||
|
@ -477,7 +477,8 @@
|
||||||
<MESSAGE value="add/improve/fix stuff ig mabe mabe mabe useCore!1!1!" />
|
<MESSAGE value="add/improve/fix stuff ig mabe mabe mabe useCore!1!1!" />
|
||||||
<MESSAGE value="ig fix music filename mabe mabe" />
|
<MESSAGE value="ig fix music filename mabe mabe" />
|
||||||
<MESSAGE value="probally fix bossbar plugin with actionbar 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>
|
||||||
<component name="XSLT-Support.FileAssociations.UIState">
|
<component name="XSLT-Support.FileAssociations.UIState">
|
||||||
<expand />
|
<expand />
|
||||||
|
|
|
@ -203,7 +203,6 @@ public class PlayersPlugin extends SessionAdapter {
|
||||||
public void playerGameModeUpdated (MutablePlayerListEntry target, GameMode gameMode) {}
|
public void playerGameModeUpdated (MutablePlayerListEntry target, GameMode gameMode) {}
|
||||||
public void playerLatencyUpdated (MutablePlayerListEntry target, int ping) {}
|
public void playerLatencyUpdated (MutablePlayerListEntry target, int ping) {}
|
||||||
public void playerDisplayNameUpdated (MutablePlayerListEntry target, Component displayName) {}
|
public void playerDisplayNameUpdated (MutablePlayerListEntry target, Component displayName) {}
|
||||||
public void playerUserNameChanged (MutablePlayerListEntry target) {}
|
|
||||||
public void playerLeft (MutablePlayerListEntry target) {}
|
public void playerLeft (MutablePlayerListEntry target) {}
|
||||||
public void playerVanished (MutablePlayerListEntry target) {}
|
public void playerVanished (MutablePlayerListEntry target) {}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue