libraryaddict
|
e4e3cc3f17
|
Try work around async stuff, paper only issue? Fixes #636
|
2022-01-25 10:51:56 +13:00 |
|
libraryaddict
|
15bc39d49f
|
Fix an error with custom sounds
|
2022-01-18 11:07:30 +13:00 |
|
libraryaddict
|
1a800f7ae3
|
In the case we're doing a copy entity disguise, try avoid failing a copy. Doesn't fix the underlying issue I believe.
|
2022-01-17 16:43:44 +13:00 |
|
libraryaddict
|
18081cf1ba
|
Try avoid letting people use stupid values for numbers. Fixes #635
|
2022-01-17 16:43:03 +13:00 |
|
libraryaddict
|
69a5628f76
|
Hotfix
|
2022-01-17 10:46:16 +13:00 |
|
libraryaddict
|
95b3d9f231
|
Fix potential issue
|
2022-01-17 10:40:40 +13:00 |
|
libraryaddict
|
b5fb5054a2
|
Try make scoreboard names a bit more unique
|
2022-01-17 10:01:14 +13:00 |
|
libraryaddict
|
0ec2dab889
|
Fix minor issue
|
2022-01-13 22:12:01 +13:00 |
|
libraryaddict
|
79d7533260
|
Change getRaw to getValue for conversion of meta
|
2022-01-07 21:45:55 +13:00 |
|
libraryaddict
|
5e165e3c97
|
Fix a default value for disguise name being true, this means falling blocks can now have their name set properly on disguise construct
|
2021-12-28 06:10:59 +13:00 |
|
libraryaddict
|
61e021e463
|
Fix a concurrent modification error when calling disguiseToAll wrongly
|
2021-12-25 18:12:18 +13:00 |
|
libraryaddict
|
0e125523f4
|
Fix isUpsideDown when constructing a disguise with a premade skin
|
2021-12-25 17:48:10 +13:00 |
|
libraryaddict
|
102c7f3a6a
|
Try make everything utf8
|
2021-12-25 14:30:18 +13:00 |
|
libraryaddict
|
9a9c1d9a62
|
Finally snapshot
|
2021-12-23 17:31:27 +13:00 |
|
libraryaddict
|
62740980a5
|
Fix again..
|
2021-12-23 17:30:11 +13:00 |
|
libraryaddict
|
4221695f67
|
Re-release
|
2021-12-23 17:27:50 +13:00 |
|
libraryaddict
|
a675f33071
|
Snapshot build
|
2021-12-23 17:12:14 +13:00 |
|
libraryaddict
|
7599fce5bb
|
Release 10.0.27
|
2021-12-23 17:11:27 +13:00 |
|
libraryaddict
|
e0e622d5f4
|
Change how we fetch PL version, move the code inside the if {}
|
2021-12-20 07:48:25 +13:00 |
|
libraryaddict
|
7fe95f00ec
|
Fix custom names for 1.17 and 1.18
|
2021-12-16 08:50:29 +13:00 |
|
libraryaddict
|
771a827e33
|
Fix an error with disguising non-livin as livin
|
2021-12-14 21:58:43 +13:00 |
|
libraryaddict
|
3d7be88524
|
Add bad workaround for serializing optional
|
2021-12-14 21:47:01 +13:00 |
|
libraryaddict
|
e6d40d95eb
|
Fixxxx
|
2021-12-14 18:54:06 +13:00 |
|
libraryaddict
|
3a10606fb7
|
Register using plugin name instead of plugin instance
|
2021-12-14 18:37:10 +13:00 |
|
libraryaddict
|
36f410c1ce
|
Compile against 1.18 not 1.18.1 for now
|
2021-12-13 19:14:34 +13:00 |
|
libraryaddict
|
9d0a61dabd
|
Add lumine by MythicCraft as a maven repo
|
2021-12-13 19:02:08 +13:00 |
|
libraryaddict
|
dd439a78aa
|
Fix getSoundVolume on 1.18
|
2021-12-12 21:14:00 +13:00 |
|
libraryaddict
|
52cb313f77
|
Fix up sounds and some other stuff
|
2021-12-11 20:57:23 +13:00 |
|
libraryaddict
|
42cd210fc7
|
Change 1.17 to use the nms stuff too
|
2021-12-11 19:25:17 +13:00 |
|
libraryaddict
|
9f6b2fb535
|
Minor fixes
|
2021-12-08 14:10:19 +13:00 |
|
libraryaddict
|
dbe9073f33
|
Update LibsPremium check
|
2021-12-06 11:37:44 +13:00 |
|
libraryaddict
|
8f398d798a
|
Change versions around, I hate java 16 making this weird
|
2021-11-30 22:57:33 +13:00 |
|
libraryaddict
|
05b1e517e5
|
Cap X
|
2021-11-30 22:45:37 +13:00 |
|
libraryaddict
|
70b2fa76e3
|
Debug
|
2021-11-30 22:44:30 +13:00 |
|
libraryaddict
|
7d79130169
|
Update paper dependency name
|
2021-11-30 22:42:42 +13:00 |
|
libraryaddict
|
41705e8123
|
Update versions
|
2021-11-30 22:40:27 +13:00 |
|
libraryaddict
|
8a10b83c0c
|
Optimize imports
|
2021-11-30 21:17:13 +13:00 |
|
libraryaddict
|
e80e83f969
|
Fix scoreboard errors, why did I use nms?
|
2021-11-30 21:16:33 +13:00 |
|
libraryaddict
|
036eac42b8
|
Try fix the sudden surge of DisguiseAPI errors
|
2021-11-22 20:28:33 +13:00 |
|
libraryaddict
|
89ebb84c99
|
Change getPlayer togetPlayerExcat when getting display name of playername
|
2021-11-22 14:25:26 +13:00 |
|
libraryaddict
|
bc9ebac4d5
|
Accidentally removed a cancel, don't bother sending our sound packets if we're not modifying the sound groups
|
2021-11-11 23:08:44 +13:00 |
|
libraryaddict
|
e7b370733f
|
Only clone sounds when needed, minor cleanup. Thanks again Jok on discord for pointing this out!
|
2021-11-11 21:00:45 +13:00 |
|
libraryaddict
|
90f23f92d3
|
Don't bother deep cloning a sound packet
|
2021-11-10 14:27:49 +13:00 |
|
libraryaddict
|
743918aa2d
|
Fix the plugin breaking on purpur, thanks Dyron!
|
2021-11-09 16:57:58 +13:00 |
|
libraryaddict
|
62839b5358
|
Revert build
|
2021-11-09 16:46:03 +13:00 |
|
libraryaddict
|
0d97159010
|
Some debug
|
2021-11-09 16:42:55 +13:00 |
|
libraryaddict
|
344344979c
|
Add a perhaps workaround for LD not loading correctly?
|
2021-11-09 16:37:33 +13:00 |
|
libraryaddict
|
38349a77ed
|
Change foundJar for bisect check to isPremium
|
2021-11-09 16:36:15 +13:00 |
|
libraryaddict
|
b4f773c8d4
|
Don't bother trying to read the scoreboard of a colored team
|
2021-10-24 04:06:58 +13:00 |
|
libraryaddict
|
d58294d609
|
Add missing changes
|
2021-10-24 02:08:52 +13:00 |
|
libraryaddict
|
1e856091b9
|
Fix badly named method (others too but cba atm), fixed isActionBarShown not actually doing the proper checks. Fixes #625
|
2021-10-24 00:49:21 +13:00 |
|
libraryaddict
|
df833cc4ca
|
Better remove metadata for #622
|
2021-10-11 15:39:42 +13:00 |
|
libraryaddict
|
1c97612c9f
|
Remove metadata on quit, fixes #622
|
2021-10-10 14:05:04 +13:00 |
|
libraryaddict
|
a032155f5b
|
Fix a null error
|
2021-10-10 14:01:08 +13:00 |
|
libraryaddict
|
7e099a985c
|
Format changes
|
2021-10-07 13:15:10 +13:00 |
|
libraryaddict
|
0a7a2a5276
|
Have DisguiseParseException throw a properly formatted (colored) error.
|
2021-10-04 18:25:51 +13:00 |
|
libraryaddict
|
9a91b91966
|
Fix for a Chinese player with UUID
|
2021-10-03 21:30:35 +13:00 |
|
libraryaddict
|
0f84008abd
|
Somewhat fix #622
|
2021-10-01 15:21:59 +13:00 |
|
libraryaddict
|
d3d4df2d65
|
Use rewind() instead of position(0) for ByteBuffer
|
2021-09-29 00:03:18 +13:00 |
|
libraryaddict
|
ae0aa70304
|
Fix armorstand marker not mapped properly, fixes #621
|
2021-09-28 23:53:52 +13:00 |
|
libraryaddict
|
f1b7cbf444
|
Rename methods again, fix a equipment not blocking properly
|
2021-09-11 02:43:42 +12:00 |
|
libraryaddict
|
d35f6cd5d4
|
Rename method setRightClicking
|
2021-09-11 02:33:01 +12:00 |
|
libraryaddict
|
3e6e4b3932
|
Add isLeftClicking and fix isRightClicking, didn't check backwards compatibility, may need to be renamed. Fixes #617
|
2021-09-11 01:28:01 +12:00 |
|
libraryaddict
|
92eaa03b51
|
Fix builds
|
2021-09-04 22:05:10 +12:00 |
|
libraryaddict
|
7b3046755c
|
Revert "Shulker disguises are allowed to move in 1.17+, fixes #584"
This reverts commit 7e21f20120.
# Conflicts:
# src/main/java/me/libraryaddict/disguise/utilities/listeners/DisguiseListener.java
|
2021-09-04 21:55:37 +12:00 |
|
libraryaddict
|
8bca0f037d
|
Shulker disguises are allowed to move in 1.17+, fixes #584
|
2021-09-04 21:52:35 +12:00 |
|
libraryaddict
|
7110e45798
|
Remove /u from aliases
|
2021-09-02 22:13:58 +12:00 |
|
libraryaddict
|
0acf4f32f9
|
Nag about 1.17 not 1.17.1
|
2021-08-11 12:40:06 +12:00 |
|
libraryaddict
|
69f3494633
|
Enderman can't hold non-blocks, fixes #606
|
2021-08-08 03:02:25 +12:00 |
|
libraryaddict
|
d20a8e5266
|
Another bug fixed?
|
2021-08-06 09:19:49 +12:00 |
|
libraryaddict
|
e1c410781a
|
More of his fixes
|
2021-08-06 09:15:51 +12:00 |
|
libraryaddict
|
ffcf4fd282
|
NotFaceguy's fix for sound issues that has apparently been plaguing him for decades
|
2021-08-06 07:37:02 +12:00 |
|
libraryaddict
|
fc97a5952b
|
Reformatted
|
2021-08-06 07:35:17 +12:00 |
|
libraryaddict
|
565a06731b
|
Fix some messages not being colorized
|
2021-08-01 13:23:09 +12:00 |
|
libraryaddict
|
8ff92e2760
|
Fix ChatColor not turnable into a string
|
2021-08-01 13:17:44 +12:00 |
|
libraryaddict
|
99227518ac
|
Fix #605 grid lock in 1.12 and 1.13
|
2021-07-30 04:25:27 +12:00 |
|
libraryaddict
|
41187cd35d
|
Fix Axolotl Variant typo
|
2021-07-29 10:36:16 +12:00 |
|
libraryaddict
|
aa709c791d
|
Fix falling block grid lock not working on 1.12 and 1.13, fixes #605
|
2021-07-29 06:03:33 +12:00 |
|
libraryaddict
|
46b4b21feb
|
Fix inability to change setEnraged, setAI and setMainHand to false
|
2021-07-25 20:42:10 +12:00 |
|
libraryaddict
|
8007cdd706
|
Fix wrong version for paper check in tracker fetch
|
2021-07-25 01:09:02 +12:00 |
|
libraryaddict
|
b83bc0605c
|
Fix paper problems
|
2021-07-22 15:10:11 +12:00 |
|
libraryaddict
|
b9bd724502
|
If scoreboard team is null, don't try to access it in the debug command
|
2021-07-20 22:13:00 +12:00 |
|
libraryaddict
|
0134788160
|
Ignore! Not catch!
|
2021-07-20 20:48:29 +12:00 |
|
libraryaddict
|
dfe4001102
|
Fix paper breaking saved disguises, or my own code. Lets blame them anyways.
|
2021-07-20 20:46:08 +12:00 |
|
libraryaddict
|
a489b4865b
|
Add Axolotl Variant
|
2021-07-19 14:31:23 +12:00 |
|
libraryaddict
|
9975737e0a
|
Re-add PL required version
|
2021-07-19 13:21:35 +12:00 |
|
libraryaddict
|
8ca5fd862a
|
And the snapshot
|
2021-07-17 08:08:23 +12:00 |
|
libraryaddict
|
015f6936f9
|
Release 10.0.26
|
2021-07-17 08:00:00 +12:00 |
|
libraryaddict
|
65415a5796
|
Fix entity use attack
|
2021-07-14 06:12:56 +12:00 |
|
libraryaddict
|
68c8040cba
|
Fix a disguise height issue not being properly transmitted
|
2021-07-14 01:19:24 +12:00 |
|
libraryaddict
|
052f49aa86
|
Fix up packet spawn not having modified heights
|
2021-07-14 01:10:29 +12:00 |
|
libraryaddict
|
5c9b4c3245
|
Fix 1.12-1.15.2 not getting colored chat
|
2021-07-14 01:01:52 +12:00 |
|
libraryaddict
|
4b940bcd20
|
Fix ender_crystal disguise popping in the ground
|
2021-07-14 00:55:31 +12:00 |
|
libraryaddict
|
2ff26d972c
|
Fix #593 wrong param
|
2021-07-12 20:08:35 +12:00 |
|
libraryaddict
|
f4d19ab3ce
|
Don't update on errory start if they asked not to update on errory start
|
2021-07-12 19:58:02 +12:00 |
|
libraryaddict
|
06dc0baafe
|
Fix non-ops still getting PL update messages
|
2021-07-11 04:43:36 +12:00 |
|
libraryaddict
|
82d17f8b70
|
Merge remote-tracking branch 'origin/master'
|
2021-07-11 04:42:43 +12:00 |
|
libraryaddict
|
d94ed9b53a
|
Fix #591
|
2021-07-11 04:42:33 +12:00 |
|
libraryaddict
|
60ff44e8b1
|
Fix inventory stuff, esp in 1.17
|
2021-07-10 20:13:01 +12:00 |
|
libraryaddict
|
bba628a511
|
Fix item wrong field
|
2021-07-10 19:26:44 +12:00 |
|