4a5b47d2e6Change update checker to do a simpler check which allows more dramatic versions in the future.
libraryaddict
2020-04-05 14:35:39 +12:00
2495ea65c3Fix Dinnerbone and Grumm being spun the wrong way around
libraryaddict
2020-04-05 02:24:02 +13:00
efbd6e29e3Renamed 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
libraryaddict
2020-04-04 19:58:21 +13:00
44012ab58bChange the way entity interaction works for commands to a cleaner method
libraryaddict
2020-04-04 14:17:29 +13:00
7f46b5b512Merge branch 'master' of github.com:libraryaddict/LibsDisguises
libraryaddict
2020-04-01 21:40:36 +13:00
e55f88fc73Extended names false by default, don't give json on /ld automatically
libraryaddict
2020-04-01 21:39:25 +13:00
c17afaef92Make name volatile
libraryaddict
2020-03-30 23:17:35 +13:00
901c6ef06fImprove 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
libraryaddict
2020-03-30 20:22:33 +13:00
ab5cb8a1f1Add more command aliases, esp for 'disg'
libraryaddict
2020-03-30 09:11:59 +13:00
c77c490324Catch throwables not just normal exceptions
libraryaddict
2020-03-30 09:11:26 +13:00
b5f3edc3a1Just because I'm left handed doesn't mean the others are not right
libraryaddict
2020-03-29 18:28:45 +13:00
82fb093528Don't use isInvul to find the right sound
libraryaddict
2020-03-29 18:12:53 +13:00
ef10444c58Fix isSneaking bugged in 1.12 and 1.13
libraryaddict
2020-03-28 19:34:19 +13:00
912ca85affRollback the packetlistener changes, its broke. I hate paper.
libraryaddict
2020-03-25 23:08:03 +13:00
356519be19Do that fix for main packet listener too
libraryaddict
2020-03-25 22:15:34 +13:00
324c675055I don't know why this would be null, but thats what the error says..
libraryaddict
2020-03-25 21:52:52 +13:00
4e3f86acd0Add more warnings for async custom disguises
libraryaddict
2020-03-25 16:39:00 +13:00
d2b078be85Force packets to be handled sync
libraryaddict
2020-03-25 16:37:18 +13:00
e3d4659545Fix string quoter not handling it properly
libraryaddict
2020-03-25 15:53:49 +13:00
f254a99d89Warning message if they've translated stuff but didn't enable translations
libraryaddict
2020-03-25 15:53:28 +13:00
d0bb5021bfEmpty names will now hide the name on PlayerDisguise
libraryaddict
2020-03-25 15:53:08 +13:00
203f2adeb5Warn about illegal async operations
libraryaddict
2020-03-25 15:52:23 +13:00
7a0f107687Fix ItemStack serializer being unable to serialize some items Fix PlayerDisguise using code I forgot to use, instead of real code
libraryaddict
2020-03-24 11:54:26 +13:00
761c4b77cdAdd NotifyBar and allow changing between color and style, fixes#433
libraryaddict
2020-03-23 12:52:35 +13:00
eaf4e7eeefSplit itemstack[] by commas correctly, fixes#434
libraryaddict
2020-03-23 12:09:30 +13:00
3d38aad8d2Parse itemstacks and itemstack[]s correctly
libraryaddict
2020-03-22 19:58:29 +13:00
3231b31282VerboseConfig defaults to true if not set
libraryaddict
2020-03-22 19:46:04 +13:00
7cedac0980Deprecate setWatcher on Disguise because no one uses it properly
libraryaddict
2020-03-22 19:20:48 +13:00
f5090cc288Don't refresh disguise if they can't show a name anyways
libraryaddict
2020-03-22 19:20:24 +13:00
45ecc68a2aSave the IP checked against for bisect hosting
libraryaddict
2020-03-19 16:05:47 +13:00
0319f72633Add handy way to tell you what config options you're missing, and check it through LD command
libraryaddict
2020-03-18 16:56:49 +13:00
b152a59df7Add more aliases for self disguise toggle
libraryaddict
2020-03-18 11:57:38 +13:00
3816806de7Use different constructor for velocity packets
libraryaddict
2020-03-13 13:00:55 +13:00
1a12a80a32Remove disguises from tab complete and prevent all usage by changing required permission in config, closes#432
libraryaddict
2020-03-12 15:22:55 +13:00
07ed5908b9Snapshot version
libraryaddict
2020-03-09 09:24:48 +13:00
5aea1c78a4Handle head packets for older versions
libraryaddict
2020-02-19 16:32:32 +13:00
9ed5a41256Fix entity deaths not displaying properly
libraryaddict
2020-02-19 16:30:25 +13:00
cff2dc6e4aInclude missing class & Release 9.9.4
libraryaddict
2020-02-19 13:44:42 +13:00
897a6629aeRead 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
libraryaddict
2020-02-19 12:57:39 +13:00
668eec641eClean up imports
libraryaddict
2020-02-19 12:45:59 +13:00
4105b953bfSend remove player info even if disguise is removed
libraryaddict
2020-02-15 20:55:29 +13:00