Doclic / NoEncryption

Removes signatures from Minecraft chat messages
GNU General Public License v3.0
224 stars 18 forks source link

Update to compile 1.20, and 1.20.1 #111

Open V1nc3ntWasTaken opened 1 year ago

V1nc3ntWasTaken commented 1 year ago
By creating a pull request, you agree to the following
  • The code included in this PR is in no way malicious, or used for my personal gain.
  • The code included in this PR is intended to benefit, add a universal feature, fix a bug(s), or make a function more efficient.
  • The code included in this PR is not intended for one time use/personal use. (ex. compatibility with your personal plugin)
  • The code included in this PR follows the licensing of it's origination.
  • The code included in this PR is tested, and follows all laws, regulations, rules, and other listed restrictions.

Type of Change

What type of fix(es) are included in this pull request?

Other (Only applies if Other is selected above)


- Workflow update

Link(s) to related issue(s) and their issue number(s)

List of links to issues that this PR relates to or closes

Changes

Describe all the changes that were made

Testing Required

Do the applied changes require testing? (Depends on if core components were changed)

Testing Environment (If the above is Yes)
1.19 Tests - Server Distribution (CraftBukkit, Spigot, Purpur, and it's build number): - [ ] Tested player joining - [ ] Tested chats **Player -> Server** - [ ] Tested command chats **Player -> Server** (Using /tell, /me, /say, etc.) - [ ] Tested chats **Server -> Player** (Using /say, /me, etc.) - [ ] Tested chat formatting (Using third party plugins such as TownyChat, EssentialsXChat, etc.) - [ ] Tested Reflection with above
1.19.1 Tests - Server Distribution (CraftBukkit, Spigot, Purpur, and it's build number): - [ ] Tested player joining - [ ] Tested chats **Player -> Server** - [ ] Tested command chats **Player -> Server** (Using /tell, /me, /say, etc.) - [ ] Tested chats **Server -> Player** (Using /say, /me, etc.) - [ ] Tested chat formatting (Using third party plugins such as TownyChat, EssentialsXChat, etc.) - [ ] Tested Reflection with above
1.19.2 Tests - Server Distribution (CraftBukkit, Spigot, Purpur, and it's build number): - [ ] Tested player joining - [ ] Tested chats **Player -> Server** - [ ] Tested command chats **Player -> Server** (Using /tell, /me, /say, etc.) - [ ] Tested chats **Server -> Player** (Using /say, /me, etc.) - [ ] Tested chat formatting (Using third party plugins such as TownyChat, EssentialsXChat, etc.) - [ ] Tested Reflection with above
1.19.3 Tests - Server Distribution (CraftBukkit, Spigot, Purpur, and it's build number): - [ ] Tested player joining - [ ] Tested chats **Player -> Server** - [ ] Tested command chats **Player -> Server** (Using /tell, /me, /say, etc.) - [ ] Tested chats **Server -> Player** (Using /say, /me, etc.) - [ ] Tested chat formatting (Using third party plugins such as TownyChat, EssentialsXChat, etc.) - [ ] Tested Reflection with above
1.19.4 Tests - Server Distribution (CraftBukkit, Spigot, Purpur, and it's build number): - [ ] Tested player joining - [ ] Tested chats **Player -> Server** - [ ] Tested command chats **Player -> Server** (Using /tell, /me, /say, etc.) - [ ] Tested chats **Server -> Player** (Using /say, /me, etc.) - [ ] Tested chat formatting (Using third party plugins such as TownyChat, EssentialsXChat, etc.) - [ ] Tested Reflection with above 1.20.1 Tests - Server Distribution (CraftBukkit, Spigot, Purpur, and it's build number): - [ ] Tested player joining - [ ] Tested chats **Player -> Server** - [ ] Tested command chats **Player -> Server** (Using /tell, /me, /say, etc.) - [ ] Tested chats **Server -> Player** (Using /say, /me, etc.) - [ ] Tested chat formatting (Using third party plugins such as TownyChat, EssentialsXChat, etc.) - [ ] Tested Reflection with above

Self Review