Commit Graph

  • 4fa20a0367
    Add /grabhead and use local skins if possible with skinapi libraryaddict 2020-06-20 09:26:48 +1200
  • 53051668af
    Cancel itself not object libraryaddict 2020-06-20 07:59:16 +1200
  • a81b3b1d5f
    Add /ld uploadlogs libraryaddict 2020-06-18 15:48:59 +1200
  • 6f3d4d8300
    Add command access checking for permtest libraryaddict 2020-06-18 13:44:37 +1200
  • 1a659f8b09
    Fix null disguises error libraryaddict 2020-06-16 11:17:18 +1200
  • 3a85aa29a0
    Revert a reverted revert libraryaddict 2020-06-16 02:32:06 +1200
  • cd4ecb2974
    Handle client interact packets differently libraryaddict 2020-06-16 02:30:52 +1200
  • 948e516505
    Revert "Try handle client packets sync" libraryaddict 2020-06-16 02:24:51 +1200
  • acf5696fa9
    Try handle client packets sync libraryaddict 2020-06-15 07:38:47 +1200
  • f12c1192e1
    Fix being unable to switch worlds while self disguised (paper?), fixes #476 libraryaddict 2020-06-14 12:47:43 +1200
  • a19b9e4023
    Some helpful comments for future modding libraryaddict 2020-06-13 22:39:11 +1200
  • aa913b48e6
    Add config option for turning off login payloads libraryaddict 2020-06-13 22:34:13 +1200
  • 32bab36731
    Clean up the disguise runnable a bit for some more sanity, it's so ugly. libraryaddict 2020-06-13 21:52:52 +1200
  • e12222ca26
    Change data load order to try fix parser doing wrong defaults libraryaddict 2020-06-13 18:28:30 +1200
  • 473293463d
    Not sure why I have a watcher null check, ALWAYS set the watcher. libraryaddict 2020-06-13 17:42:53 +1200
  • 142f1c277e
    Don't wrap disguises in synchronize set, fixes #478 libraryaddict 2020-06-13 17:33:07 +1200
  • e696ee3f4f
    Reverse order of disguise parsing methods libraryaddict 2020-06-13 17:27:39 +1200
  • 929f705d0e
    Tiny code cleanup libraryaddict 2020-06-13 17:24:46 +1200
  • c4717d7453
    Fix modded entities libraryaddict 2020-06-11 17:12:55 +1200
  • 8bb9051e59
    Remove concurrenthashmap as its a relic of a failed async implemention and causes performance issues, fixes #478 libraryaddict 2020-06-11 11:47:46 +1200
  • 9eebcc7afd
    Try provide github error details libraryaddict 2020-06-11 11:30:53 +1200
  • a9ce0b0ee7
    Don't let clients know dolphins can secretly walk, fixes dolphins acting curious and glancing about as you walk libraryaddict 2020-06-08 18:06:50 +1200
  • 2d53fdadd0
    Delay head rotate packet for paper users to try avoid xray issue libraryaddict 2020-06-04 16:57:28 +1200
  • ece93e7145
    Add spacing for another config entry libraryaddict 2020-06-02 17:30:42 +1200
  • 9094e66dfb
    Merge branch 'master' of github.com:libraryaddict/LibsDisguises libraryaddict 2020-05-30 15:03:22 +1200
  • c865500e9f
    Add ability to set player disguise shoulder parrots libraryaddict 2020-05-30 15:03:03 +1200
  • 9d417e3485
    Add empty space to make a config option more obvious libraryaddict 2020-05-30 14:28:52 +1200
  • b1d43dac61
    Merge pull request #471 from apuly/patch-1 libraryaddict 2020-05-27 09:00:05 +1200
  • f5ebc0b337
    Fixed bug with setting villager level (possibly) apuly 2020-05-26 22:30:42 +0200
  • 3b34fdf28c
    Add message to translations for better info on translating libraryaddict 2020-05-26 11:08:17 +1200
  • 7c7b770801
    Release 10.0.12 libraryaddict 2020-05-24 16:52:44 +1200
  • 84f48b0346
    Fix SoundGroup preventing the plugin from loading libraryaddict 2020-05-24 16:49:13 +1200
  • 17a53e22e4
    Release 10.0.11 libraryaddict 2020-05-24 13:43:17 +1200
  • e59e89ad52
    Update description of sounds.yml libraryaddict 2020-05-24 13:42:03 +1200
  • ca33fdb81a
    If custom sound group not found, revert to default sound group libraryaddict 2020-05-24 13:38:29 +1200
  • e853d02c7e
    Some more sounds functionality libraryaddict 2020-05-24 13:10:48 +1200
  • 6de71e4fd3
    Custom sounds pick random sound libraryaddict 2020-05-24 12:15:55 +1200
  • 860a6e4a03
    Add /dhelp disguisesound libraryaddict 2020-05-24 12:14:47 +1200
  • dcbcbc79f4
    Add a quick null check libraryaddict 2020-05-24 01:45:13 +1200
  • 567f278131
    Fix sounds broken on non-1.15 versions libraryaddict 2020-05-24 01:44:19 +1200
  • 37e7a0bac7
    Add ability to change the sounds for a disguise to whatever you like libraryaddict 2020-05-23 22:48:50 +1200
  • e77a28c258
    Rename packet listener for custom payload libraryaddict 2020-05-23 18:44:39 +1200
  • 08bee8afd8
    Better channel register packet libraryaddict 2020-05-23 18:43:51 +1200
  • cb433458f4
    Do player null check for scheduler libraryaddict 2020-05-22 22:49:22 +1200
  • 2596813e45
    Release 10.0.10 libraryaddict 2020-05-22 20:42:39 +1200
  • 57a4507de9
    Fix error on 1.12 libraryaddict 2020-05-22 20:38:06 +1200
  • c60d676244
    Release 10.0.9 libraryaddict 2020-05-22 19:17:43 +1200
  • 76484b18a7
    Increase tab unload delay from 5 to 20 libraryaddict 2020-05-22 19:16:41 +1200
  • 3e96e765e9
    Some stuff libraryaddict 2020-05-21 22:30:53 +1200
  • 4eb367b61b
    Delay tab removal to hopefully prevent skins not loading on login libraryaddict 2020-05-21 22:30:36 +1200
  • 8d5efcbe56
    Fix clone trying to access null watcher libraryaddict 2020-05-21 20:48:14 +1200
  • c387d7e66e
    Set armorstand ids to int[] to fix gson setting it to null libraryaddict 2020-05-20 21:49:46 +1200
  • 341ba27649
    Forgot to add the getter libraryaddict 2020-05-20 12:45:17 +1200
  • 26d46703b4
    Have permtest message too libraryaddict 2020-05-20 12:45:02 +1200
  • 9f95cc04d2
    Have permtest notify user if plugin isn't prem libraryaddict 2020-05-20 12:44:44 +1200
  • fcd93ec704
    Add paper specific listener for entity loading libraryaddict 2020-05-20 12:43:27 +1200
  • 43015f192f
    Send all armorstands on disguise removal libraryaddict 2020-05-18 16:11:40 +1200
  • 6d4d12e0fa
    Clean up method a little, don't output setNoGravity to parsed disguise libraryaddict 2020-05-17 22:19:50 +1200
  • 6897e00c6f
    Fix build failure, fix squids velocity libraryaddict 2020-05-17 18:25:05 +1200
  • adfd280cb7
    Send armorstand destroy to all players regardless of tracker libraryaddict 2020-05-17 18:11:04 +1200
  • 548627f2ee
    Add 'custom' and 'vanilla' so you can exclude/include disguises by permission libraryaddict 2020-05-17 17:57:38 +1200
  • 262e1c3b6d
    Whoops, I already handle that libraryaddict 2020-05-17 09:24:18 +1200
  • 9792b6ba0e
    Don't send squid velocity libraryaddict 2020-05-17 09:19:26 +1200
  • f572792c5b
    Added nmsaddedin to setEnraged libraryaddict 2020-05-17 09:13:09 +1200
  • 54ea63a6c2
    Fix insentient watcher not using proper values, and added 'setEnraged'. Not sure if its the proper name, seems to only affect zombie and vindicator from quick tests libraryaddict 2020-05-15 13:12:44 +1200
  • 65ee3ed186
    Add new config option to disable random values for disguises on creation libraryaddict 2020-05-15 10:45:49 +1200
  • acce02a1b7
    Remove obsolete update calls libraryaddict 2020-05-14 09:04:48 +1200
  • f49895dff0
    Fix multi name being set when armorstands are not in use #467 libraryaddict 2020-05-13 08:06:01 +1200
  • 52eec84d23
    Add upside down for all disguises, add rainbow wool for sheep libraryaddict 2020-05-12 13:36:39 +1200
  • a018973eeb
    Deny setCustomNameVisible if overriden custom names libraryaddict 2020-05-11 17:58:32 +1200
  • 7a4cb6b7f0
    Fix dynamic name path libraryaddict 2020-05-11 15:23:47 +1200
  • f6eb0f14b7
    Update dynamic name for non-player disguises libraryaddict 2020-05-11 15:22:02 +1200
  • 0fe54d6683
    Add color to debug msg, fix updater not allowing force check libraryaddict 2020-05-11 15:06:18 +1200
  • be1bebe8d5
    Add more debug info to /ld debug libraryaddict 2020-05-11 15:00:08 +1200
  • cac6c0ef35
    Add newline splitter test libraryaddict 2020-05-11 14:54:24 +1200
  • 9a40df5bd8
    Handle armorstands interaction for commands libraryaddict 2020-05-11 14:53:58 +1200
  • 111acda388
    Don't allow setting if upside down libraryaddict 2020-05-11 04:48:38 +1200
  • e64a439fb4
    Friendly warning that craftbukkit is messed up libraryaddict 2020-05-11 03:49:19 +1200
  • 61128dd372
    Rename tall disguises config option to reset it, was bugged and no one liked default option libraryaddict 2020-05-11 03:48:34 +1200
  • 684e57827c
    If using multi-name, split the string and use the first line as the skin libraryaddict 2020-05-10 20:17:46 +1200
  • a0398c4d02
    Move where armor destroy packet is sent libraryaddict 2020-05-10 20:01:30 +1200
  • e8c7a48c47
    Added setUpsideDown to PlayerWatcher libraryaddict 2020-05-10 16:38:36 +1200
  • 71dbaeebf5
    Added setUpsideDown to PlayerDisguise libraryaddict 2020-05-10 16:35:29 +1200
  • 66a66b3638
    Disguise config now informs if it doesn't/does need update libraryaddict 2020-05-10 16:34:53 +1200
  • e6b7651571
    Armorstand names now adapt to basic entity sizes, and player sneaking. Doesn't handle poses. libraryaddict 2020-05-09 21:57:07 +1200
  • 93eef36c58
    Add chest to forbidden block disguises libraryaddict 2020-05-09 21:55:45 +1200
  • 43531461f9
    Add command aliases for disguiseplayer, disguiseuuid! libraryaddict 2020-05-09 21:54:31 +1200
  • 7efb85db7c
    Fix setCustomName libraryaddict 2020-05-08 17:26:07 +1200
  • 62b4408e21
    Don't @RandomDefaultValue custom name libraryaddict 2020-05-08 16:51:20 +1200
  • 2adca62a83
    Fixed custom name still being set despite being overridden libraryaddict 2020-05-08 16:35:25 +1200
  • a963e86323
    Fix custom names libraryaddict 2020-05-08 13:25:54 +1200
  • 2de723af8a
    Add the workings of custom names for all, I should make it check permissions... libraryaddict 2020-05-08 03:20:58 +1200
  • 944dd7243b
    Fix reverse not reversed libraryaddict 2020-05-08 03:00:43 +1200
  • f40492b2e7
    @eutherin#5367 fixed name ordering libraryaddict 2020-05-08 02:34:43 +1200
  • d1c0e9eff8
    Handle when a string has an actual newline in it libraryaddict 2020-05-07 22:38:10 +1200
  • 801c3c7239
    Fix build libraryaddict 2020-05-07 22:36:40 +1200
  • 5febe8f66e
    Fixed packets being cloned and sent multiple times for armorstands libraryaddict 2020-05-07 22:35:31 +1200
  • c6233f5066
    Use extended not extended_teams libraryaddict 2020-05-07 22:05:34 +1200
  • fa778e2709
    Increment and get entity id, not the reverse libraryaddict 2020-05-07 22:05:03 +1200
  • 154ec5c08d
    Forgot to commit this listener libraryaddict 2020-05-07 21:30:32 +1200