Skip to content

Commit 17e9e0c

Browse files
authored
GH-917 Move to unicode emojis, fix typo. (#917)
* Move to unicode emojis, fix typo. * follow coderabbitai feedback.
1 parent 4dfc872 commit 17e9e0c

File tree

1 file changed

+27
-26
lines changed

1 file changed

+27
-26
lines changed

README.md

Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -15,51 +15,52 @@
1515

1616
EternalCore is your ultimate companion for enhancing your Minecraft server experience. 💎 Crafted with care, EternalCore is dedicated to incorporating essential and highly practical server functions into a single plugin.
1717

18-
## :information_source: Information
18+
## ℹ️ Information
1919

2020
- EternalCore fully supports Minecraft's latest minor versions starting from each major version, starting from 1.17 onward, e.g. `1.17.1`, `1.18.2`, `1.19.4`, `1.20.6`, `1.21.4`.
2121
- Requires **Java 21 or later** to work properly. For older versions of Java, this may affect the functionality of the plugin.
2222
- If you have any questions, perhaps you will find a solution to them in our [documentation](https://docs.eternalcode.pl/eternalcore/introduction.html), you can also ask us about it on [discord](https://discord.gg/FQ7jmGBd6c).
2323

24-
## :hammer_and_wrench: Development Builds
24+
## 🛠️ Development Builds
2525

2626
Get the latest development builds from our [GitHub Actions](https://github.com/EternalCodeTeam/EternalCore/actions?query=branch%3Amaster).
2727

2828
<details><summary>🎥 Video Guide</summary>
2929
<img src="https://i.imgur.com/hmv38VS.gif" alt="Video Guide">
3030
</details>
3131

32-
## :sparkles: Features
32+
## Features
3333

34-
- :keyboard: Over **80+** useful commands.
35-
- :white_check_mark: Slot Bypass `(eternalcore.bypass.slot)`
36-
- :zzz: AFK System
37-
- :speech_balloon: Chat Features, including:
34+
- ⌨️ Over **80+** useful commands.
35+
- Slot Bypass `(eternalcore.bypass.slot)`
36+
- 💤 AFK System
37+
- 💬 Chat Features, including:
3838
- Admin Chat
39-
- Auto Messages System (with sequence or random options)
39+
- Auto Messages System (with a sequence or random options)
4040
- Chat On/Off Switch
4141
- Chat Slow Mode
42-
- /ignore and /unignore (with -all option)
42+
- /ignore and /unignore (with `-all` option)
4343
- /msg, /msgtoggle, /socialspy, and /reply commands
4444
- /helpop command
4545
- Advanced Notification System allowing you to customize every message to your liking (Title, Subtitle, Actionbar, Chat, etc.)
46-
- :hammer: Open Utility Blocks with simple commands like `/workbench`
47-
- :briefcase: ~~Player Inventory Viewer~~ (We recommend to use: [OpenInv](https://github.com/Jikoo/OpenInv))
48-
- :heart: Player Attribute Management, including heal, feed, teleportation, and godmode modification
49-
- :ping_pong: Ping Command to check client-server connectivity
50-
- :bust_in_silhouette: Player Information Command (`/whois`)
51-
- :house: Home, Warp, and Spawn System
52-
- :page_facing_up: PlaceholderAPI Support
53-
- :memo: Customizable and Translatable Messages (Player language selection available)
46+
- 🔨 Open Utility Blocks with simple commands like `/workbench`
47+
- 💼 ~~Player Inventory Viewer~~ (We recommend using: [OpenInv](https://github.com/Jikoo/OpenInv))
48+
- ❤️ Player Attribute Management, including healing, feed, teleportation, and godmode modification
49+
- 🏓 Ping Command to check client-server connectivity
50+
- 👤 Player Information Command (`/whois`)
51+
- 🏠 Home, Warp, and Spawn System
52+
- 📄 PlaceholderAPI Support
53+
- 📝 Customizable and Translatable Messages (Player language selection available)
5454
- <details><summary>Server links feature (Click to see how it works)</summary><img src="assets/server-links-showcase.gif" alt="Server Links Showcase"></details>
55-
- :gear: Advanced Configuration System for customization
56-
- :card_index: Database Integration (PostgreSQL, SQLite, MySQL, MariaDB, H2)
57-
- :rainbow: Adventure and [MiniMessage](https://docs.advntr.dev/minimessage/format.html) integration with legacy color processing (e.g., &7, &e)
55+
- ⚙️ Advanced Configuration System for customization
56+
- 🗂️ Database Integration (PostgresSQL, SQLite, MySQL, MariaDB, H2)
57+
- 🌈 Adventure and [MiniMessage](https://docs.advntr.dev/minimessage/format.html) integration with legacy color processing (e.g., &7, &e)
5858
- [...and much more!](https://docs.eternalcode.pl/eternalcore/features.html)
5959

60-
## :construction_worker: Developer API
60+
## 👷 Developer API
6161

62-
To use EternalCore API, you first need to add EternalCode to your project. To do that follow these steps:
62+
To use the EternalCore API, you first need to add EternalCode to your project.
63+
To do that, follow these steps:
6364
You can check the latest release number [here](https://github.com/EternalCodeTeam/EternalCore/releases/latest).
6465

6566
1. Add repository:
@@ -96,7 +97,7 @@ For Maven projects use:
9697

9798
3. You are ready to use EternalCoreAPI in your project.
9899

99-
## :building_construction: Building
100+
## 🏗️ Building
100101

101102
To build EternalCore, follow these steps (Make sure you have **JDK 21 or higher**):
102103

@@ -106,15 +107,15 @@ To build EternalCore, follow these steps (Make sure you have **JDK 21 or higher*
106107
- The output file will be located at `eternalcore-plugin/libs`.
107108

108109

109-
## :octocat: Contributing
110+
## 🐙 Contributing
110111

111112
Create a public fork of EternalCore, make changes and then create
112113
a [Pull Request](https://github.com/EternalCodeTeam/EternalCore/pulls) with your appropriate changes.
113114
See [CONTRIBUTING.md](https://github.com/EternalCodeTeam/EternalCore/blob/master/.github/CONTRIBUTING.md) to find out
114115
more.
115116

116117

117-
## :bookmark_tabs: Other Dependencies
118+
## 📑 Other Dependencies
118119

119120
EternalCore uses various dependencies for its functionality, including:
120121
- [LiteCommands (by Rollczi ❤️)](https://github.com/Rollczi/LiteCommands)
@@ -129,7 +130,7 @@ EternalCore uses various dependencies for its functionality, including:
129130
- [Ormlite JDBC](https://github.com/j256/ormlite-jdbc)
130131
- [TriumphGUI](https://github.com/TriumphTeam/triumph-gui)
131132

132-
## :heart: Special Thanks
133+
## ❤️ Special Thanks
133134

134135
[<img src="https://user-images.githubusercontent.com/65517973/210912946-447a6b9a-2685-4796-9482-a44bffc727ce.png" alt="JetBrains" width="150">](https://www.jetbrains.com)
135136

0 commit comments

Comments
 (0)