Commit Graph

  • 31ef506dd5
    Fix forge server console spam on plugin loading paihuai 2021-06-04 22:56:16 +0800
  • bde28a6521 Make getCustomData() return HashMap to retain compatibility libraryaddict 2021-06-03 17:31:16 +1200
  • 20a017e686 Don't bother with nms to get block combined id for 1.12 libraryaddict 2021-06-02 10:07:36 +1200
  • 84d95b5b2b Try load changed version if possible libraryaddict 2021-06-01 01:08:26 +1200
  • c49e2e6636 Add adventure text support, fix an obsolete check, change translations to be in adventure text style libraryaddict 2021-05-31 23:19:53 +1200
  • afb2f733b0 Only filter plugin.yml libraryaddict 2021-05-29 11:43:48 +1200
  • 3fc8bf30bb Don't repeat we are loading translations twice libraryaddict 2021-05-29 11:16:10 +1200
  • c1ede49a8e If sender is null, default to target as placeholder owner libraryaddict 2021-05-27 20:57:39 +1200
  • 15fd2c3d46 Don't remove items from creative players in self disguises libraryaddict 2021-05-27 13:16:20 +1200
  • 3370a1353d Make sure disguise isn't running in an unloaded world libraryaddict 2021-05-27 13:08:44 +1200
  • 08deb7ee30 Clean the resource include libraryaddict 2021-05-26 09:14:21 +1200
  • 54b9490604 Add a 500ms rate limit to disguise commands to try prevent possible crashes. Fixes #551 libraryaddict 2021-05-26 06:31:08 +1200
  • 135b0fdeaa Fix exp disappearing, fixes #552 libraryaddict 2021-05-26 06:23:05 +1200
  • aa51a5fbe4 Exp doesn't need high velocity libraryaddict 2021-05-26 06:15:23 +1200
  • caa25296be Don't send empty meta libraryaddict 2021-05-26 06:15:12 +1200
  • 796ae26ed7 Fix wither skull looking up/down the wrong way libraryaddict 2021-05-26 06:02:43 +1200
  • 0a03c6cd09
    Disabled auto updater by default JOO200 2021-05-25 19:39:46 +0200
  • 7935f65564 Handle setRightClicking for fake disguise items libraryaddict 2021-05-25 10:42:34 +1200
  • 2fe8d46c61 Fix up translations and remove dupes libraryaddict 2021-05-23 13:10:46 +1200
  • f22b4e65c7 Change translations warning about being disabled but modified to be better phased libraryaddict 2021-05-23 11:42:44 +1200
  • 42f04766b1 Do uuid version 3 warning libraryaddict 2021-05-23 10:17:46 +1200
  • 8641115c75 Add support for mineskin api key libraryaddict 2021-05-23 10:11:03 +1200
  • d1f317e119 Add .circleci/config.yml RehanPlayz 2021-05-22 14:32:11 +0300
  • 9019f2ebbb Add .circleci/config.yml RehanPlayz 2021-05-22 14:30:38 +0300
  • 74af3acfc3 Fix up hex colors libraryaddict 2021-05-22 06:34:58 +1200
  • dd4556824a Print how many changed translations alongside how many translations libraryaddict 2021-05-22 05:26:20 +1200
  • 2902de50c2 Attempt to serialize metadata with a saved disguise. Use linked hash map instead of HashMap libraryaddict 2021-05-22 02:43:39 +1200
  • 1c2ea6a54d Should be private libraryaddict 2021-05-22 02:42:56 +1200
  • be38046052 Add ability to enable mineskin debug libraryaddict 2021-05-22 01:50:20 +1200
  • e91c022d92 Update the response libraryaddict 2021-05-22 01:47:15 +1200
  • 84f32a70fa Remove defunct serializers libraryaddict 2021-05-22 01:21:25 +1200
  • 407d00af1c Rewrite stuff to use MethodHandles, and saved disguises to use disguise.toString instead of original format. Updated for java 16 libraryaddict 2021-05-21 06:23:01 +1200
  • bf44577e17 Potentially fix an error with linkage. Probably not hey libraryaddict 2021-05-20 12:03:11 +1200
  • caac46d60b Fix missing param libraryaddict 2021-05-20 07:29:23 +1200
  • d38d4ad1be Add warning libraryaddict 2021-05-20 03:44:45 +1200
  • f0448e6afc Java 16 support, some dodgy code hmm. Has errors with "class loaded by another plugin" which needs to be resolved libraryaddict 2021-05-20 03:43:26 +1200
  • 269363753c Rename method to be more clear this isnt for public use libraryaddict 2021-05-20 00:16:38 +1200
  • 2568bfe53e Rename to ignored libraryaddict 2021-05-19 06:06:41 +1200
  • 60b79ae789 Don't throw errors if field doesn't exist libraryaddict 2021-05-19 06:05:35 +1200
  • 5205c8055c Merge remote-tracking branch 'origin/master' libraryaddict 2021-05-17 23:19:35 +1200
  • 55a459e440 Enforce name lengths on game profile libraryaddict 2021-05-17 23:19:27 +1200
  • 4ea5c87645
    Use toVector for location.distanceSquared libraryaddict 2021-05-17 14:15:16 +1200
  • 9604e151f5 Respect the config option libraryaddict 2021-05-16 17:54:06 +1200
  • e267d1d344 Null check libraryaddict 2021-05-16 17:50:26 +1200
  • d306ab0d85 Perform if checks on team handling, potentially tiny tiny tiny performance boost. libraryaddict 2021-05-16 17:48:21 +1200
  • 98b6aa0185 Fix llama unable to remove carpet, not sure if null is a valid arg tho libraryaddict 2021-05-16 12:26:12 +1200
  • 1eb5225389 Change how I load asm libraryaddict 2021-05-15 16:29:55 +1200
  • 1e68eeb74d Change falling block to store the combined block id to fix older versions with blockdata libraryaddict 2021-05-15 16:29:09 +1200
  • c3783b9bf0 Fix a component builder error in 1.12 libraryaddict 2021-05-15 14:10:01 +1200
  • 8fad4a5b46 Make more unique value just incase libraryaddict 2021-05-15 13:59:20 +1200
  • d4abde2542 Wrap entire LD loading in a catch and make it check for updates if exception is thrown libraryaddict 2021-05-15 12:32:08 +1200
  • c8bd25ba57 Change reflection loading to replace classes in the jar loader instead, pending testing libraryaddict 2021-05-15 12:31:45 +1200
  • 44ab504509 Only 1.16 has golem cracking libraryaddict 2021-05-15 12:31:11 +1200
  • 11e7e1238c Remove some illegal placeholders libraryaddict 2021-05-15 11:25:32 +1200
  • 807a163256 Fix startup error libraryaddict 2021-05-08 22:34:35 +1200
  • 3fb325b0e1 Add hex support using &#abcabc libraryaddict 2021-05-08 05:10:50 +1200
  • 01cf995914 Handle EulerAngle libraryaddict 2021-05-04 23:06:55 +1200
  • c1eb650b4a Merge remote-tracking branch 'origin/master' libraryaddict 2021-04-28 17:22:17 +1200
  • c1db0a9fa4 Fix error libraryaddict 2021-04-28 17:22:02 +1200
  • 59178a63fd
    Fix missing commit libraryaddict 2021-04-26 22:09:16 +1200
  • ad1b687f07 Delete invalid jar automatically libraryaddict 2021-04-26 11:14:52 +1200
  • 5b59ad98d5 Fix max health not working properly, implement proper cracked support for iron golem. Fixes #549 libraryaddict 2021-04-24 13:40:02 +1200
  • ee2224e68f Introduce setGlowColor and no longer have a self disguise scoreboard, instead all non-player disguises have their own uuid which is added to a scoreboard team. Downside is you can now tell if someone isn't disguised cos they can be pushed around. Might be worth doing both? libraryaddict 2021-04-24 12:34:24 +1200
  • dfda600445 Update constructDisg libraryaddict 2021-04-22 01:33:23 +1200
  • 9042cb4212 Change how disguise construction works, and a few minor other stuff libraryaddict 2021-04-21 10:56:50 +1200
  • bca3483e49 Another oppsies for future disguises libraryaddict 2021-04-11 12:52:15 +1200
  • fc6c70c543 Fix addFutureDisguise libraryaddict 2021-04-10 16:31:18 +1200
  • 4528624283 Add command sender in the disguise event libraryaddict 2021-03-29 21:42:41 +1300
  • 8ff6686b1e Remove a config option that was both a dupe and ignored libraryaddict 2021-03-21 22:38:25 +1300
  • 6eaa42c1bb Hmm. Readd dmulloy's repo libraryaddict 2021-03-16 16:45:57 +1300
  • 90e04ebe32 Make the paper and spigot versioning vague instead of specific libraryaddict 2021-03-16 16:40:33 +1300
  • 5d98ffc205 Change wolf setAngry to use setAnger libraryaddict 2021-03-05 18:50:35 +1300
  • 914a17ba20 Try avoid disguises refreshing when not needed libraryaddict 2021-03-05 16:04:25 +1300
  • 77fa52701f Dont send meta if disguise still not active libraryaddict 2021-03-05 16:01:35 +1300
  • ce5b374da3 Update asm to 9.1, fix compile error database libraryaddict 2021-02-26 15:33:11 +1300
  • 93fdb30227 Add EntityPose as deserializable libraryaddict 2021-02-26 09:57:43 +1300
  • 35ad450bc3 Optimize imports, contact github less libraryaddict 2021-02-25 11:56:23 +1300
  • 4611f8880d Evoker fangs and fireworks should now start off nicer libraryaddict 2021-02-25 04:45:35 +1300
  • b93972c1c2 Whoops libraryaddict 2021-02-25 04:45:20 +1300
  • 3582d1ffed Fix a weird issue where json deserializing didn't work out of the blue libraryaddict 2021-02-25 04:39:30 +1300
  • 0228b3ecac Fix PL update error libraryaddict 2021-02-25 04:29:39 +1300
  • cffce30a5d Have /ld logs more compressed libraryaddict 2021-02-25 04:26:04 +1300
  • 3aef445341 Fix evoker fangs, thanks <@473314146453291009> libraryaddict 2021-02-25 04:25:42 +1300
  • b1521ce9ac Dont return on reload libraryaddict 2021-02-18 04:28:01 +1300
  • f65911f258 Make it clearer the configs were combined libraryaddict 2021-02-17 07:47:43 +1300
  • 3d6855944f Fix vsd being in disguiseviewbar command libraryaddict 2021-02-13 16:57:02 +1300
  • 414d5a94e8 Release snapshot libraryaddict 2021-02-13 14:59:26 +1300
  • 449124f4da Release 10.0.24 v10.0.24 libraryaddict 2021-02-13 14:57:35 +1300
  • c05b8f8e02 Introduce /ld pushing and have it print off potential causes for packet modifiers libraryaddict 2021-02-13 14:52:48 +1300
  • 1790032f75 Change nametag visibility to use &r and fix an issue where the tablist packet was wrong libraryaddict 2021-02-11 17:56:20 +1300
  • ef4539a3a1 Try redirect users to discord if PL is down libraryaddict 2021-02-09 16:39:12 +1300
  • 808b618ecf Correct comment libraryaddict 2021-02-09 16:25:28 +1300
  • ccff8bc6dc Try detect more reloads libraryaddict 2021-02-09 16:23:42 +1300
  • 25f6ac8b1e Revert "" to "LD_NoName" libraryaddict 2021-02-09 16:15:33 +1300
  • 38117d9f59 Never allow LD_NoName to have visibility of always libraryaddict 2021-02-08 11:04:19 +1300
  • b3f8a7b24e Fix wrong if case libraryaddict 2021-02-07 18:40:11 +1300
  • 76d3228b51 Name visibilities libraryaddict 2021-02-06 17:15:49 +1300
  • a06268adb4 Another fixy libraryaddict 2021-02-06 16:38:45 +1300
  • 075733fdea Another fixy libraryaddict 2021-02-06 16:33:54 +1300
  • 76e7151488 Fix player disguise no name visible not loading properly libraryaddict 2021-02-06 16:20:03 +1300