Commit Graph

264 Commits

Author SHA1 Message Date
Fernando Pettinelli
9b9f0b9a52 Version 2.4.50 2021-04-11 15:20:47 -04:00
Christian Koop
f545dcc2d9
Fix charset not being detected correctly on UTF-8 files (SD-7843)
With this patch, the tested bytes are whole words/lines. This ensures that multi-byte characters (like in UTF-8) are not detected as malformed input and `ISO-8859-1` being detected because it just doesn't care about anything and replaces everything it doesn't know with something it does... Why no error? Would like to know that too :/

This *should* not be able to break existig files or plugins.
2021-04-06 18:46:56 +02:00
Christian Koop
21f8487988
Code cleanup and optimization
* I replaced some calls to the *Java Stream API*
* Using `new ArrayList<>()` instead of `new ArrayList()` because *SongodaCore* is compiled with Java 8
2021-04-06 18:46:56 +02:00
Brianna
bb7dbefb13 version 2.4.49 2021-04-05 13:49:27 -05:00
Brianna
e68909cddb Cleanup for PR. 2021-04-05 13:49:12 -05:00
Luis
e06be28709 Probably fix for build flag checks in WorldGuard? 2021-04-05 10:16:34 -05:00
Brianna
070dc30d7b version 2.4.48 2021-04-04 22:59:32 -05:00
Brianna
e264b3af65 Added Songoda+ ads. 2021-04-04 22:59:05 -05:00
Brianna
c47e864fa7 version 2.4.47 2021-02-25 11:47:21 -06:00
Brianna
2435d70236 Added quick access to the build flag. 2021-02-25 11:46:47 -06:00
Brianna
d77d723dc6 version 2.4.46 2021-02-22 09:50:36 -06:00
Brianna
6b9380fd50 Added compatibility with a 1.16.5 changed field name. 2021-02-22 09:50:22 -06:00
Brianna
fdbe0da191 version 2.4.45 2021-02-19 12:45:04 -06:00
Brianna
cca02a4777 Better compatibility support. 2021-02-19 12:43:59 -06:00
Brianna
f33b26c26e version 2.4.44 2021-02-08 11:24:27 -06:00
Brianna
5f6d736f72 Fixed CMI Holograms compatibility. 2021-02-08 11:24:18 -06:00
Brianna
c75048a0f0 Made the reset function more functional. 2021-02-07 09:51:54 -06:00
Fernando Pettinelli
b5eb651c59 Version 2.4.43 2021-02-07 09:51:35 -06:00
Fernando Pettinelli
917e62b4d7 Fixed BentoBox protection. 2021-02-07 09:51:31 -06:00
Fernando Pettinelli
99807da9c4 Version 2.4.42 2021-02-07 09:50:40 -06:00
Fernando Pettinelli
96249b1c2f Removed Towny protection hook. 2021-02-07 09:50:35 -06:00
Brianna
6374c7181c version 2.4.41 2021-01-22 07:59:34 -06:00
Brianna
3bbec08295 Allow the * value to work with numerical permissions. 2021-01-22 07:58:57 -06:00
Fernando Pettinelli
ba1e08d808 Version 2.4.40 2021-01-21 22:45:07 -03:00
Fernando Pettinelli
f6df166c5c Changed action type in Towny hook. 2021-01-21 21:51:45 -03:00
Brianna
5154324e78 version 2.4.39 2021-01-21 10:08:58 -06:00
Brianna
311a12d719 Destroy items with max durability. 2021-01-21 10:08:51 -06:00
Fernando Pettinelli
a4b7638c9e Version 2.4.38 2021-01-19 12:25:03 -06:00
Fernando Pettinelli
86bffc859c Added BentoBox protection support, and dodged an NPE in GriefPrevention. 2021-01-18 18:36:07 -03:00
Brianna
44673e3ed0 version 2.4.37 2021-01-15 10:45:47 -06:00
Brianna
c593a52791 Updated to no longer use the private repo. 2021-01-15 10:45:28 -06:00
Fernando Pettinelli
793581a853 Version 2.4.36 2021-01-14 17:21:37 -06:00
Fernando Pettinelli
1873b2f647 Added Towny protection, and fixed UltimateClaims and Lands NPEs. 2021-01-14 17:21:33 -06:00
Brianna
32dfc01a2a version 2.4.35 2021-01-14 11:58:41 -06:00
Brianna
c7218310c5 Added some crop methods. 2021-01-14 11:58:10 -06:00
Fernando Pettinelli
c7582778a5 Version 2.4.34 2021-01-13 20:57:38 -03:00
Fernando Pettinelli
98b63d5e0a Fixed small issue with UltimateClaims hook. 2021-01-13 20:56:39 -03:00
Fernando Pettinelli
92f62e7536 Version 2.4.33 2021-01-12 15:10:29 -03:00
Fernando Pettinelli
fe7dcd80fe Added protection hooks. 2021-01-11 19:48:23 -03:00
Brianna
30f240cbfd version 2.4.32 2020-12-23 11:43:08 -06:00
Brianna
5593ea165c Take into account unbreaking when applying damage to an item. 2020-12-23 11:43:00 -06:00
Brianna
1d47767398 version 2.4.31 2020-12-22 11:24:43 -06:00
Brianna
8ecec60c5d Added the ability to move a button to more than one position. 2020-12-22 10:01:46 -06:00
Brianna
dae30dfaec version 2.4.30 2020-12-21 10:06:49 -06:00
Fernando Pettinelli
caf09d46a0 Add item serialize/deserialize methods. 2020-12-21 12:32:51 -03:00
Brianna
4043c285c2 Added timeout function to ChatPrompts. 2020-12-20 09:32:26 -06:00
Brianna
6f4daab348 Removed unused code. 2020-12-20 09:32:11 -06:00
Brianna
57cb6092a6 Format text using var args. 2020-12-17 15:30:05 -06:00
Brianna
7dd5f07404 Send multiple messages at once. 2020-12-17 15:29:52 -06:00
Brianna
6222a5cda9 Update after reset. 2020-12-17 15:29:42 -06:00