Commit Graph

42 Commits

Author SHA1 Message Date
libraryaddict b247a49a23 Better handling for updates checking, can now autoupdate on dev and release builds 2020-04-27 05:09:13 +12:00
libraryaddict b70fe1c522 Cleaned imports 2020-04-23 22:13:54 +12:00
libraryaddict 822ad1b7fd EntityPose.CROUCHING -> EntityPose.SNEAKING, fixes error in 1.14 and maintainability 2020-04-21 20:31:52 +12:00
libraryaddict 884f9471ca Falling Block and Dropped Item now show their proper name for disguise name 2020-04-21 14:54:10 +12:00
libraryaddict f10870b727 Rename from CustomDisguise to ModdedDisguise 2020-04-19 08:19:03 +12:00
libraryaddict 28a99d91ff Change how I grab plugin.yml from jars to fix an error with weird classloading 2020-04-17 14:08:21 +12:00
libraryaddict 00507a1194 Use slightly different YAML loading, try fix an issue on a Chinese user's server 2020-04-17 04:41:42 +12:00
libraryaddict 8b39450490 Fixed bossbars disabling self, added support for modded custom entities, disguises now refer to themselves with the right disguise name when possible, cleaned up some code, fixed bossbar error when a server uses a bad bossbar name in their own system 2020-04-16 00:55:35 +12:00
libraryaddict efbd6e29e3 Renamed messages from "option" to "method" to make things clearer
Added better support for tab completion and ignoring the first arg of falling blocks and item disguises, so /disguise fallingblock setburning - Is now possible
Fixed itemstack parsing returning illegal/unwanted air block
2020-04-04 19:58:21 +13:00
libraryaddict 901c6ef06f Improve extended names, normal player disguises now use teams instead of actual player names to better support names changing at will
Added setName to PlayerDisguise disguise options in command
2020-03-30 20:22:33 +13:00
libraryaddict 1d0a791011 CraftItemMirror -> CraftItemCopy 2020-03-24 12:04:03 +13:00
libraryaddict 7a0f107687 Fix ItemStack serializer being unable to serialize some items
Fix PlayerDisguise using code I forgot to use, instead of real code
2020-03-24 11:54:26 +13:00
libraryaddict 2a6928a498 Clean up code a bit 2020-03-09 09:00:58 +13:00
libraryaddict e276773bf3 Change how I compile methods in hopes of eliminating randomly wrong order 2020-02-26 00:22:25 +13:00
libraryaddict 3db1f06402 Don't grab sub-classes 2020-02-25 23:55:48 +13:00
libraryaddict b8de529b25 Add debug info to fail load, use same defineMethod instance 2020-02-25 22:42:23 +13:00
libraryaddict 7f3aa75c44 Don't fatal error if someone's using a dumb jar system 2020-02-23 10:54:09 +13:00
libraryaddict 287932d530 Fix wrong order loading 2020-02-21 14:24:07 +13:00
libraryaddict fd7d808a41 IntelliJ really needs to stop importing weird classes 2020-02-21 13:55:21 +13:00
libraryaddict cf55470fad Try check for preloaded classes 2020-02-21 13:53:08 +13:00
libraryaddict 396b924571 Add better asm support and lower the jar size 2020-02-20 18:13:43 +13:00
libraryaddict 7fcd90a338 Move asm to onLoad just incase other plugins are weird loading 2020-02-20 12:11:22 +13:00
libraryaddict 51296f1cae Shade asm into Lib's Disguises for now, need to fetch remotely and save for 1.12 2020-02-20 00:18:52 +13:00
libraryaddict fd952fcf81 Fixed wrong asm import being used for 1.14+ 2020-02-19 17:30:21 +13:00
libraryaddict 897a6629ae Read for information...
Now using ASM manipulation to remove invalid methods on load
Fixed imports
Fixed Chat Components being used in 1.12
Fixed tab complete showing args for disguise options you can't use
Disguise option permissions now demand a parameter to be the method name
Falling block disguises are now only usable with blocks
LibsDisguises command now tab completes the new options
Libs Disguises command lets you create a vanilla compatible item string
If a vehicle is disguised as a vehicle, don't give no gravity
Fixed horse disguise using almost random values for its flagwatcher settings
Renamed horse disguise setMouthOpen to setEating
Slightly better string for premium info jar location
Skip attributes packets if using older ProtocolLib jar
Don't cancel entity death if entity is dead
Improved disguise permissions checking
Fixed time parameter not being attributed properly
2020-02-19 12:57:39 +13:00
libraryaddict 668eec641e Clean up imports 2020-02-19 12:45:59 +13:00
libraryaddict a581decbe0 Add 1.12 support 2020-02-14 10:06:49 +13:00
libraryaddict 1fcefbcdcc Added 1.13.2 support, made backwards premium 2020-02-13 19:47:02 +13:00
libraryaddict 580ae37385 Don't show enum in log 2020-02-06 13:05:59 +13:00
libraryaddict 9656ed4249 Add backwards compatibility for 1.14 2020-02-06 12:15:20 +13:00
libraryaddict ed098752f6 Use lombok, add new config options for disabling pvp, pve, action bar when disguised, permission to hide name above head 2020-02-02 11:59:18 +13:00
libraryaddict 9a555dafb8 Added extended names + config option, fixed nms version incorrect reporting, small code cleanup, fixed player disguises with spaces not being quoted, fixed disguises saving as unknown charset format. Adds #422 2020-01-20 13:35:55 +13:00
libraryaddict ce292302fe Code cleanup 2020-01-19 15:48:26 +13:00
libraryaddict 7aa3a8a2ef Fixed typos, added DisguiseParser.parsetoString(Disguise) 2019-12-31 19:35:21 +13:00
libraryaddict dad91c1075 Init reflection after version check 2019-12-24 17:40:56 +13:00
libraryaddict f130d55170 Correctly serialize and deserialize ItemMeta (Previously not working) #414 2019-12-21 14:45:10 +13:00
libraryaddict 928943eb0f Cast to a generic map not a specific implemention, fixes a specific server version 2019-11-02 13:20:49 +13:00
libraryaddict a0b47d3741 Fixed minecart command kicking players, fixes #395 2019-09-16 14:35:39 +12:00
libraryaddict ceb10171c9 Fixes zombie villager disguise, fixed #391 2019-09-16 14:30:16 +12:00
libraryaddict 658c3f0602 Fix invalid serializer for empty optionals, add serializer to MetaIndex and require for all datawatcher objects constructions 2019-07-09 20:52:00 +12:00
libraryaddict a834190209 Update to 1.14.1, first dev build. Other changes included. 2019-05-18 18:54:51 +12:00
libraryaddict cada0f4f91 Move classes into packages, clean up packet handling into classes, yaw/pitch should be consistent 2019-01-03 15:13:03 +13:00