Fixed a bug where emoji could not be stored in the MySQL database.
Old installs are not automatically upgraded, so emoji's still won't work. To fix this, you can run the following MySQL query on your database: ALTER TABLE bec_chestdata_default CHANGE chest_data chest_data MEDIUMTEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL; If you have world groups, run this query once for every world group, making sure you get the table name correct. (You can run SHOW TABLES; to see what database tables you have.)