libraryaddict
c295011015
Don't set default locale, instead use Locale.ENGLISH where possible
2020-09-14 15:01:05 +12:00
libraryaddict
090ce6e8c5
Fix LibsDisguises
2020-09-04 11:11:17 +12:00
libraryaddict
33e803134b
Add setGlowColor to FlagWatcher, doesn't support non-player-disguises yet.
2020-09-04 07:58:09 +12:00
libraryaddict
4f0be27f0a
Try avoid issues with preferences.json
2020-08-29 08:35:19 +12:00
libraryaddict
4d0fe01bb7
Fix a bug
2020-08-23 13:34:43 +12:00
libraryaddict
c9a3c125a5
Make MultiNames a premium feature
2020-08-23 13:32:54 +12:00
libraryaddict
c8e08e91ff
Don't load preferences if corrupted
2020-08-18 10:07:46 +12:00
libraryaddict
7a3f764581
Fix a performance issue, fixes #503
2020-08-12 19:28:41 +12:00
libraryaddict
4f0290218b
Add blockdata as a valid falling block thing, requires setblockdata
2020-08-12 09:36:13 +12:00
libraryaddict
8144f16182
Fix null
2020-08-11 12:21:09 +12:00
libraryaddict
50022ee13a
Give getDisguise a perf boost
2020-08-11 11:03:12 +12:00
libraryaddict
2efda17935
Fix console being cast to player
2020-08-11 09:04:43 +12:00
libraryaddict
baed87bc78
Fix empty names leaving old names behind
2020-08-11 09:00:35 +12:00
libraryaddict
e5304f19e2
Add better updating, add %user-displayname% and target
2020-08-11 08:28:43 +12:00
libraryaddict
8cfa9e3daa
Give 1.12 a grace period for ProtocolLib, require 4.4.0
2020-07-23 17:56:54 +12:00
libraryaddict
ea50632925
Clean imports
2020-07-20 13:56:18 +12:00
libraryaddict
ce884cc8ac
Made super ugly change to how prefix/suffix works by not splitting them at all because MC doesn't look to care about char limits
2020-07-05 10:38:44 +12:00
libraryaddict
ca520c819e
Increase scoreboard team limit from 16 to 64 for 1.13+
2020-07-04 20:33:22 +12:00
libraryaddict
6565fc5f4f
Fix invalid calls to 1.12 methods
2020-07-04 18:01:30 +12:00
libraryaddict
54efb582b1
Fix preferences file saving
2020-07-04 14:29:04 +12:00
libraryaddict
8a59d64702
Clean up send message again to use LibsMsg.send
2020-07-04 00:44:22 +12:00
libraryaddict
b5b9b432f7
Fix up notify bar
2020-07-03 23:45:48 +12:00
libraryaddict
e74df537bb
Improve message sending
2020-07-03 17:36:29 +12:00
libraryaddict
3ced8ae9e4
Added savePreferences and config option for it, added command to view notify bar, cleaned up code, action bar and custom names now support hex colors, uses a better hex color system conversion
2020-07-03 17:08:58 +12:00
libraryaddict
8e2645501b
Fix ProtocolLib version check
2020-07-01 12:29:49 +12:00
libraryaddict
f3d5f7efc3
Add /ld updateprotocollib, improve version checking for nms
2020-06-30 16:06:27 +12:00
libraryaddict
31672fce7b
Start whining about ProtocolLib
2020-06-27 21:20:03 +12:00
libraryaddict
ffd6536565
Add hex color support to translations
2020-06-27 21:01:58 +12:00
libraryaddict
6fbdcc9855
Fix index error
2020-06-26 16:03:50 +12:00
libraryaddict
472649cad7
Hopefully fixes #487
2020-06-26 14:24:48 +12:00
libraryaddict
1f847e5ad6
Update to 1.16
2020-06-25 15:33:28 +12:00
libraryaddict
407975f41f
Actually fix multi names
2020-06-22 19:39:02 +12:00
libraryaddict
3ebf9cce65
Fix error for multiname length, don't refuse old bossbars
2020-06-22 19:32:41 +12:00
libraryaddict
4fa20a0367
Add /grabhead and use local skins if possible with skinapi
2020-06-20 09:26:48 +12:00
libraryaddict
f12c1192e1
Fix being unable to switch worlds while self disguised (paper?), fixes #476
2020-06-14 12:47:43 +12:00
libraryaddict
32bab36731
Clean up the disguise runnable a bit for some more sanity, it's so ugly.
2020-06-13 21:52:52 +12:00
libraryaddict
142f1c277e
Don't wrap disguises in synchronize set, fixes #478
2020-06-13 17:33:07 +12:00
libraryaddict
8bb9051e59
Remove concurrenthashmap as its a relic of a failed async implemention and causes performance issues, fixes #478
2020-06-11 11:47:46 +12:00
libraryaddict
341ba27649
Forgot to add the getter
2020-05-20 12:45:17 +12:00
libraryaddict
e6b7651571
Armorstand names now adapt to basic entity sizes, and player sneaking. Doesn't handle poses.
2020-05-09 21:57:07 +12:00
libraryaddict
2adca62a83
Fixed custom name still being set despite being overridden
2020-05-08 16:35:25 +12:00
libraryaddict
944dd7243b
Fix reverse not reversed
2020-05-08 03:00:43 +12:00
libraryaddict
f40492b2e7
@eutherin#5367 fixed name ordering
2020-05-08 02:34:43 +12:00
libraryaddict
d1c0e9eff8
Handle when a string has an actual newline in it
2020-05-07 22:38:10 +12:00
libraryaddict
888bbd9521
Add new armorstand option for player disguise names, clean up config cos of the player name options
...
Added ability to set multiple names on a player disguise, also normal mob but that is untested and has no command accessibility
Permission to do this is libsdisguises.multiname
Renamed "Now disguised as a %s" to "Now disguised as %s" for messages
2020-05-07 21:27:07 +12:00
libraryaddict
4014aab004
Snapshot build
2020-05-02 21:05:39 +12:00
libraryaddict
41dffe1b46
Fix chatcolor check at wrong position for names
2020-04-26 04:42:45 +12:00
libraryaddict
714c37d1c3
Added getUniqueTeam(prefix) to DisguiseUtilities for other plugins
2020-04-24 16:28:31 +12:00
libraryaddict
fa4c577f7e
More disguiseNextEntity fixing
2020-04-22 14:20:52 +12:00
libraryaddict
36a2bc37c1
Add insurance for when paper changes tracker field
2020-04-21 14:42:25 +12:00