Commit graph

  • f24fdf6383 Fix npe for remove and rotateHead updates yaw and pitch Tofaa 2024-08-08 14:21:49 +0400
  • 8488b16006
    Fix master branch being called main branch in the build workflow Bram 2024-07-27 22:57:48 +0900
  • f75ecd85ae
    Updated: Gradle to build upon each commit and pull request Bram 2024-07-27 22:56:34 +0900
  • 56f6a5060d
    Removed: Old JitPack configuration file Bram 2024-07-27 22:40:26 +0900
  • 266e4e6c4e Out of jitpack Tofaa 2024-07-26 11:38:45 +0400
  • 96e1401d0a Fix! Tofaa 2024-07-16 12:13:11 +0400
  • 24887cb05a remove compileOnlyApi Tofaa 2024-07-16 11:48:31 +0400
  • aab30e236f Fix unused meta data Tofaa 2024-07-16 11:34:36 +0400
  • 56a6c3cc63 Fix protocted meta Tofaa 2024-07-16 11:29:47 +0400
  • 313cf2f95c
    Merge remote-tracking branch 'origin/master' Bram 2024-07-10 20:41:45 +0200
  • c7e1f0e45b
    Downgrade PacketEvents to 2.4.0 (Attempt to fix a dependency issue) Bram 2024-07-10 20:41:20 +0200
  • 2c1119c23d
    Fix: Maven Dependency Declaration Indentation Bram 2024-07-10 14:53:17 +0200
  • cb4ac1031f
    Fixed and improved the GithubUpdater Bram 2024-07-09 12:00:58 +0200
  • 7a313da975
    Downgrading Gradle wrapper in order to test another build issue Bram 2024-07-09 10:07:21 +0200
  • 0c08ba04a7
    Removed: Old import Bram 2024-07-09 09:41:35 +0200
  • 8e0fbc0518
    Attempt to fix JitPack Bram 2024-07-09 09:41:08 +0200
  • 0101e88f24
    Fix: File naming containing the commit hash as well Bram 2024-07-09 09:21:55 +0200
  • 0fdf1667b1
    Fix: Naming conventions Bram 2024-07-08 19:16:11 +0200
  • e1df9d3d9d
    Fix: Publishing (hopefully) Bram 2024-07-08 19:08:33 +0200
  • d9aff99d57
    Fixed: Only publish the final jar on GitHub Bram 2024-07-08 18:52:27 +0200
  • e0331a6b9e
    Merge remote-tracking branch 'origin/master' Bram 2024-07-08 18:45:35 +0200
  • 594d00bd93
    Improved: Default build task Bram 2024-07-08 18:45:25 +0200
  • e1c2266f3c UPdate readme Tofaa2 2024-07-08 18:45:38 +0400
  • 27c09241ee UPdate readme Tofaa2 2024-07-08 18:44:44 +0400
  • 8480f5a52d
    Merge remote-tracking branch 'origin/master' Bram 2024-07-08 16:39:12 +0200
  • 0c66a95a42 replace sync with blocking since theres no sync Tofaa2 2024-07-08 18:36:48 +0400
  • 396085f609
    Merge remote-tracking branch 'origin/master' Bram 2024-07-08 16:35:05 +0200
  • adff2d1937 Fix standalone api properly Tofaa2 2024-07-08 18:30:29 +0400
  • 61418d874a
    Attempt to fix the JitPack build error Bram 2024-07-08 16:27:39 +0200
  • 59bb99bfd2
    Merge pull request #13 from akshualy/fix/block-display-meta-data-type Tofaa 2024-07-08 09:26:24 -0500
  • 78f406c4d1
    Fixed: JitPack Build Error Bram 2024-07-08 16:00:19 +0200
  • b90f6850e3
    Fixed: BlockDisplay should use BLOCK_STATE not INT Deko 2024-07-08 15:36:31 +0200
  • 304606b2ed
    Merge pull request #12 from Tofaa2/feat/BuildChainRework Tofaa 2024-07-08 08:30:45 -0500
  • 69bc235042
    Update TaskImpl.java Tofaa 2024-07-08 17:28:05 +0400
  • 4b9a99dcf8
    Changed: Marked GithubUpdater#getLatestVersion as private to prevent people from calling it in a sync context Bram 2024-07-08 11:23:12 +0200
  • 03e120d24d
    Fixed: Close the readers after fetching the repo api details Bram 2024-07-08 11:20:01 +0200
  • 2e684dd561
    Added: Current Commit Hash (Thanks Booky) Bram 2024-07-08 09:54:11 +0200
  • e093a4ffc6
    Removed: ELVersion in order to reuse the PEVersion from PacketEvents Bram 2024-07-07 19:37:30 +0200
  • f0c10493e1
    Added: Gradle Publish Bram 2024-07-07 19:13:36 +0200
  • 0a1e95a17d
    Added: entitylib.shadow-conventions.gradle.kts Renamed: entitylib.java-conventions.gradle.kts -> entitylib.library-conventions.gradle.kts Switched: johnrengelman's shadow to googler's shadow fork Bram 2024-07-07 19:08:21 +0200
  • 6321195956
    Removed: old comment in the settings.gradle.kts Removed: .idea directory Bram 2024-07-07 18:16:08 +0200
  • 7ff17301fd
    Improved: UpdateChecker Bram 2024-07-07 15:50:13 +0200
  • b58c4c7909
    Fixed: GithubUpdater now using the tag name, instead of the release name Bram 2024-07-07 15:36:02 +0200
  • 38a87a6694
    Added: ELVersion and ElVersionTask Updated: GithubUpdater to make use of the new ELVersion class Bram 2024-07-07 15:27:45 +0200
  • 6b642bd21f
    Added: Build Source Module Bram 2024-07-07 14:16:19 +0200
  • fb5a54abfe
    Gradle Build Chain from Groovy -> Kotlin DSL Bram 2024-07-07 13:53:40 +0200
  • 505caf88fb Fix versioning Tofaa2 2024-07-06 20:35:17 +0400
  • 202a5642bd
    Merge pull request #11 from xDec0de/packetevents-2.4.0 Tofaa 2024-07-06 09:40:53 -0500
  • a776de8a71 Update meta offsets xDec0de_ 2024-07-04 22:40:49 +0200
  • f4b2a059ed test-plugin: Use 1.21 & packetevents 2.4.0 xDec0de_ 2024-07-04 22:15:26 +0200
  • bf191048cc Add Bogged & Breeze meta (Base only) xDec0de_ 2024-07-04 18:22:10 +0200
  • 2f9159d438 Update EntityLib#getVersion xDec0de_ 2024-07-04 14:09:52 +0200
  • 411bcc4ba8 Gradle: PacketEvents 2.4.0 & Spigot 1.21 xDec0de_ 2024-07-04 14:09:20 +0200
  • a5a6c21f6a
    Merge pull request #10 from OakLoaf/master Tofaa 2024-06-28 05:37:58 -0500
  • 82d9ef2879 Finish up containers Tofaa2 2024-06-28 14:27:40 +0400
  • 767bcc065d update readme Tofaa2 2024-06-23 23:48:57 +0400
  • 718940178f major refactor Tofaa2 2024-06-23 22:56:13 +0400
  • 3117c89d5c Fixed incorrect offset Oak 2024-06-14 15:58:34 +0100
  • 7ea64e74aa Added CamelMeta Oak 2024-06-14 15:37:51 +0100
  • 427bb61ef5 Added ArmadilloMeta Oak 2024-06-14 12:18:16 +0100
  • 08062bd3d5 Added WardenMeta Oak 2024-06-13 21:00:01 +0100
  • 99a465e46b Alphabetically ordered entities and added some missing entities Oak 2024-06-13 20:31:04 +0100
  • 2a3732fa83 Fix holograms Tofaa2 2024-06-10 17:23:54 +0400
  • 4c0ca7008c EntityMetadata utilities Tofaa2 2024-06-07 17:02:24 +0400
  • 0da1d44f97
    Merge pull request #9 from SuperMax8/master Tofaa 2024-06-01 14:57:04 -0500
  • 31d04c9548 Fixing getCustomName() in EntityMeta Adding setMetaFromPacket method to use MetaData from EntityMetaPacket Updating protocolVersion in MetaOffsetConverter for 1.20.6 SuperMax8 2024-06-01 03:40:28 +0200
  • 5efd0da67e
    Merge pull request #8 from Xemorr/fix-custom-name-npe Tofaa 2024-05-27 18:10:02 -0500
  • ae4d5a164d Fix customName NPE Sam (Xemor) 2024-05-28 00:04:29 +0100
  • 164f2a22cf Merge branch 'master' of https://github.com/Tofaa2/EntityLib Tofaa2 2024-05-26 15:20:18 +0400
  • 932e667762 Misc fixes Tofaa2 2024-05-26 15:19:10 +0400
  • 425400f862
    Update README.md Tofaa 2024-05-24 23:26:37 +0400
  • dcdbe8575f Attributes Tofaa2 2024-05-23 23:04:54 +0400
  • 6e90d0d3e8 Fix version checker and add bstats Tofaa2 2024-05-14 01:28:59 +0400
  • d77a012ca9 Yeetus kotlin extensions Tofaa 2024-05-09 23:57:15 +0400
  • 5cbb05d30d Add slot clearing api Tofaa 2024-05-09 23:50:43 +0400
  • 63aa8b7a20 Fix equipment Tofaa 2024-05-09 23:50:03 +0400
  • f7b5bd6246 Add optional api getter to avoid NullPointer on metadata Tofaa 2024-05-01 16:34:31 +0400
  • 3721878d4a
    Create gradle-publish.yml Tofaa 2024-04-19 15:49:37 +0400
  • 692eeb9954
    Update README.md Tofaa 2024-04-12 18:02:33 +0400
  • 540da803aa Merge branch 'master' of https://github.com/Tofaa2/EntityLib Tofaa 2024-03-16 21:14:33 +0400
  • 13e29016ab fix wolf collar color Tofaa 2024-03-16 21:14:32 +0400
  • 7dd33da56b
    Merge pull request #6 from jordoncodes/patch-1 Tofaa 2024-03-01 12:25:12 +0400
  • 3a61cc2d90
    Add Gradle Kotlin DSL and Maven dependencies to readme Jordon 2024-02-29 10:51:54 +1000
  • 256e043e29 fix custom name properties to actually work Tofaa 2024-02-28 22:15:47 +0400
  • 1a8da28d8e Update InternalRegistryListener.java Tofaa 2024-02-25 01:17:20 +0400
  • 263bd058a2 fix Tofaa 2024-02-23 19:28:26 +0400
  • 0ec1c828a5 add spawn check in textures Tofaa 2024-02-23 18:31:36 +0400
  • f2d5ec919a extensions + velocity api Tofaa 2024-02-23 15:45:04 +0400
  • 549f897013 add createPlayer Tofaa 2024-02-23 13:54:47 +0400
  • a6070ef5cc some more methods for entities Tofaa 2024-02-23 13:29:23 +0400
  • 24b2a96d11 Update WrapperLivingEntity.java Tofaa 2024-02-23 13:14:20 +0400
  • 6d151fdec0 Merge branch 'master' of https://github.com/Tofaa2/EntityLib Tofaa 2024-02-23 13:12:25 +0400
  • 69e8c2c9b0 include animation methods Tofaa 2024-02-23 13:12:15 +0400
  • 24cb07f489
    Merge pull request #4 from jordoncodes/patch-1 Tofaa 2024-02-23 12:51:23 +0400
  • 78a331584a
    fix double semicolon Jordon 2024-02-23 10:54:29 +1000
  • 26cfb9e630 update readme Tofaa 2024-02-23 03:39:22 +0400
  • c86fca84d9 clean up Tofaa 2024-02-23 01:48:51 +0400
  • b26e405d41 add dynamic texture changing Tofaa 2024-02-23 01:48:27 +0400
  • aea7c5f7a2 fix WrapperPlayer Tofaa 2024-02-23 01:37:33 +0400
  • c7b486f0a9 fix rotatehead Tofaa 2024-02-22 12:40:26 +0400