fard 2
This commit is contained in:
parent
a31aefe855
commit
1ea53eb579
2 changed files with 12 additions and 12 deletions
|
@ -4,7 +4,7 @@
|
||||||
<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="f">
|
<list default="true" id="50f184fa-7bed-4956-baf5-7586ff26ea08" name="Changes" comment="fard">
|
||||||
<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" />
|
||||||
</list>
|
</list>
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
|
@ -94,13 +94,6 @@
|
||||||
<option name="presentableId" value="Default" />
|
<option name="presentableId" value="Default" />
|
||||||
<updated>1680245437032</updated>
|
<updated>1680245437032</updated>
|
||||||
</task>
|
</task>
|
||||||
<task id="LOCAL-00043" summary="add translate">
|
|
||||||
<created>1681194542547</created>
|
|
||||||
<option name="number" value="00043" />
|
|
||||||
<option name="presentableId" value="LOCAL-00043" />
|
|
||||||
<option name="project" value="LOCAL" />
|
|
||||||
<updated>1681194542547</updated>
|
|
||||||
</task>
|
|
||||||
<task id="LOCAL-00044" summary="among">
|
<task id="LOCAL-00044" summary="among">
|
||||||
<created>1681194626010</created>
|
<created>1681194626010</created>
|
||||||
<option name="number" value="00044" />
|
<option name="number" value="00044" />
|
||||||
|
@ -437,7 +430,14 @@
|
||||||
<option name="project" value="LOCAL" />
|
<option name="project" value="LOCAL" />
|
||||||
<updated>1682122055990</updated>
|
<updated>1682122055990</updated>
|
||||||
</task>
|
</task>
|
||||||
<option name="localTasksCounter" value="92" />
|
<task id="LOCAL-00092" summary="fard">
|
||||||
|
<created>1682130155082</created>
|
||||||
|
<option name="number" value="00092" />
|
||||||
|
<option name="presentableId" value="LOCAL-00092" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1682130155082</updated>
|
||||||
|
</task>
|
||||||
|
<option name="localTasksCounter" value="93" />
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
<component name="Vcs.Log.Tabs.Properties">
|
<component name="Vcs.Log.Tabs.Properties">
|
||||||
|
@ -468,7 +468,6 @@
|
||||||
<MESSAGE value="what the fuck i commited the wrong file" />
|
<MESSAGE value="what the fuck i commited the wrong file" />
|
||||||
<MESSAGE value="mabe" />
|
<MESSAGE value="mabe" />
|
||||||
<MESSAGE value="mess with the pitch correction again to fix the sus problem" />
|
<MESSAGE value="mess with the pitch correction again to fix the sus problem" />
|
||||||
<MESSAGE value="fard" />
|
|
||||||
<MESSAGE value="add a working (or not?) stereo to music" />
|
<MESSAGE value="add a working (or not?) stereo to music" />
|
||||||
<MESSAGE value="improve and fix cmd handler (first commit on arch) yup this is my first commit on arch linux,.,.,..,.,., yes i use arch btw :sunglasses:" />
|
<MESSAGE value="improve and fix cmd handler (first commit on arch) yup this is my first commit on arch linux,.,.,..,.,., yes i use arch btw :sunglasses:" />
|
||||||
<MESSAGE value="1.19.4 + add stuff (kinda broken ..,,.)" />
|
<MESSAGE value="1.19.4 + add stuff (kinda broken ..,,.)" />
|
||||||
|
@ -477,7 +476,8 @@
|
||||||
<MESSAGE value="probally fix bossbar plugin with actionbar mabe" />
|
<MESSAGE value="probally fix bossbar plugin with actionbar mabe" />
|
||||||
<MESSAGE value="hopefully fix the broken players plugin" />
|
<MESSAGE value="hopefully fix the broken players plugin" />
|
||||||
<MESSAGE value="f" />
|
<MESSAGE value="f" />
|
||||||
<option name="LAST_COMMIT_MESSAGE" value="f" />
|
<MESSAGE value="fard" />
|
||||||
|
<option name="LAST_COMMIT_MESSAGE" value="fard" />
|
||||||
</component>
|
</component>
|
||||||
<component name="XSLT-Support.FileAssociations.UIState">
|
<component name="XSLT-Support.FileAssociations.UIState">
|
||||||
<expand />
|
<expand />
|
||||||
|
|
|
@ -158,7 +158,7 @@ public class ChatPlugin extends SessionAdapter {
|
||||||
));
|
));
|
||||||
} else {
|
} else {
|
||||||
// Temporary fix for the bot getting kicked instead of chatting
|
// Temporary fix for the bot getting kicked instead of chatting
|
||||||
bot.core().run("essentials:sudo " + bot.players().getBotEntry().profile().getIdAsString() + " c:" + splitMessage);
|
bot.core().run("essentials:sudo " + bot.username() + " c:" + splitMessage);
|
||||||
// bot.session().send(new ServerboundChatPacket(
|
// bot.session().send(new ServerboundChatPacket(
|
||||||
// splitMessage,
|
// splitMessage,
|
||||||
// Instant.now().toEpochMilli(),
|
// Instant.now().toEpochMilli(),
|
||||||
|
|
Loading…
Reference in a new issue