<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/Skyblocker.git/src/main/java/de/hysky/skyblocker/utils/chat, branch profile-viewer</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/'/>
<entry>
<title>Add hide toggle lottery message filter</title>
<updated>2025-07-08T19:01:18+00:00</updated>
<author>
<name>Aaron</name>
<email>51387595+AzureAaron@users.noreply.github.com</email>
</author>
<published>2025-07-08T19:01:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=7e260b9baf431a82401bdca1555a6d42eb4937a7'/>
<id>7e260b9baf431a82401bdca1555a6d42eb4937a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Spotless and Checkstyle (#1189)</title>
<updated>2025-07-03T13:10:59+00:00</updated>
<author>
<name>Kevin</name>
<email>92656833+kevinthegreat1@users.noreply.github.com</email>
</author>
<published>2025-07-03T13:10:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=a257588b836687a7ff73ddecf06fc5b85910a616'/>
<id>a257588b836687a7ff73ddecf06fc5b85910a616</id>
<content type='text'>
* Add spotless

* Configure spotless

* Add checkstyle

* Allow some stuff

* Turn off tab enforcement

* Get rid of some more rules

* Remove indent rules

* Don't sort lang files

* Remove wrapping rules

* Apply spotless

* Apply spotless again

* Fix checkstyle violations

* Update checkstyle DTD

* Add Javadoc and Mixin checks</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add spotless

* Configure spotless

* Add checkstyle

* Allow some stuff

* Turn off tab enforcement

* Get rid of some more rules

* Remove indent rules

* Don't sort lang files

* Remove wrapping rules

* Apply spotless

* Apply spotless again

* Fix checkstyle violations

* Update checkstyle DTD

* Add Javadoc and Mixin checks</pre>
</div>
</content>
</entry>
<entry>
<title>Repackages and Refactors</title>
<updated>2024-10-21T05:13:20+00:00</updated>
<author>
<name>Aaron</name>
<email>51387595+AzureAaron@users.noreply.github.com</email>
</author>
<published>2024-10-19T20:01:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=865d5564138ef6092a46b032a2fd12bc7b383ebc'/>
<id>865d5564138ef6092a46b032a2fd12bc7b383ebc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use ASM compile-time class transformation for class init via an `@Init` annotation (#924)</title>
<updated>2024-09-03T21:23:33+00:00</updated>
<author>
<name>Rime</name>
<email>81419447+Emirlol@users.noreply.github.com</email>
</author>
<published>2024-09-03T21:23:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=313961ced58891eae0e5471345632159add9f35e'/>
<id>313961ced58891eae0e5471345632159add9f35e</id>
<content type='text'>
* Add annotation processor for init methods and @Init annotation

* Use ASM for @Init

* Separate the annotation processor to its own plugin file inside buildSrc

* Actually implement priority

* Reverse annotation equality check and method check to warn about misuse of annotation

* Add gradle.properties to buildSrc and move asm version into it

* Reformat buildscripts

Less conflicting for other PRs

* Refactor to use a record over strings

* Rebase onto master and add more documentation

* Remove rebasing artifact

* Apply suggestions from code review

Simplifies the `itf`

Co-authored-by: Kevin &lt;92656833+kevinthegreat1@users.noreply.github.com&gt;

* Use Files class' methods for reading and writing to files

* Apply suggestion

* Then sort by name

* Clean up InitProcessor

* Separate classes into java files

* Fix indent

---------

Co-authored-by: Aaron &lt;51387595+AzureAaron@users.noreply.github.com&gt;
Co-authored-by: Kevin &lt;92656833+kevinthegreat1@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add annotation processor for init methods and @Init annotation

* Use ASM for @Init

* Separate the annotation processor to its own plugin file inside buildSrc

* Actually implement priority

* Reverse annotation equality check and method check to warn about misuse of annotation

* Add gradle.properties to buildSrc and move asm version into it

* Reformat buildscripts

Less conflicting for other PRs

* Refactor to use a record over strings

* Rebase onto master and add more documentation

* Remove rebasing artifact

* Apply suggestions from code review

Simplifies the `itf`

Co-authored-by: Kevin &lt;92656833+kevinthegreat1@users.noreply.github.com&gt;

* Use Files class' methods for reading and writing to files

* Apply suggestion

* Then sort by name

* Clean up InitProcessor

* Separate classes into java files

* Fix indent

---------

Co-authored-by: Aaron &lt;51387595+AzureAaron@users.noreply.github.com&gt;
Co-authored-by: Kevin &lt;92656833+kevinthegreat1@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Add @Language annotation where necessary</title>
<updated>2024-07-09T23:08:24+00:00</updated>
<author>
<name>Rime</name>
<email>81419447+Emirlol@users.noreply.github.com</email>
</author>
<published>2024-06-13T15:20:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=8d9a883f97c30b9958fedae7527215e005afcd2b'/>
<id>8d9a883f97c30b9958fedae7527215e005afcd2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate ThreeWeirdos to DungeonPuzzle and highlight chest (#705)</title>
<updated>2024-05-20T20:46:42+00:00</updated>
<author>
<name>Kevin</name>
<email>92656833+kevinthegreat1@users.noreply.github.com</email>
</author>
<published>2024-05-20T20:46:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=ddaf2825c2dc5fee3bdc247b8f9f42090ca98e8d'/>
<id>ddaf2825c2dc5fee3bdc247b8f9f42090ca98e8d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MessagesFilterConfig -&gt; ChatConfig</title>
<updated>2024-05-08T17:51:59+00:00</updated>
<author>
<name>Yasin</name>
<email>a.piri@hotmail.de</email>
</author>
<published>2024-05-08T17:51:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=55f77b14e8a876fc499c7f53ea1b2ace68fac1de'/>
<id>55f77b14e8a876fc499c7f53ea1b2ace68fac1de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>language file thing</title>
<updated>2024-05-08T16:14:58+00:00</updated>
<author>
<name>Yasin</name>
<email>a.piri@hotmail.de</email>
</author>
<published>2024-05-08T16:14:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=b8ee477e01d92d633d4c4a8db836e004e716d28e'/>
<id>b8ee477e01d92d633d4c4a8db836e004e716d28e</id>
<content type='text'>
option-&gt;config
categorie-&gt;config
and corrected prefix
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
option-&gt;config
categorie-&gt;config
and corrected prefix
</pre>
</div>
</content>
</entry>
<entry>
<title>debloat SkyblockerConfig.java + translate change</title>
<updated>2024-05-07T22:07:04+00:00</updated>
<author>
<name>Yasin</name>
<email>a.piri@hotmail.de</email>
</author>
<published>2024-05-07T22:07:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=15bf2503e0147aeb06ebae2922ecede237983d5c'/>
<id>15bf2503e0147aeb06ebae2922ecede237983d5c</id>
<content type='text'>
removed text.autoconfig. prefix
new way is skyblocker.option.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
removed text.autoconfig. prefix
new way is skyblocker.option.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Quiz Solver Crash</title>
<updated>2024-05-03T03:08:19+00:00</updated>
<author>
<name>Aaron</name>
<email>51387595+AzureAaron@users.noreply.github.com</email>
</author>
<published>2024-05-03T00:21:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/Skyblocker.git/commit/?id=792a6c5c4ae1e9ee945fae13c04d416083a886bd'/>
<id>792a6c5c4ae1e9ee945fae13c04d416083a886bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
