Commit Graph

  • 26706f658d Add /npc attribute master fullwall 2024-05-04 00:48:08 +0800
  • d1798eb8a2 extra line fullwall 2024-04-29 23:29:34 +0800
  • 66c06fd641 Create and use EntityPoseTrait fullwall 2024-04-29 23:13:17 +0800
  • efd3ec54f5 Use new metadata fullwall 2024-04-28 20:23:59 +0800
  • 194198a9ce Modify interaction render height for 1.19, use teleport display entities by default for 1.20+ fullwall 2024-04-27 20:06:21 +0800
  • 73d0698d36 Rework item action NBT matching fullwall 2024-04-24 18:38:59 +0800
  • 245d76a78c Add /npc wolf --variant and /npc armadillo fullwall 2024-04-24 06:04:02 +0800
  • 70c40dcb22 Initial 1.20.5 update. TODO: refactor NBT to remove JNBT and work with trees instead fullwall 2024-04-24 05:34:31 +0800
  • 5533961066 EXPERIMENTAL: trial not updating scoreboard every tick fullwall 2024-04-22 17:40:12 +0800
  • b09a8bae56 Null check hologram entity fullwall 2024-04-22 16:14:54 +0800
  • 77d34b53e6 Fix inconsistency in canNavigate where flyable/living status was not respected fullwall 2024-04-21 23:24:28 +0800
  • 59531a9bc8 Add /npc fox --pouncing/faceplanted/interested fullwall 2024-04-20 14:14:01 +0800
  • 6368cb379e Fix to hologram, add /npc itemframe fullwall 2024-04-19 15:48:33 +0800
  • 1b32596c37 Allow colors in money item shop editor fullwall 2024-04-15 22:30:53 +0800
  • edb4f78ceb Remove speed setting code in controllermove fullwall 2024-04-15 22:12:20 +0800
  • d3c0205d9e Bugfix TextDisplayVehicleRenderer fullwall 2024-04-15 20:21:26 +0800
  • ccce76d9f0 Add some interaction debug for holograms fullwall 2024-04-15 15:47:59 +0800
  • b0ba7b2062 Further bugfixes for item holograms fullwall 2024-04-15 13:08:02 +0800
  • fe5a088f7a Correct item hologram offset as well fullwall 2024-04-15 12:17:01 +0800
  • 1e368e71a5 Fix two bugs with new hologram trait impl fullwall 2024-04-15 11:14:24 +0800
  • 9fb4b11ce7 Add back getNameEntity internal method to fix denizen compat fullwall 2024-04-15 01:56:10 +0800
  • 3d44a09756 Armorstand renderer should incorporate entity height fullwall 2024-04-15 01:48:17 +0800
  • cd7f3366ab Rework hologram rendering (WIP: text displays not yet functional) fullwall 2024-04-15 01:42:09 +0800
  • 5f13340dea Add a cleargoals call for rabbits fullwall 2024-04-07 14:26:47 +0800
  • 809ef01b5d Fix rabbit evil variant not setting goals with useMinecraftAI turned on fullwall 2024-04-07 13:22:40 +0800
  • 3563413c06 Fix anvil inventories in old minecraft versions fullwall 2024-04-06 20:34:28 +0800
  • fcd2908723 Try parsing commands early in /npc rename to avoid index out of bounds fullwall 2024-04-06 12:41:56 +0800
  • 9729e356a5 Add /npc wither --invulnerableticks command fullwall 2024-03-31 23:10:01 +0800
  • 8cf37b0ecc Give item holograms the same tracking range as the base hologram fullwall 2024-03-27 16:18:11 +0800
  • 321088784c Check player world in lookclose fullwall 2024-03-25 00:39:47 +0800
  • 8f538721cc Modify items in ItemAction fullwall 2024-03-24 00:53:47 +0800
  • 8696a5709e Use new API fullwall 2024-03-23 23:46:09 +0800
  • 45fff0f420 Fix incorrectly inverted canSee check breaking getNearbyPlayers fullwall 2024-03-23 20:47:11 +0800
  • 4090a625e9 Remove debug message fullwall 2024-03-23 20:38:31 +0800
  • c1b7a99bd8 Push InventoryMultiplexer type down to allow for inventory refreshing fullwall 2024-03-18 23:36:42 +0800
  • 70ac5c9193 Make /npc shop delete (name) output a message, send head yaw packet to just the viewer rather than cached nearby players, bump translations fullwall 2024-03-16 23:10:12 +0800
  • a9b85961a9 Null check entity in death event fullwall 2024-03-12 23:48:13 +0800
  • 3c314c1d3e Add a helper method to NPCShopAction to save the inventory properly fullwall 2024-03-11 22:44:40 +0800
  • c683b752a5 Rewrite itemaction to use the provided item array fullwall 2024-03-11 20:37:30 +0800
  • 40a60fbc8f Remove push override as Paper broke source compatibility fullwall 2024-03-10 11:52:38 +0800
  • 6642923b49 Fix /npc passive flipped message fullwall 2024-03-08 12:16:31 +0800
  • e757344d41 Another attempt to avoid charging costs inappropriately fullwall 2024-03-07 01:59:47 +0800
  • 4bfededf7a Add food ticking for players if /npc ai is enabled, update player pose and xp ticks fullwall 2024-03-05 10:47:37 +0800
  • b6e6a66eb3 Update translations fullwall 2024-03-05 10:17:23 +0800
  • 8672b4b997 Revert previous change. Fix commandtrait charging for a cost of 0 fullwall 2024-03-05 10:00:42 +0800
  • 8be9da5f04 Trial manually calling aiStep for players with /npc ai turned on fullwall 2024-03-05 09:47:24 +0800
  • 903ba91b4c Delete old template code fullwall 2024-03-04 20:46:36 +0800
  • 249fa6675d Added missing spawned check fullwall 2024-03-04 02:33:31 +0800
  • 143e642802 Add missing NMS commit fullwall 2024-03-03 23:15:50 +0800
  • ed117eac96 Try to detect sneaking state onAttach for SneakTrait fullwall 2024-03-03 23:14:11 +0800
  • b6f5184192 Further command trait cleanup of /npc command clearerrors and added /npc command forgetplayer fullwall 2024-03-03 18:49:45 +0800
  • 473135c7fb Rework individual command cost to be a value flag rather than an argument, reduce public-facing command ID exposure fullwall 2024-03-03 18:20:09 +0800
  • a24064ddae Override teleport method in Shulker rather than blocking tick fullwall 2024-03-03 18:07:25 +0800
  • 40c6b4b85e Add toggle trait command back fullwall 2024-03-03 14:57:51 +0800
  • 0491f5ed20 Remove using_templates metric fullwall 2024-03-03 01:39:21 +0800
  • 92066dde7b Fix non-english locales, multiplex shop inventories for better trader UI experience fullwall 2024-03-03 01:27:23 +0800
  • 716bc4730b Fix JSON fullwall 2024-03-02 22:37:24 +0800
  • 2c501409ab Add untranslated help keys fullwall 2024-03-02 22:36:07 +0800
  • 52bb50fd8c Add missing description messages, and prompt users to join Discord to contribute to translations fullwall 2024-03-02 22:29:05 +0800
  • b629eab8be Translation bump fullwall 2024-03-02 22:09:07 +0800
  • 88bfd3baa1 Update translations fullwall 2024-03-01 22:31:10 +0800
  • 992acc5c56 Null check death message fullwall 2024-03-01 19:20:29 +0800
  • 81bc83d15a Utilise new API fullwall 2024-03-01 01:03:30 +0800
  • 3a5b13c170 Cleanup, change packet tracker removal method (needs checking for geyser debug message) fullwall 2024-02-29 13:10:44 +0800
  • 3869e310a2 Trial protocollib change suggested in #3097 fullwall 2024-02-28 01:57:23 +0800
  • 5a33c5cdbf Add korean translation kindly contributed by mangchi57 fullwall 2024-02-28 01:04:32 +0800
  • 09543183f1
    Merge branch 'master' into master lilingfengdev 2024-02-25 16:41:03 +0800
  • 3c8429aa6d Nullcheck getShopType() fullwall 2024-02-25 01:07:30 +0800
  • 7f306216dc Fix off by one error in entity equipment updating in 1.8.8 fullwall 2024-02-21 23:31:17 +0800
  • a8f37635f8 Make trader view work, with limitations fullwall 2024-02-19 05:50:16 +0800
  • 8864d89791 Preliminary trader view support for /npc shop fullwall 2024-02-19 05:41:48 +0800
  • f498391c1f Replace $/{ in shop placeholders fullwall 2024-02-18 21:06:02 +0800
  • 19f08c4607 Attempt to replace the entity tracker without sending packets for initial spawn. EXPERIMENTAL: needs testing. Also add /npc armorstand --headpose fullwall 2024-02-18 00:44:38 +0800
  • 4d1b3ee357 Remove STORAGE_TYPE setting, fix a few setting comments fullwall 2024-02-11 01:13:49 +0800
  • e60bb33508 Add new metric fullwall 2024-02-11 00:57:37 +0800
  • d557be5f35 Use new pathfinder should be loaded fullwall 2024-02-10 23:58:04 +0800
  • f9c4dbe614 Minor shulker fix fullwall 2024-02-05 00:13:42 +0800
  • 66708ac314 Add /npc command cycle fullwall 2024-02-05 00:05:51 +0800
  • c25f77730d
    Update pom.xml lilingfengdev 2024-01-31 11:04:17 +0800
  • bd619e970d
    Update pom.xml lilingfengdev 2024-01-31 11:02:22 +0800
  • 8c2a1c5469
    Update maven.yml lilingfengdev 2024-01-31 07:46:26 +0800
  • d382603008
    Update maven.yml lilingfengdev 2024-01-31 07:28:34 +0800
  • 80a2f77da2
    Merge pull request #1 from Dreeam-qwq/master lilingfengdev 2024-01-31 07:20:03 +0800
  • d1dc7cb260 Fix build Dreeam 2024-01-30 10:30:45 -0500
  • 0272c74794
    Update maven.yml lilingfengdev 2024-01-30 18:30:47 +0800
  • c4f9c59bb4
    Update maven.yml lilingfengdev 2024-01-30 18:04:22 +0800
  • 55418d23a2
    Create maven.yml lilingfengdev 2024-01-30 15:59:10 +0800
  • 63865c7689
    Update README.md lilingfengdev 2024-01-30 15:56:00 +0800
  • 5cab02fe66
    Update Citizens.java lilingfengdev 2024-01-30 15:52:11 +0800
  • 1f9f4af067
    Update CamelTrait.java lilingfengdev 2024-01-30 15:49:40 +0800
  • fd0244a5ab
    Update BossBarTrait.java lilingfengdev 2024-01-30 15:48:26 +0800
  • 0db8f18a82
    Update BeeTrait.java lilingfengdev 2024-01-30 15:47:09 +0800
  • 30298608d4
    Update AxolotlTrait.java lilingfengdev 2024-01-30 15:46:23 +0800
  • 59b54cbd11
    Update AllayTrait.java lilingfengdev 2024-01-30 15:44:56 +0800
  • 50cd609c0e
    Update PermissionAction.java lilingfengdev 2024-01-30 15:43:05 +0800
  • fab5a7f413
    Update ExperienceAction.java lilingfengdev 2024-01-30 15:40:30 +0800
  • dab31dba51
    Update CommandAction.java lilingfengdev 2024-01-30 15:39:23 +0800
  • 1fcf826fb3
    Update Text.java lilingfengdev 2024-01-30 15:34:15 +0800
  • 396eff513c
    Update Template.java lilingfengdev 2024-01-30 15:30:53 +0800
  • 5b2a71584b
    Update SteerableEquipperGUI.java lilingfengdev 2024-01-30 15:28:26 +0800