CHAT CORE | Manage, Control, & Format Your Chat! Chat hovering, click events, and more icon

CHAT CORE | Manage, Control, & Format Your Chat! Chat hovering, click events, and more -----

The Only Chat Plugin You'll Ever Need




- Compile in Minecraft 1.20
- Add gradient support
- Add %newline% support everywhere in the plugin: https://github.com/nhulston/ChatCore/issues/31
- Fix https://github.com/nhulston/ChatCore/issues/27
upload_2023-9-11_16-42-47.png
----------, Sep 11, 2023


- Make 1.19.4 supported
- Fix config.yml error
----------, Apr 9, 2023

This was causing a large amount of lag, so it was removed.
----------, Apr 3, 2023

Some deathmessages were not supported and unfortunately I don't have time to keep updating the plugin every time a new way of dying comes out in minecraft.
Instead, there is now an option to change the color of the deathmessages. If you're updating from a previous version, add this to the bottom of your config:
Code (Text):
#############################################################
## +------------------------------------------------------+ #
## |                 Custom Death Messages                | #
## +------------------------------------------------------+ #
#############################################################

custom-death-messages-enabled: true
death-messages-color: '&7'
death-messages-player-color: '&c'
----------, Apr 3, 2023

Adds /chat donator.

IMPORTANT: Add the following lines to the config if you were already using a previous version:
Code (Text):
donator-chat-enabled: true
donator-chat-format: '&8[&e&lDONATORS&8] &e%player%&f: %message%'
donator-chat-on-msg: '&aDonator chat has been enabled.'
donator-chat-off-msg: '&cDonator chat has been disabled.'
chat-logger-donator-chat-enabled: true
 
New permissions:
Code (Text):
chatcore.donatorchat.see
chatcore.donatorchat.send
TIP:
If you want to add a command shortcut such as /dc, then you can use commands.yml, which is found in your base server folder (the same folder as the jar)
Example:
Code (Text):
  dc:
  - chat donator $1-
----------, Dec 27, 2022




Compiled in Java 8 to improve compatibility with older versions
----------, Dec 22, 2022


Chat hovering was breaking messages with bold (&l) inside of them. Fixed now
https://github.com/nhulston/ChatCore/commit/51972d645e1b1a90293b9927f2bc546efd2b696d
----------, Dec 21, 2022

- Added 1.18 & 1.19 support
- Center any message using {center}
- Now compiled in Java 17
- Added death messages for deaths by goats, wardens, and pointed dripstone

https://github.com/nhulston/ChatCore/commit/1e1e7a26df3c2c3221488a26194948d16175f927
https://github.com/nhulston/ChatCore/commit/8e8d17a9418cddef994c77bfb97718e6633697b6
----------, Dec 21, 2022



Running commands should be faster and more optimized now.

For the nerds:
Before, I had switch statements for all the subcommands, meaning commands executed in O(n) time. This also meant that if I ever added a new command, it would slow down execution of other commands. Now, I'm using a hashmap of the subcommand as the key and a callback function for the value. This means command can run in O(1) time.[/quote]

https://github.com/nhulston/ChatCore/commit/c228a2a7b90fd9a31193c7e557d6c053fbe1abd3
----------, Jan 17, 2022

Fix some compatibility issues with older versions (1.7-1.16)
Fix a permission typo and some small improvements

https://github.com/nhulston/ChatCore/commit/bfff568d8ad14dff654b3176b193dbfeddea723e
----------, Jan 16, 2022

Resource Information
Author:
----------
Total Downloads: 6,138
First Release: Nov 7, 2021
Last Update: Sep 11, 2023
Category: ---------------
All-Time Rating:
36 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings