Commit Graph

139 Commits

Author SHA1 Message Date
Fabrizio La Rosa
4bb1bed1bb Fix for blocks with more data on the same material 2020-07-03 11:39:11 -05:00
Fabrizio La Rosa
9de2bd73b4 Use getData() in 1.8.8 2020-07-03 11:39:06 -05:00
Fabrizio La Rosa
025f4b4428 Fixed invalid character 2020-07-03 11:39:00 -05:00
Brianna
3077b7c77d Fixed issue with prefixes. 2020-07-03 11:38:41 -05:00
Brianna
6f7ffe7bb5 Added support for hex codes and a slight rewrite for locale. 2020-06-26 21:11:47 -05:00
Brianna
7fd078b802 Added support for 1.16.1 2020-06-25 00:10:19 -05:00
Brianna
99d6291139 Added ability to format the text of an entire list. 2020-05-26 09:12:18 -05:00
Brianna
debeb048f4 ENDER_PORTAL not PORTAL for 1.9- 2020-05-16 14:23:43 -04:00
Brianna
4583b16e50 End_Stone is in 1.9- 2020-05-16 13:17:10 -04:00
Brianna
13b59125bb Added is in area. 2020-05-14 20:26:29 -04:00
Brianna
f25a332b56 Add compatibility with player specific redstone particles. 2020-05-14 14:37:03 -04:00
Brianna
6be955e7c5 Someone forgot to do the radius for 1.13 2020-05-14 13:35:21 -04:00
Brianna
4dff290689 ClientVersion 1.15 2020-05-06 11:40:12 -04:00
Brianna
4fc6b1e87b Fixed commands with paper 1.8.8 2020-05-06 11:40:07 -04:00
Brianna
da94ea34f9 updateAdjacentComparators updates. 2020-05-03 19:53:11 -04:00
Brianna
6139292565 Added getNumberFromPermission. 2020-04-27 18:06:01 -04:00
Brianna
99ab0ee572 Incorrect usage. 2020-04-27 17:36:16 -04:00
Brianna
f57ac0140e Useless error. 2020-04-26 17:31:19 -04:00
Brianna
53c9c0a78e Hide password on db connect. 2020-04-26 16:43:59 -04:00
Brianna
18c6e2f304 Added ability to convert ItemStack arrays to and from Base64 2020-04-23 07:30:14 -04:00
Brianna
e3cb78c63d Doubles for NBT 2020-04-22 13:00:26 -04:00
Brianna
686d4b7612 Fixed WorldGuard hooks. 2020-04-22 09:36:39 -04:00
Brianna
9007d32fd5 Added support for nbt tags. 2020-04-22 09:36:27 -04:00
Brianna
959193699a Get dye color. 2020-04-19 16:20:51 -04:00
Brianna
cb0614019f Replace synced async threading with queued async threading. 2020-04-18 05:10:54 -04:00
Brianna
1510d6ec80 Add LocationUtils. 2020-04-18 05:07:56 -04:00
Brianna
5d032c7614 Terminate all threads on disable. 2020-04-15 12:40:45 -04:00
Brianna
915bb5e9c6 Added the ability to terminate threads. 2020-04-15 12:40:21 -04:00
Brianna
f8a99302e8 Close the connection. 2020-04-15 11:03:53 -04:00
Brianna
5606ebd65f Added EntityUtils. 2020-04-15 11:02:59 -04:00
Brianna
e050e850f0 Allowed use of Material class directly with setBlockFast. 2020-04-06 06:34:23 -04:00
Brianna
4467917543 Corrections and optimizations for 1.12 and setBlockFast. 2020-04-05 06:35:26 -04:00
Brianna
48815bd9f1 Added setBlockFast method. 2020-04-04 16:13:58 -04:00
Brianna
6c8462282e Added a isRecycled method. 2020-04-04 07:58:41 -04:00
Daniel Ciepluch
7227830ced Fix two blocks 2020-04-04 06:50:55 -04:00
Brianna
c08add5295 Add the method isTall to CompatibleMaterial. 2020-04-04 06:50:51 -04:00
Brianna
e67f6cff95 Cleaned up TakeActiveItems method. 2020-04-01 06:06:22 -04:00
Brianna
4272c4b1ab Typo 2020-03-30 11:05:36 -04:00
Brianna
f91a8eb764 CompatibleBiome updates. 2020-03-27 16:45:42 -04:00
Brianna
ea35d4445f CompatibleBiome 2020-03-27 05:19:10 -04:00
Brianna
4f644641a6 Fix for nullpointerexception. 2020-03-26 18:36:58 -04:00
Brianna
ba2ad09429 Various stash improvements. 2020-03-26 16:19:16 -04:00
Brianna
4b440944d7 Add a no args constructor for ease of access. 2020-03-26 16:18:14 -04:00
Brianna
41137c7167 Get EntityType from spawn egg material. 2020-03-26 07:13:46 -04:00
Brianna
c58282cc27 General cleanup. 2020-03-25 14:33:03 -04:00
Brianna
e310506402 Added time utilities. 2020-03-25 14:32:38 -04:00
Brianna
68c5a316c2 Redo lastInsertId as its often wrong. 2020-03-25 09:09:05 -04:00
Brianna
4079893ea4 Added the ability to create a private thread. 2020-03-25 09:09:01 -04:00
Brianna
1aff13be06 TakeActiveItem now uses CompatibleHand.
I did not deprecate the old methods because they didn't work correctly if the user was using their offhand. We were solving this issue by blocking use of the offhand. However that is silly and this makes it better.
2020-03-24 08:31:30 -04:00
Brianna
1c7c593690 CompatibleHand 2020-03-24 08:29:58 -04:00