Age | Commit message (Collapse) | Author |
|
|
|
fix crash when adding new rule after selecting last rule, let location input length be 96, add mineshaft location and stop grabing from api
|
|
|
|
|
|
option->config
categorie->config
and corrected prefix
|
|
removed text.autoconfig. prefix
new way is skyblocker.option.
|
|
|
|
|
|
Mojang's method is more concise and provides far superior error messages
incase the value isn't present (like why it happened) whereas with
Optionals its just the standard value not present message.
|
|
Also improves the HudRenderEvents implementation to be less fragile
|
|
|
|
|
|
The previous solution ended up inadvertently serializing the sound event
class fields with their intermediary names which isn't a good idea.
|
|
fix text errors. and make buttons shrink when the width is too small so it should always fit on screen
|
|
Avoids blocking the main thread
|
|
The text rendering methods use AARRGGBB not RRGGBB so I fixed that too.
|
|
add rule to clean hub chat and for mining ability when first loaded as examples of what the user can do
|
|
made getter and setters in chatRule protected and fix bug where loading a null sound would crash
|
|
compare the ids as this seams the only way to get the correct index
|
|
tried to find all of the formatting problems left in my code
|
|
add tool-tips for the config ui
|
|
use actual locations names from the api for the input
|
|
make it so styles can be added to the replacement text
|
|
chat-rules
|
|
|
|
added the ability to choose between a few sound effects to play when a message is received
|
|
improve the layout and use of the config ui to be close to its final state hopefully
|
|
fixed the location check being backwards and increased the length of the filter and replace inputs
|
|
added the announcement output option for the chat rules
|
|
implemented option to ignore the case of the message. and option to make it only work when raw location = value or != value.
|
|
now scans each chat message with the rules to see if they match
|
|
the ui works and lets the user configure the rules but has a few quirks to fix in a later commit as it is usable for now
|
|
has config ui that dose not save the rules and the basic building blocks for the rest of the feature
|
|
implemented option to ignore the case of the message. and option to make it only work when raw location = value or != value.
|
|
now scans each chat message with the rules to see if they match
|
|
the ui works and lets the user configure the rules but has a few quirks to fix in a later commit as it is usable for now
|
|
has config ui that dose not save the rules and the basic building blocks for the rest of the feature
|