Commit Graph

  • b50c5b5e5d remove useless comment Pyrbu 2023-08-05 23:04:16 +0200
  • c11093c392 implement armor stand properties Pyrbu 2023-08-05 21:50:07 +0200
  • c244cb6bab only auto-convert legacy data if the new data directory doesn't exist Pyrbu 2023-08-05 21:01:04 +0200
  • 31e64a15fe properly import skins that weren't set with a player name Pyrbu 2023-08-05 20:53:10 +0200
  • f3d5e3f3a8 implement silent property (untested) Pyrbu 2023-08-05 20:49:48 +0200
  • fed7b7085a
    Added hologram items D3v1s0m 2023-08-05 09:31:00 +0530
  • 6eff7a3b6c remove already implemented properties from the comment Pyrbu 2023-08-05 00:28:55 +0200
  • ec85ef3e24
    Merge pull request #80 from D3v1s0m/modular-property-system Pyr 2023-08-01 16:37:26 +0200
  • 3040cbc0bb
    remove comment. oops D3v1s0m 2023-08-01 19:48:24 +0530
  • ca8aa4ba16
    Implemented citizen importer D3v1s0m 2023-08-01 19:46:29 +0530
  • 769eed2f46
    fixed skin property showing in property remove command D3v1s0m 2023-07-27 19:21:46 +0530
  • 580478173f fix weird NPE Pyrbu 2023-07-25 16:53:50 +0200
  • 52f083583b update viewers list before showing the npc to prevent the show/hide methods from being called multiple times by the processor task when the method needs extra time to grab skins which causes some problems including multiple teams being created resulting in client warnings/kicks on BungeeCord Pyrbu 2023-07-25 03:14:41 +0200
  • a92de1817d update viewers list before showing the npc to prevent the show/hide methods from being called multiple times by the processor task when the method needs extra time to grab skins which causes some problems including multiple teams being created resulting in client warnings/kicks on BungeeCord Pyrbu 2023-07-25 03:14:41 +0200
  • 32b588807a make interaction detection also treat holograms as part of the npc (fixes #76) Pyrbu 2023-07-24 02:51:40 +0200
  • c8abf4f3fb fix some properties removing others when being applied standalone Pyrbu 2023-07-24 02:33:29 +0200
  • 792b962e49 rename method to what it actually does Pyrbu 2023-07-24 02:04:56 +0200
  • 993cd10b7a make a single generic class for dummy properties Pyrbu 2023-07-24 02:02:19 +0200
  • fef68e663b
    fixed shoulder entity property for 1.8-1.11 D3v1s0m 2023-07-23 23:18:48 +0530
  • 6e1d089cc7
    Added skin variant option when using url D3v1s0m 2023-07-22 22:11:05 +0530
  • f7a7b96648
    Merge pull request #79 from Pyrbu/2.X Pyr 2023-07-22 11:38:33 +0200
  • fff8d7435a
    Merge pull request #78 from D3v1s0m/modular-property-system Pyr 2023-07-22 11:37:22 +0200
  • 902b902122
    Added url skin type D3v1s0m 2023-07-21 15:51:32 +0530
  • ea6812b27e
    removed skin_cape from common properties D3v1s0m 2023-07-20 14:49:39 +0530
  • fd0e57e7fe
    remove redundant method isShown D3v1s0m 2023-07-18 16:46:53 +0530
  • da7e4cdb78
    Merge branch 'Pyrbu:2.X' into 2.X D3v1s0m 2023-07-18 16:39:29 +0530
  • 23ada2d52f add visibility methods to api Pyrbu 2023-07-17 23:40:17 +0200
  • d344e02319 use a concurrent set to possibly prevent a ConcurrentModificationException Pyrbu 2023-07-17 23:38:12 +0200
  • ade20ac869
    changed ItemStack in property from PE to Bukkit D3v1s0m 2023-07-16 09:48:33 +0530
  • 2dd75b4cda make the method actually abstract instead of just returning null Pyrbu 2023-07-16 01:09:57 +0200
  • 9cb580c850
    small fix for action edit button D3v1s0m 2023-07-16 02:29:45 +0530
  • 9a69fa4e09
    API improvements D3v1s0m 2023-07-16 02:27:54 +0530
  • 5ad9ef823a make build function more readable Pyrbu 2023-07-12 21:09:37 +0200
  • 4f1e43b4fa add warning message for missing properties Pyrbu 2023-07-12 20:51:09 +0200
  • 9c7166df4b extract spigot api as a common dependency so the versions always match Pyrbu 2023-07-12 20:41:43 +0200
  • 2ff5322093
    fixed fix for null properties, lol D3v1s0m 2023-07-10 19:15:52 +0530
  • 0596f59304
    Added duplicate property name check, just in case D3v1s0m 2023-07-10 19:02:06 +0530
  • 29c3c4b22b
    fixed null properties when adding, fixes tab complete D3v1s0m 2023-07-10 18:56:57 +0530
  • 3411a504e0
    fixed value in standalone metadata packet sending D3v1s0m 2023-07-10 18:55:32 +0530
  • acd953e460 move to a more modular property/metadata system Pyrbu 2023-07-10 01:01:12 +0200
  • 80683f81bc update metadata comment Pyrbu 2023-07-09 20:35:14 +0200
  • 03623a43da
    implemented immune_to_zombification property for hoglin D3v1s0m 2023-07-06 19:48:56 +0530
  • 63b049bb8c
    null property fix if the property doesn't exist when loading. D3v1s0m 2023-07-06 19:34:14 +0530
  • ee30c7dd18
    implemented Goat properties D3v1s0m 2023-07-05 19:48:50 +0530
  • 959f6241f4
    implemented villager properties D3v1s0m 2023-07-05 17:23:30 +0530
  • f68d678a1c
    implemented ghast attacking property D3v1s0m 2023-07-05 12:43:02 +0530
  • 7888d08ca7
    fox properties fix for 1.14, oops D3v1s0m 2023-07-05 12:36:53 +0530
  • 40fb1dfaf5 add back mule type Pyrbu 2023-07-05 01:01:57 +0200
  • 8f976996b1
    order fix D3v1s0m 2023-07-03 12:28:20 +0530
  • 11d94d15c0
    fix in npc type registry. D3v1s0m 2023-07-03 12:21:15 +0530
  • 999f4013c6
    Merge remote-tracking branch 'origin/2.X' into 2.X D3v1s0m 2023-07-03 11:57:29 +0530
  • 7f5b7f8f0a
    Implemented frog_variant property D3v1s0m 2023-07-03 11:46:55 +0530
  • 4cc468b919
    Implemented Fox properties D3v1s0m 2023-07-03 11:37:56 +0530
  • 8c83cb3428
    Added evoker_spell property. D3v1s0m 2023-07-03 11:18:33 +0530
  • 49c23a85a4
    Added Enderman properties, TODO: fix them lol D3v1s0m 2023-07-03 10:47:10 +0530
  • fbc3be6259 filter npcs in same world only for near command. fixes #69 D3v1s0m 2023-07-02 15:35:36 +0530
  • f812c77cc9 Added shoulder entities for player npc D3v1s0m 2023-07-02 10:51:54 +0530
  • f2c9409923 Fixed dinnerbone property removal not updating. D3v1s0m 2023-07-01 12:28:18 +0530
  • b3475db944
    filter npcs in same world only for near command. fixes #69 D3v1s0m 2023-07-02 15:35:36 +0530
  • 43376c2732
    Added shoulder entities for player npc D3v1s0m 2023-07-02 10:51:54 +0530
  • e180843efd
    Fixed dinnerbone property removal not updating. D3v1s0m 2023-07-01 12:28:18 +0530
  • f8648b7d01 add some build file comments to make it easier to check if a library is being used Pyrbu 2023-07-01 00:46:38 +0200
  • 4b2a8498a6 add credits to readme Pyrbu 2023-07-01 00:18:37 +0200
  • a0a6245479 remove unused libraries Pyrbu 2023-07-01 00:15:23 +0200
  • 488d098f79 move GameProfile manipulation to reflection Pyrbu 2023-07-01 00:15:10 +0200
  • f438d50808 rename SkinCache to MojangSkinCache Pyrbu 2023-07-01 00:14:23 +0200
  • e3c7f9fb04 update readme Pyrbu 2023-06-30 22:41:00 +0200
  • acf0abb67b use else-if instead of nesting Pyrbu 2023-06-30 14:43:58 +0200
  • 231ceba803
    Fixed non-player npc spawning in 1.14-1.16 D3v1s0m 2023-06-29 16:59:22 +0530
  • adac982128
    Added dinnerbone property D3v1s0m 2023-06-29 01:11:07 +0530
  • ec1d4445e3
    Implemented Creeper Properties D3v1s0m 2023-06-28 18:58:09 +0530
  • 2d7f573d7d
    Implemented Cat Properties D3v1s0m 2023-06-28 18:32:16 +0530
  • f472ddf5a5
    Implemented blaze_on_fire property D3v1s0m 2023-06-28 18:19:08 +0530
  • 3647a95b27
    Implemented Bee properties D3v1s0m 2023-06-28 18:11:27 +0530
  • 2dceea6fe7
    Implemented Bat properties D3v1s0m 2023-06-28 17:32:18 +0530
  • dd3c88efce
    Implemented Axolotl properties D3v1s0m 2023-06-28 17:24:44 +0530
  • 3e583f84f8
    Fix incorrect suggestion D3v1s0m 2023-06-28 17:11:08 +0530
  • 6a2f1d4cb8 make papi util use legacy component serializer for setting placeholders in components Pyrbu 2023-06-28 11:14:47 +0200
  • 974cc65fed update some dependencies Pyrbu 2023-06-28 02:54:08 +0200
  • c0df2f6915 make papi util use minimessage serializer instead of legacy serializer because legacy serializer downsamples hex colors Pyrbu 2023-06-28 02:53:21 +0200
  • c617766516 add hex colors to debug npcs Pyrbu 2023-06-28 02:52:55 +0200
  • 51fdb8d8fb only register save shutdown task after npcs load Pyrbu 2023-06-28 02:13:26 +0200
  • 6dab7a13db add explicit property remove command Pyrbu 2023-06-28 00:31:47 +0200
  • d572053304 make vector suggestions singular Pyrbu 2023-06-27 14:41:00 +0200
  • 886b5c1f92 make rotation data creations a bit shorter Pyrbu 2023-06-27 14:36:43 +0200
  • 6b943d1059
    Merge pull request #67 from D3v1s0m/2.X Pyr 2023-06-27 14:22:54 +0200
  • 9030d90bbd
    Error message on non-numerical input when parsing Vector3f D3v1s0m 2023-06-27 17:51:12 +0530
  • ebadad7cce
    changed access modifier in Vector3f D3v1s0m 2023-06-27 17:42:28 +0530
  • 739bbe7116
    Implemented armor stand properties D3v1s0m 2023-06-27 17:36:42 +0530
  • 46d848b823 fix effects meta not working on versions 1.8-1.10 because of duplicate data indexes due to incorrect implementation of the "using_item" property on those versions Pyrbu 2023-06-26 22:31:22 +0200
  • 06c5397bd8 fix skin layer indexes on lower versions Pyrbu 2023-06-26 22:10:26 +0200
  • 0d02fc806b add hologram refreshing Pyrbu 2023-06-26 22:00:23 +0200
  • 8ef9a5fc93 fix my stupid ass if typo Pyrbu 2023-06-26 17:55:16 +0200
  • 95c81e9abf remove unused imports Pyrbu 2023-06-26 17:50:52 +0200
  • e5a62ed952 split name metadata to avoid creating unnecessary lists Pyrbu 2023-06-26 17:50:32 +0200
  • d22a8152e0 add papi support to holograms Pyrbu 2023-06-26 17:41:02 +0200
  • 2c8b96f295 add reload config command Pyrbu 2023-06-26 17:32:14 +0200
  • a56096d4d6 make shutdown tasks register right after the component they are meant to shutdown finishes initializing Pyrbu 2023-06-26 17:26:31 +0200
  • 37e8b42997 make color parse as hex Pyrbu 2023-06-26 13:10:50 +0200
  • 984d7e873d set default color to black instead of white Pyrbu 2023-06-26 13:05:09 +0200