Skip to content
Changes
- Delay scoreboard creation slightly (commit: b784218)
—
fullwall /
githubweb
- Update for API changes, add /npc scaledmaxhealth, use new API (commit: f31d986)
—
fullwall /
githubweb
- fix: manually boxing for targetable boolean state to prevent NPE (#3174) (commit: 969d5cd)
—
noreply /
githubweb
- Cleanup (commit: 7f400dc)
—
fullwall /
githubweb
- feat: targetable trait (#3173) (commit: 5c5cf51)
—
noreply /
githubweb
- Cleanup, return the navigation destination from NMS.getDestination in case external plugins miss the timing to get it (commit: 69acf89)
—
fullwall /
githubweb
- fix: stop mobs from targeting NPCs when they are no longer targetable (#3171) (commit: 81d54bb)
—
noreply /
githubweb
- Use BLOCK_MARKER instead of BLOCK for 1.19 compat (commit: c1def34)
—
fullwall /
githubweb
- Add back compat for attribute (commit: 8878c23)
—
fullwall /
githubweb
- fix: sync with latest API change (#3169) (commit: 05ebf99)
—
noreply /
githubweb
- Updated controllable for 1.21.3 (commit: 1579aa0)
—
fullwall /
githubweb
- Support blank cosmetic (commit: 0b978f6)
—
fullwall /
githubweb
- Incorrect pom change (commit: 72dabc2)
—
fullwall /
githubweb
- Add cosmetic equipper implemented using protocollib, currently doesn't refresh equipment manually (commit: 8111ba3)
—
fullwall /
githubweb
- Add /npc pausepathfinding --lockout, fix /npc text speech bubbles duration (commit: 4cf042e)
—
fullwall /
githubweb
- Fix entitytype lookup for old minecraft versions (commit: 158d4d3)
—
fullwall /
githubweb
- Use Spigot libraries feature instead of libby (commit: 172976e)
—
fullwall /
githubweb
- Initial update to 1.21.2 (commit: ff2cecf)
—
fullwall /
githubweb
- fix: we should cancel the original target event instead of our own version (#3163) (commit: 767a73a)
—
noreply /
githubweb
- fix: logging is not necessary even if ServerPlayer.mobCounts field is not found (#3162) (commit: 5e85b8a)
—
noreply /
githubweb
- fix: release interaction NPC handle when owner NPC despawn (#3161) (commit: 4d1b5a7)
—
noreply /
githubweb
- Trial removing Player NPCs from the paper per-player mob limits (commit: 708bf13)
—
fullwall /
githubweb
- Teleport interaction entity for boundingbox (commit: ec4ba73)
—
fullwall /
githubweb
- Add NMS#getCollisionBox(BlockData) (commit: deb438b)
—
fullwall /
githubweb
- Add setSpeed calls to fix armorstand not working with movecontrol (commit: 2247a81)
—
fullwall /
githubweb
- Update chinese translation thanks to SNWCreations (commit: 78f7ee1)
—
fullwall /
githubweb
- Add duration argument to /npc command permission (commit: bf84528)
—
fullwall /
githubweb
- Make areaeffectcloud the default hologram renderer over armorstand, add /npc areaeffectcloud (commit: 46f3c31)
—
fullwall /
githubweb
- fix(security): prevent temporary OP from being saved (#3159) (commit: a7078b2)
—
noreply /
githubweb
- fix: NPC.isProtected() should be passed to the combust event (#3158) (commit: f8107a8)
—
noreply /
githubweb
- Update simplified chinese translation thanks to @SNWCreations (commit: 16b8407)
—
fullwall /
githubweb
- Trial adding interactions to entity hitbox (commit: e9412b8)
—
fullwall /
githubweb
- Change /npc size to /npc slimesize, centralise item pickup check to EventListen, add /npc textdisplay (commit: 0e62308)
—
fullwall /
githubweb
- fix: EventListen changes (#3156) (commit: 22d2b16)
—
noreply /
githubweb
- Standardise SPECTRAL_ARROW treatment and add missing Minecart type (commit: 8f7ae65)
—
fullwall /
githubweb
- fix: remove duplicate and wrong entity controller definition for TippedArrow (#3155) (commit: 0e0e91e)
—
noreply /
githubweb
- fix: remove other duplicate entity controller for POTION in other NMS modules (#3154) (commit: ebe00ae)
—
noreply /
githubweb
- Try checking for entity spawned in sit trait (commit: 3a3f2cb)
—
fullwall /
githubweb
- fix: remove duplicate entity controller definition for POTION in 1.21 (#3153) (commit: 75ee655)
—
noreply /
githubweb
- Add missing method (commit: 97960fc)
—
fullwall /
githubweb
- Restructure code for cleanliness (commit: 2ba1a15)
—
fullwall /
githubweb
- Set step height attribute on spawn centrally instead of locally (commit: 59534df)
—
fullwall /
githubweb
- Extra null check in sit trait (commit: e78499f)
—
fullwall /
githubweb
- Missed 1.21 change (commit: 0f701a3)
—
fullwall /
githubweb
- Use new boolean (commit: 8c4cf4a)
—
fullwall /
githubweb
- Make /npc mount use mount trait (commit: 7935dd2)
—
fullwall /
githubweb
- Nuke the custom tag as well (commit: 905dff7)
—
fullwall /
githubweb
- Extra sanity checks in shop trait (commit: 00eef79)
—
fullwall /
githubweb
- Edit Minecraft trade selection clearing again (commit: 7f9b4c6)
—
fullwall /
githubweb
- Edit itemstack parsing to pass the whole string to modifyItemStack since implementation has changed recently (commit: 15d31aa)
—
fullwall /
githubweb
- Add warning for meta filter user logic error (commit: 17eeac2)
—
fullwall /
githubweb
- Allow players to click on their inventory during trader view (commit: 3c3a810)
—
fullwall /
githubweb
- Add optional minecraft namespace to item hologram regex (commit: c87193b)
—
fullwall /
githubweb
- Fix infinite loop in last ocmmit (commit: 826008d)
—
fullwall /
githubweb
- Trial clearing component predicates for merchant offers in 1.20.6+ (commit: d4fba3b)
—
fullwall /
githubweb
- Set hover in place to true for parrot npcs (commit: fa4ea79)
—
fullwall /
githubweb
- Make meta comparison ignore ingredients that don't match the meta instead of rejecting the transaction (commit: 5d1a1ad)
—
fullwall /
githubweb
- Trial clearing meta if compare similarity set to false in trading inventory. This is to use Citizens logic instead of Minecraft logic for trade selection (commit: b26f185)
—
fullwall /
githubweb
- Remove debug (commit: 91e4fb1)
—
fullwall /
githubweb
- Make meta filter more strict, move custom -> custom_data to match NBT (commit: a877566)
—
fullwall /
githubweb
- Add open shop action to shops (commit: 1ab4bfe)
—
fullwall /
githubweb
- Add custom tag parsing to shop, add /npc hologram insert, add /npc text send text to chat toggle (commit: d0ff1d1)
—
fullwall /
githubweb
- Remove NMS#getNPC and NMS#getMethod, fix Fox setFaceplanted mapping (commit: 81794f5)
—
fullwall /
githubweb
- Null check for bad economy plugins (commit: 7cabe94)
—
fullwall /
githubweb
- Log some errors in MoneyAction if they occur (commit: 8a53ac6)
—
fullwall /
githubweb
- Make NMS more consistent and reduce static field usage (commit: 4b00b48)
—
fullwall /
githubweb
- Fix skin placeholder respawning too much (commit: d4501cc)
—
fullwall /
githubweb
- Fix migrate path for pathfinding debug (commit: b6234fc)
—
fullwall /
githubweb
- Add /npc command -n (commit: ffea6bd)
—
fullwall /
githubweb
- Simplify skin.applyAndRespawn slightly (commit: f0105a5)
—
fullwall /
githubweb
- Improve advancement performance by stubbing the SAM, don't initialise on every call (commit: bbd4512)
—
fullwall /
githubweb
- Trial removing setPos for perf benefits (commit: 34126cc)
—
fullwall /
githubweb
- Trial calling super#stopListening() in player advancements (commit: 045054c)
—
fullwall /
githubweb
- Improve player spawn performance by moving advancement loading (commit: 0804f90)
—
fullwall /
githubweb
- Try redoing 1.19.4 minecraft navigation as first step (commit: 5e6dabe)
—
fullwall /
githubweb
- Move from trove to fastutil to match Minecraft. Add /npc text speech bubbles duration. Fix old Java back compatibility. (commit: ceb8d10)
—
fullwall /
githubweb
- Move NPC_SPAWNING_IN_PROGRESS metadata (commit: a1d208f)
—
fullwall /
githubweb
- Make tracker replacement more durable at the cost of adding a custom filter to all entity classes. Also fixes early player tracker replacement in 1.20.6 and above (commit: efb590c)
—
fullwall /
githubweb
- Add /npc forcefield vertical strength (commit: 92628df)
—
fullwall /
githubweb
- Mark pose dirty on NPC link to player (commit: 067bada)
—
fullwall /
githubweb
- Try using base value for movement speed instead of modified value in movement control (commit: b984fb9)
—
fullwall /
githubweb
- Fix impossible cast in old versions of minecraft (commit: bce7bac)
—
fullwall /
githubweb
- Add /npc bat (commit: 310ebb1)
—
fullwall /
githubweb
- Add refreshDimensions calls to player tick() (commit: cd24ce0)
—
fullwall /
githubweb
- Add setTags method to scoreboard trait (commit: 82851e6)
—
fullwall /
githubweb
- Move scoreboard tags outside of team code (commit: 3c036f3)
—
fullwall /
githubweb
- Fix NPCShopItem cloning (commit: 3cd096f)
—
fullwall /
githubweb
- Don't use Y velocity in boat movement (commit: 79cf3f7)
—
fullwall /
githubweb
- Remove villager reset pitch code (commit: fbb6a48)
—
fullwall /
githubweb
- Add /npc inventory [player name] and fix some NPEs (commit: f71e9e4)
—
fullwall /
githubweb
- Try getting packet tracker directly, remove some unused string constants in Messages (commit: 2d8267a)
—
fullwall /
githubweb
- Make /npc skin -l (argless) work (commit: 61f7560)
—
fullwall /
githubweb
- Update translations from translate.citizensnpcs.co - thanks to Arkyoh (commit: 0dfbc33)
—
fullwall /
githubweb
- Assume auth url has trailing slash (commit: 2fcdeec)
—
fullwall /
githubweb
- Add /npc shop show [name] (playername) (commit: 7576912)
—
fullwall /
githubweb
- Update gravity trait methods to make sense (commit: 73a5cfd)
—
fullwall /
githubweb
- Fix auth server url (commit: ca12c83)
—
fullwall /
githubweb
- Make controllable inner classes static (commit: 44c6971)
—
fullwall /
githubweb
- Actually this is in a sync context so just null check is fine (commit: 6bfb2a0)
—
fullwall /
githubweb
- Make hologram renderer variables volatile (commit: d0f7ba7)
—
fullwall /
githubweb
- Fix /npc breakblock not breaking the block (commit: e45f4b7)
—
fullwall /
githubweb
- Restore AUTH_SERVER_URL functionality (commit: 5ffd6e4)
—
fullwall /
githubweb
- Remove noisy debug (commit: 412f67c)
—
fullwall /
githubweb
- Attempt fix for boat pathfinding - slightly hacky (commit: 93c78bb)
—
fullwall /
githubweb
- Fix axolotl/dolphin movement speed being too slow with minecraft AI, remove nonfunctional makeBrain override (commit: 4f923c9)
—
fullwall /
githubweb
- Fix text setting loading to allow empty text (commit: 8ee9ecb)
—
fullwall /
githubweb
- Disable object pooling in PhTree (commit: 2caa1b3)
—
fullwall /
githubweb
- Update to setting type (commit: b00e99f)
—
fullwall /
githubweb
- Remove hologram debug (commit: c66ff1e)
—
fullwall /
githubweb
- Make shift click default to moving items in the shop trait and shift right click to copy (commit: c291c05)
—
fullwall /
githubweb
- Tweak unequipping wolf armor (commit: f43f919)
—
fullwall /
githubweb
- Add some hologram debug (commit: f78c87b)
—
fullwall /
githubweb
- Set wolf armor in BODY slot (commit: 57df21d)
—
fullwall /
githubweb
- Make pausepathfinding trait reset pitch on unpause, fix trader shops (commit: 0bc5d87)
—
fullwall /
githubweb
- Add Wolf armor equipper (commit: fe2a999)
—
fullwall /
githubweb
- Update anvil code (commit: c8f6e4f)
—
fullwall /
githubweb
- Fix /npc shop copyfrom (commit: 103ecfd)
—
fullwall /
githubweb
- Use ResourceLocation.tryParse for SoundEvent (commit: f27fe08)
—
fullwall /
githubweb
- Change default name renderer to interaction instead of text displays (commit: c9696cc)
—
fullwall /
githubweb
- Fix interaction height on 1.19.4 (commit: 3370fdd)
—
fullwall /
githubweb
- Make scoreboard trait iterate over NPCs from all registries (commit: 219e016)
—
fullwall /
githubweb
- Add inventory trait in horseequipper (commit: 155d9c9)
—
fullwall /
githubweb
- Drop 1.16 and 1.8 support due to spigot filesize limitations (commit: d2dedef)
—
fullwall /
githubweb
- Add skin fetching for bedrock players using skin prefix or -b flag in /npc skin. Hide the floodgate prefix for /npc mirror. Add NPCShopPurchaseEvent (commit: 2c0c7bf)
—
fullwall /
githubweb
- Move packet tracker unlinking to post-spawn (commit: 7a9a4db)
—
fullwall /
githubweb
- Fix duplicate entity tracker creation (commit: 7447351)
—
fullwall /
githubweb
- Replace entity tracked fields as well as chunk map ones (commit: 6d18bc1)
—
fullwall /
githubweb
- Null check holograms (although they shouldn't be null in this location...) (commit: ec51df2)
—
fullwall /
githubweb
- Update comments method (commit: 8571f3e)
—
fullwall /
githubweb
- Entities don't spawn instantly (commit: 92cb74b)
—
fullwall /
githubweb
- Add /npc collidable --fluids and backport fluid pushable to <1.13. (commit: ad6b473)
—
fullwall /
githubweb
- Use new reflective access to OldEnum subclasses (commit: 4143097)
—
fullwall /
githubweb
- Add quotes around commands (commit: 4ba83dd)
—
fullwall /
githubweb
- Refactor new renderer creation code (commit: 71eed12)
—
fullwall /
githubweb
- Fix setting default (commit: 194c4ba)
—
fullwall /
githubweb
- Add name hologram renderer configuration (commit: 25db026)
—
fullwall /
githubweb
- Set hologram line width (commit: 957704d)
—
fullwall /
githubweb
- Add some hologram debugging to armorstand (commit: 30fed56)
—
fullwall /
githubweb
- Update tracking range on seen (commit: 089ffe0)
—
fullwall /
githubweb
- Fix compile errors, lowercase template keys (commit: 0ac2d36)
—
fullwall /
githubweb
- Update spanish translation (commit: aafdab2)
—
fullwall /
githubweb
- Use explicit locale for upper/lowercase. EXPERIMENTAL: may be bugs from this commit (commit: ea74254)
—
fullwall /
githubweb
- Stop previous AStarTargeter nav strategy, usability tweaks for animation/chat triggers (commit: 147df02)
—
fullwall /
githubweb
- Prevent armadillo scutes from dropping in protected npcs (commit: 6e27ec8)
—
fullwall /
githubweb
- Use format instead of manual formatting in MoneyAction (commit: 5620d33)
—
fullwall /
githubweb
- Use new inventoryview abstraction (commit: 8cc2f0e)
—
fullwall /
githubweb
- Don't add MountTrait by default (commit: d291d25)
—
fullwall /
githubweb
- Attempt to fix falling with new pathfinder (commit: f659205)
—
fullwall /
githubweb
- Invert talk item pattern check to avoid null comparison (commit: 7bc0d82)
—
fullwall /
githubweb
- Fix players not jumping in newer minecraft versions (commit: 20ea3e8)
—
fullwall /
githubweb
- Hologram trait bugfix (commit: ee9c67f)
—
fullwall /
githubweb
- Fix typo (commit: 0fc644b)
—
fullwall /
githubweb
- Use new API, fix exp orb NPCs, make old waypoint markers use leash knot instead of eye of ender (commit: 6eb9ae4)
—
fullwall /
githubweb
- Fix typo (commit: f86b387)
—
fullwall /
githubweb
- Ensure new pathfinder iterates for the max iterations per tick (commit: 6d1aad5)
—
fullwall /
githubweb
- Only listen to EntitiesLoad/UnloadEvent (commit: 5e9f04f)
—
fullwall /
githubweb
- Temporary workaround for exception spam (commit: 74df481)
—
fullwall /
githubweb
- Initial 1.21 update (commit: 6bcae0f)
—
fullwall /
githubweb
- Fix some bugs with command errors (commit: 81c666e)
—
fullwall /
githubweb
- Specify key type in attribute trait (commit: 6bb52c0)
—
fullwall /
githubweb
- Tick attackStrengthTicker and item cooldowns (commit: 8f3a396)
—
fullwall /
githubweb
- Text display component has a different index on 1.19.4 (commit: 613770b)
—
fullwall /
githubweb
- Fix protocollib integration and overwrite text display component (commit: d4b41bd)
—
fullwall /
githubweb
- Rework /npc controllable, add /npc shop copyfrom, add /npc entitypose, add /npc forcefield, add /npc display (commit: 468703f)
—
fullwall /
githubweb
- Added /npc hologram bgcolor (commit: c6207e6)
—
fullwall /
githubweb
- Fix initialisation order of locationlookup (commit: b899e26)
—
fullwall /
githubweb
- Make hologram renderer impl static (commit: ff5b718)
—
fullwall /
githubweb
- Move display holograms around (commit: f9e78c7)
—
fullwall /
githubweb
- Implement new /template generate command, bugfixes (commit: 224b43d)
—
fullwall /
githubweb
- Update tablist display logic (commit: e8eadbf)
—
fullwall /
githubweb
- Manually update to adventure snapshots to fix 1.20.6 adventure (commit: b12732d)
—
fullwall /
githubweb
- Check for item meta presence as well (commit: 2dd4a20)
—
fullwall /
githubweb
- Make command item missing-item error use display name if present (commit: bb43940)
—
fullwall /
githubweb
- Rework command costs to split global and command costs up (commit: 28e2e87)
—
fullwall /
githubweb
- Add /npc boat, misc cleanup (commit: f2241cf)
—
fullwall /
githubweb
- Add /npc attribute (commit: 26706f6)
—
fullwall /
githubweb
- extra line (commit: d1798eb)
—
fullwall /
githubweb
- Create and use EntityPoseTrait (commit: 66c06fd)
—
fullwall /
githubweb
- Use new metadata (commit: efd3ec5)
—
fullwall /
githubweb
- Modify interaction render height for 1.19, use teleport display entities by default for 1.20+ (commit: 194198a)
—
fullwall /
githubweb
- Rework item action NBT matching (commit: 73d0698)
—
fullwall /
githubweb
- Add /npc wolf --variant and /npc armadillo (commit: 245d76a)
—
fullwall /
githubweb
- Initial 1.20.5 update. TODO: refactor NBT to remove JNBT and work with trees instead (commit: 70c40dc)
—
fullwall /
githubweb
- EXPERIMENTAL: trial not updating scoreboard every tick (commit: 5533961)
—
fullwall /
githubweb
- Null check hologram entity (commit: b09a8ba)
—
fullwall /
githubweb
- Fix inconsistency in canNavigate where flyable/living status was not respected (commit: 77d34b5)
—
fullwall /
githubweb
- Add /npc fox --pouncing/faceplanted/interested (commit: 59531a9)
—
fullwall /
githubweb
- Fix to hologram, add /npc itemframe (commit: 6368cb3)
—
fullwall /
githubweb
- Allow colors in money item shop editor (commit: 1b32596)
—
fullwall /
githubweb
- Remove speed setting code in controllermove (commit: edb4f78)
—
fullwall /
githubweb
- Bugfix TextDisplayVehicleRenderer (commit: d3c0205)
—
fullwall /
githubweb
- Add some interaction debug for holograms (commit: ccce76d)
—
fullwall /
githubweb
- Further bugfixes for item holograms (commit: b0ba7b2)
—
fullwall /
githubweb
- Correct item hologram offset as well (commit: fe5a088)
—
fullwall /
githubweb
- Fix two bugs with new hologram trait impl (commit: 1e368e7)
—
fullwall /
githubweb
- Add back getNameEntity internal method to fix denizen compat (commit: 9fb4b11)
—
fullwall /
githubweb
- Armorstand renderer should incorporate entity height (commit: 3d44a09)
—
fullwall /
githubweb
- Rework hologram rendering (WIP: text displays not yet functional) (commit: cd7f336)
—
fullwall /
githubweb
- Add a cleargoals call for rabbits (commit: 5f13340)
—
fullwall /
githubweb
- Fix rabbit evil variant not setting goals with useMinecraftAI turned on (commit: 809ef01)
—
fullwall /
githubweb
- Fix anvil inventories in old minecraft versions (commit: 3563413)
—
fullwall /
githubweb
- Try parsing commands early in /npc rename to avoid index out of bounds (commit: fcd2908)
—
fullwall /
githubweb
- Add /npc wither --invulnerableticks command (commit: 9729e35)
—
fullwall /
githubweb
- Give item holograms the same tracking range as the base hologram (commit: 8cf37b0)
—
fullwall /
githubweb
- Check player world in lookclose (commit: 3210887)
—
fullwall /
githubweb
- Modify items in ItemAction (commit: 8f53872)
—
fullwall /
githubweb
- Use new API (commit: 8696a57)
—
fullwall /
githubweb
- Remove debug message (commit: 4090a62)
—
fullwall /
githubweb
- Fix incorrectly inverted canSee check breaking getNearbyPlayers (commit: 45fff0f)
—
fullwall /
githubweb
- Push InventoryMultiplexer type down to allow for inventory refreshing (commit: c1b7a99)
—
fullwall /
githubweb
- Make /npc shop delete (name) output a message, send head yaw packet to just the viewer rather than cached nearby players, bump translations (commit: 70ac5c9)
—
fullwall /
githubweb
- Null check entity in death event (commit: a9b8596)
—
fullwall /
githubweb
- Add a helper method to NPCShopAction to save the inventory properly (commit: 3c314c1)
—
fullwall /
githubweb
- Rewrite itemaction to use the provided item array (commit: c683b75)
—
fullwall /
githubweb
- Remove push override as Paper broke source compatibility (commit: 40a60fb)
—
fullwall /
githubweb
- Fix /npc passive flipped message (commit: 6642923)
—
fullwall /
githubweb
- Another attempt to avoid charging costs inappropriately (commit: e757344)
—
fullwall /
githubweb
- Add food ticking for players if /npc ai is enabled, update player pose and xp ticks (commit: 4bfeded)
—
fullwall /
githubweb
- Update translations (commit: b6e6a66)
—
fullwall /
githubweb
- Revert previous change. Fix commandtrait charging for a cost of 0 (commit: 8672b4b)
—
fullwall /
githubweb
- Trial manually calling aiStep for players with /npc ai turned on (commit: 8be9da5)
—
fullwall /
githubweb
- Delete old template code (commit: 903ba91)
—
fullwall /
githubweb
- Added missing spawned check (commit: 249fa66)
—
fullwall /
githubweb
- Add missing NMS commit (commit: 143e642)
—
fullwall /
githubweb
- Try to detect sneaking state onAttach for SneakTrait (commit: ed117ea)
—
fullwall /
githubweb
- Further command trait cleanup of /npc command clearerrors and added /npc command forgetplayer (commit: b6f5184)
—
fullwall /
githubweb
- Rework individual command cost to be a value flag rather than an argument, reduce public-facing command ID exposure (commit: 473135c)
—
fullwall /
githubweb
- Override teleport method in Shulker rather than blocking tick (commit: a24064d)
—
fullwall /
githubweb
- Add toggle trait command back (commit: 40c6b4b)
—
fullwall /
githubweb
- Remove using_templates metric (commit: 0491f5e)
—
fullwall /
githubweb
- Fix non-english locales, multiplex shop inventories for better trader UI experience (commit: 92066dd)
—
fullwall /
githubweb
- Fix JSON (commit: 716bc47)
—
fullwall /
githubweb
- Add untranslated help keys (commit: 2c50140)
—
fullwall /
githubweb
- Add missing description messages, and prompt users to join Discord to contribute to translations (commit: 52bb50f)
—
fullwall /
githubweb
- Translation bump (commit: b629eab)
—
fullwall /
githubweb
- Update translations (commit: 88bfd3b)
—
fullwall /
githubweb
- Null check death message (commit: 992acc5)
—
fullwall /
githubweb
- Utilise new API (commit: 81bc83d)
—
fullwall /
githubweb
- Cleanup, change packet tracker removal method (needs checking for geyser debug message) (commit: 3a5b13c)
—
fullwall /
githubweb
- Trial protocollib change suggested in #3097 (commit: 3869e31)
—
fullwall /
githubweb
- Add korean translation kindly contributed by mangchi57 (commit: 5a33c5c)
—
fullwall /
githubweb
- Nullcheck getShopType() (commit: 3c8429a)
—
fullwall /
githubweb
- Fix off by one error in entity equipment updating in 1.8.8 (commit: 7f30621)
—
fullwall /
githubweb
- Make trader view work, with limitations (commit: a8f3763)
—
fullwall /
githubweb
- Preliminary trader view support for /npc shop (commit: 8864d89)
—
fullwall /
githubweb
- Replace $/{ in shop placeholders (commit: f498391)
—
fullwall /
githubweb
- Attempt to replace the entity tracker without sending packets for initial spawn. EXPERIMENTAL: needs testing. Also add /npc armorstand --headpose (commit: 19f08c4)
—
fullwall /
githubweb
- Remove STORAGE_TYPE setting, fix a few setting comments (commit: 4d1b3ee)
—
fullwall /
githubweb
- Add new metric (commit: e60bb33)
—
fullwall /
githubweb
- Use new pathfinder should be loaded (commit: d557be5)
—
fullwall /
githubweb
- Minor shulker fix (commit: f9c4dbe)
—
fullwall /
githubweb
- Add /npc command cycle (commit: 66708ac)
—
fullwall /
githubweb
- Add a setNavigationType NMS method (commit: deded77)
—
fullwall /
githubweb
- Cancel follow navigation if parameters are changed (commit: a5fea96)
—
fullwall /
githubweb
- Add a 1 second delay for failed chair spawns (commit: 95d6783)
—
fullwall /
githubweb
- Fix hand recording (commit: 44e6814)
—
fullwall /
githubweb
- Fix for commands with multiple preconditions (commit: c3791d1)
—
fullwall /
githubweb
- Fix hand tracking (commit: dbd9cdf)
—
fullwall /
githubweb
- Set hologram tracking range to the same as the npc's (commit: af728ec)
—
fullwall /
githubweb
- Fixes to per-player name holograms (commit: 647215e)
—
fullwall /
githubweb
- Use new method (commit: 4529f7d)
—
fullwall /
githubweb
- Fix glowitemframes (commit: 0c046a0)
—
fullwall /
githubweb
- Despawn NPCs on chunk borders (commit: 1f1b0de)
—
fullwall /
githubweb
- More robust backwards compat (commit: 107e3b3)
—
fullwall /
githubweb
- Fix canSee(Entity) not existing on old minecraft versions (commit: cd25930)
—
fullwall /
githubweb
- Reset packetrotationsession yaw to physical yaw on removal (commit: 8ca8c14)
—
fullwall /
githubweb
- Fix protocollib detection for /npc mirror (commit: 1416557)
—
fullwall /
githubweb
- Consolidate body yaw implementations (commit: 3e7f915)
—
fullwall /
githubweb
- Move PlayerShearEntityEvent handling to EventListen to cover for snowman (commit: d005c22)
—
fullwall /
githubweb
- Bump adventure dependency (commit: 4e4112d)
—
fullwall /
githubweb
- Avoid NPE for rotationtrait removal (commit: ea2df83)
—
fullwall /
githubweb
- Fix guided waypoint provider (commit: ccf4f6b)
—
fullwall /
githubweb
- Don't set body yaw with head yaw (commit: 06b0e2d)
—
fullwall /
githubweb
- Preliminary update to 1.20.3 (adventure not yet updated) (commit: 50caa00)
—
fullwall /
githubweb
- Missed messages file (commit: 7d2b50b)
—
fullwall /
githubweb
- Add /npc snowman -f to form snow (commit: c81aa29)
—
fullwall /
githubweb
- Fix template#getTemplates() (commit: e4fba63)
—
fullwall /
githubweb
- Support FollowTrait on 1.8.8 (commit: 49036e1)
—
fullwall /
githubweb
- Redecompile 1.20.2 minecraft pathfinder (commit: a1e4255)
—
fullwall /
githubweb
- Default sneaking in sneaktrait to true (commit: 7a676e3)
—
fullwall /
githubweb
- Remove metadata clearing code (commit: 578b8d3)
—
fullwall /
githubweb
- Trial COW fix (commit: 86b76e8)
—
fullwall /
githubweb
- Block gold ingot interaction with piglins for protected npcs (commit: 543baf7)
—
fullwall /
githubweb
- Fix failed decompilation in minecraft pathfinder (commit: 9764695)
—
fullwall /
githubweb
- Add a component parse step to shop title (commit: ffedf7c)
—
fullwall /
githubweb
- Move hologram metadata check to CitizensNPC (commit: 7073beb)
—
fullwall /
githubweb
- Adjust packet rotation (commit: 258ac20)
—
fullwall /
githubweb
- Bump phtree version (commit: 3f47f5d)
—
fullwall /
githubweb
- Avoid copying (commit: 8693de6)
—
fullwall /
githubweb
- Trial a iteration performance tradeoff for PlayerUpdateTask (commit: 145d6ce)
—
fullwall /
githubweb
- Update french and hebrew translations, thanks to Mulot and penguin for providing translations (commit: 3221019)
—
fullwall /
githubweb
- Implement new event (commit: 81cce42)
—
fullwall /
githubweb
- Fix playeranimation on outdated minecraft versions (commit: ad0f5ca)
—
fullwall /
githubweb
- Don't call chunkmap status updates if the playerlist wasn't modified (commit: 7a229de)
—
fullwall /
githubweb
- Add using templates metric (commit: 15ee73f)
—
fullwall /
githubweb
- Add /npc hologram viewrange, add /npc playerfilter --applywithin, work towards auto-hologram-sneak (commit: 07fb13c)
—
fullwall /
githubweb
- Allow next page and previous page items to be set (commit: de88550)
—
fullwall /
githubweb
- Run autoformatter (commit: c046404)
—
fullwall /
githubweb
- Only certain items require repeated use animations (commit: 9984847)
—
fullwall /
githubweb
- Don't cancel NPC - NPC mount events, NMS#mount uses optional boolean flag to force mount. /npc blockbreaker adds to NPC inventory by default (commit: 840ab30)
—
fullwall /
githubweb
- Add /npc skin -s (commit: a42812c)
—
fullwall /
githubweb
- Check destination world matches NPC world in guided AI goal (commit: 3395502)
—
fullwall /
githubweb
- Convert translations to json files (commit: 4705cff)
—
fullwall /
githubweb
- Consistent NPCLinkToPlayerEvent handling for 1.8.8 (commit: 1c4a743)
—
fullwall /
githubweb
- Record language rather than locale string (commit: 8e4b9ce)
—
fullwall /
githubweb
- Add delay to hologram linking (commit: 24e7df6)
—
fullwall /
githubweb
- Implement JumpPowerSupplier metadata (commit: 1a8246b)
—
fullwall /
githubweb
- Add sitting height offset correction check (commit: 2736f4a)
—
fullwall /
githubweb
- Adjust hologram mount strategy (commit: 483b656)
—
fullwall /
githubweb
- Refactor PlayerAnimation to accept a collection of players rather than radius. Rework NPCLinkToPlayerEvent handling (commit: 401e34a)
—
fullwall /
githubweb
- Implement event, and use it to link hologram display entity. unify some old tracker implementations. WIP implementation of unified player linking (commit: d17ca61)
—
fullwall /
githubweb
- Misc small changes (commit: 751e2a2)
—
fullwall /
githubweb
- Fix typo causing npcs to be damageable (commit: dd247a9)
—
fullwall /
githubweb
- Properly forward slime jump to move controller in 1.17+ (commit: 1fa3b22)
—
fullwall /
githubweb
- Re-mounting interaction entities seems to work (commit: 8efde00)
—
fullwall /
githubweb
- Fixes for hologram display entities (commit: e889476)
—
fullwall /
githubweb
- Don't downcast to Set since some forks change collection type (commit: 627811c)
—
fullwall /
githubweb
- Fix animation trigger incorrectly registered (commit: 8f6e65c)
—
fullwall /
githubweb
- Add bossbar provider (commit: 33dce91)
—
fullwall /
githubweb
- Micro optimisations (commit: 9d9b3c4)
—
fullwall /
githubweb
- Make more async friendly (commit: ad89e9a)
—
fullwall /
githubweb
- Remove viaversion from pom (commit: ea34a18)
—
fullwall /
githubweb
- remove result message for commands by default (commit: ae44952)
—
fullwall /
githubweb
- More stub methods to avoid flushing (commit: 291591b)
—
fullwall /
githubweb
- Minor changes (commit: 3ae2c0d)
—
fullwall /
githubweb
- Bump deps (commit: 7f6b6df)
—
fullwall /
githubweb
- Remove profiler call (commit: eb54677)
—
fullwall /
githubweb
- Commit util method (commit: 5829ffc)
—
fullwall /
githubweb
- Override more connection send methods (commit: 58234c4)
—
fullwall /
githubweb
- Fix /npc shop edit multiline item descriptions (commit: ba74dc8)
—
fullwall /
githubweb
- Add some debug for navigation, add --at arg for /npc playsound (commit: 9bb88a6)
—
fullwall /
githubweb
- Add a test fix for a one off exception (commit: d3426bc)
—
fullwall /
githubweb
- Set MobType immediately (commit: e98cfd5)
—
fullwall /
githubweb
- More reflection to avoid accessing record type (commit: 28916be)
—
fullwall /
githubweb
- Initial 1.20.2 update (commit: 05048be)
—
fullwall /
githubweb
- Full update (commit: 97ddf85)
—
fullwall /
githubweb
- MOdified method signature (commit: c994315)
—
fullwall /
githubweb
- Null check knockback event (commit: fe0d058)
—
fullwall /
githubweb
- Fix incorrect onDespawn usage leaking teams in ScoreboardTrait (commit: 7b650a2)
—
fullwall /
githubweb
- Fix guided waypoint provider neighbour generation (commit: 3e7b465)
—
fullwall /
githubweb
- Add some scoreboard team debug (commit: 2931f95)
—
fullwall /
githubweb
- Update guided help (commit: bec5329)
—
fullwall /
githubweb
- Switch text back to manual loading due to type error (commit: 8ca064a)
—
fullwall /
githubweb
- Simplify getAllNPCs() implementation (commit: 28a3e0b)
—
fullwall /
githubweb
- Tweak PlayerDeathEvent to not use npc.getEntity() (commit: 7c0eb42)
—
fullwall /
githubweb
- Remove outdated text editor translations (commit: 6c80f75)
—
fullwall /
githubweb
- Try to avoid async issues with entity trackers (commit: 85e46c6)
—
fullwall /
githubweb
- Remove /npc scoreboard and make scoreboard trait just persist entity tags (commit: 63ef3cd)
—
fullwall /
githubweb
- Reimplement hologram display entities using interaction entities as suggested by Owen1212055 (commit: db6058b)
—
fullwall /
githubweb
- Backport some horse fixes (commit: c447b0d)
—
fullwall /
githubweb
- Remove imports (commit: 60e169f)
—
fullwall /
githubweb
- Add missing imports (commit: 82d841a)
—
fullwall /
githubweb
- Add option to have players purchase items only once (#3037) (commit: e0fa527)
—
noreply /
githubweb
- Add messag (commit: 3e374b7)
—
fullwall /
githubweb
- Add /npc skin -e (commit: a9f79de)
—
fullwall /
githubweb
- Fix typo (commit: cae7c9a)
—
fullwall /
githubweb
- Set profile fetch result (commit: 438a671)
—
fullwall /
githubweb
- Catch exceptions in ProfileFetchThread (commit: 583e633)
—
fullwall /
githubweb
- Fix manual --track in bossbar trait (commit: eeea90e)
—
fullwall /
githubweb
- StraightLineTargetingStrategy should update target (commit: 47d9330)
—
fullwall /
githubweb
- Bugfix for rotationtrait (commit: 6ff59a1)
—
fullwall /
githubweb
- Implement new metadata (commit: 8719c1f)
—
fullwall /
githubweb
- Tweak remove --owner (commit: 6fd7689)
—
fullwall /
githubweb
- Remove debug (commit: c0230e0)
—
fullwall /
githubweb
- Small fixes (commit: 5138dc6)
—
fullwall /
githubweb
- Use bukkit methods to kill fish hook (commit: 115b0af)
—
fullwall /
githubweb
- Tweak entity head yaw code (commit: 831cb4a)
—
fullwall /
githubweb
- Add some skinTrait debug (commit: 71ad607)
—
fullwall /
githubweb
- Fix <item> hologram, cancel EntityTameEvent for protected NPCs (commit: 5003f0c)
—
fullwall /
githubweb
- Don't use boss bossbar if null (commit: 9082f6a)
—
fullwall /
githubweb
- Work around a paper API mismatch with spigot (commit: e1a4f88)
—
fullwall /
githubweb
- Charge costs directly (commit: 29a98c8)
—
fullwall /
githubweb
- Fix poms (commit: b7bda87)
—
fullwall /
githubweb
- Bump phtree dep version (commit: d21a5c1)
—
fullwall /
githubweb
- Disable fallback location for wander (commit: 33571d7)
—
fullwall /
githubweb
- Implement getters and setters in wander waypoint goal (commit: d0abea6)
—
fullwall /
githubweb
- Fix typo from /npc list change (commit: 0e9dcf2)
—
fullwall /
githubweb
- Catch protocollib errors again, change /npc list to use uuid rather than id (commit: a9fea94)
—
fullwall /
githubweb
- Don't clear the page items unless there's a page there (commit: ea00df6)
—
fullwall /
githubweb
- Make worldguard region a setter to clear the cache (commit: e7de8d6)
—
fullwall /
githubweb
- Set pathfind on wander spawn (commit: ecc5239)
—
fullwall /
githubweb
- Give slightly more leeway for lookclose range (commit: 8c35505)
—
fullwall /
githubweb
- Enforce controllable permission for players (commit: 94a798c)
—
fullwall /
githubweb
- Send an extra headrotation packet since spigot resets head rotation now, make some protocollib methods async, bump avoid-water costs by one block (commit: c0be235)
—
fullwall /
githubweb
- Fix /npc item parsing behavior (commit: 5b5811c)
—
fullwall /
githubweb
- Cache old waypoint providers in memory to enable switching (commit: d39c198)
—
fullwall /
githubweb
- Implement wander worldguard region change (commit: 58655fc)
—
fullwall /
githubweb
- ClickRedirectTrait should also check for PlayerFilter on init (commit: eb1af71)
—
fullwall /
githubweb
- Make shop actions ordered (commit: 952c18e)
—
fullwall /
githubweb
- Pushed missing file (commit: a06b2ed)
—
fullwall /
githubweb
- Implement NPCPistonPushEvent (commit: 309b1d7)
—
fullwall /
githubweb
- Implement new PlayerFilter method, async-friendly chunk trackers (commit: 46f4444)
—
fullwall /
githubweb
- individual costs for NPC commands (#3033) (commit: a2d7284)
—
noreply /
githubweb
- Add /npc bossbar --viewpermission (commit: 053438b)
—
fullwall /
githubweb
- Make REQUIRES_SYNC volatile (commit: 6d6cc40)
—
fullwall /
githubweb
- ClickRedirectTrait is respected for playerfilter (commit: f3b7ba0)
—
fullwall /
githubweb
- Tweak /npc sound command to allow arbitrary sounds (as long as they are registered with NMS) (commit: 6d5f881)
—
fullwall /
githubweb
- Various bugfixes including for /npc sitting, item action, event listening to push/knockback events (commit: ad023c3)
—
fullwall /
githubweb
- More item tweaks (commit: c001b65)
—
fullwall /
githubweb
- ItemAction tweak (commit: ad442e4)
—
fullwall /
githubweb
- Cancel use item twice (commit: cd550e6)
—
fullwall /
githubweb
- Clear the old tracker before replacing it (commit: 0acda96)
—
fullwall /
githubweb
- Add /npc setequipment (commit: a551fe4)
—
fullwall /
githubweb
- Use new method (commit: 130dc42)
—
fullwall /
githubweb
- `npc hologram margintop/marginbottom` command (#3027) (commit: da2ab63)
—
noreply /
githubweb
- Reduce NPCSeenByPlayerEvent allocations (commit: 3571c05)
—
fullwall /
githubweb
- Drop 1.12 from spigot builds (commit: c2e4f93)
—
fullwall /
githubweb
- Reduce allocation pressure from fluid push (commit: 3cb63f5)
—
fullwall /
githubweb
- Modernise runTriggers (commit: 3e263be)
—
fullwall /
githubweb
- Try again (commit: b1b7f17)
—
fullwall /
githubweb
- Bump some dependency versions (commit: b51785b)
—
fullwall /
githubweb
- Add a development build profile (commit: 98cb901)
—
fullwall /
githubweb
- Update protocollib version (commit: 6750225)
—
fullwall /
githubweb
- Implement /npc knockback (commit: 8e4c38d)
—
fullwall /
githubweb
- Make triggers prompt pause the pathfinding to prevent difficult states to problem solve. Add CommandTrigger. (commit: e64816e)
—
fullwall /
githubweb
- Add shift click to edit special shop page items (commit: 2082a98)
—
fullwall /
githubweb
- 1.20.1 (nil changes) (commit: a7c6195)
—
fullwall /
githubweb
- QoL fix for npc players with death messages (commit: 8b10758)
—
fullwall /
githubweb
- Implement new push / knockback events (commit: 9704f14)
—
fullwall /
githubweb
- Backport some Llama controllable changes, minor camel fixes (commit: ff736eb)
—
fullwall /
githubweb
- Make some create flags require admin (commit: 3702b01)
—
fullwall /
githubweb
- Add sittable support to /npc sitting, disable array pooling for now (commit: 64b2008)
—
fullwall /
githubweb
- Simplify mount trait (commit: ddc938a)
—
fullwall /
githubweb
- Initial 1.20 update (commit: 9facad1)
—
fullwall /
githubweb
- Make registry type less specific in 1.19.4 to try and be more compatible with arclight (commit: f164494)
—
fullwall /
githubweb
- Manually detect equipment updates in 1.16.5 (commit: f6f946f)
—
fullwall /
githubweb
- Add isSneaking to SneakTrait (commit: e3e1aed)
—
fullwall /
githubweb
- Add workaround for async entity tracker server forks (commit: 2466677)
—
fullwall /
githubweb
- Fix path debugging for mc pathfinder (commit: 0473887)
—
fullwall /
githubweb
- Continue to update paused in lookclose (commit: eb10e76)
—
fullwall /
githubweb
- Backwards compatibility fix for ItemAction (commit: 735a947)
—
fullwall /
githubweb
- Check for attack damage attribute for mob attacks (commit: 8ce9ec3)
—
fullwall /
githubweb
- Fix copypasta issue in /npc metadata set (commit: 5dc627a)
—
fullwall /
githubweb
- Add new setting for global shop view permission, add insert after selected waypoint functionality (commit: ee77512)
—
fullwall /
githubweb
- Replace ChatColor import (commit: 7e3f628)
—
fullwall /
githubweb
- Use new duration option (commit: 513a6c7)
—
fullwall /
githubweb
- Add permission node to plugin.yml (commit: eb63c91)
—
fullwall /
githubweb
- Add some basic command permissions to ignore errors (commit: 3086908)
—
fullwall /
githubweb
- WIP fix for tp cross-world (commit: 8df17d2)
—
fullwall /
githubweb
- Implement playerfilter change (commit: 46ccf08)
—
fullwall /
githubweb
- Set container title in anvilmenu (commit: 0eb997b)
—
fullwall /
githubweb
- WIP implementation of shop item copying using shift click (commit: fa9b99a)
—
fullwall /
githubweb
- npc shop changes (commit: 55bda3a)
—
fullwall /
githubweb
- Inline eventlistenchunk (commit: deb9976)
—
fullwall /
githubweb
- Simplify wander (commit: 147a07f)
—
fullwall /
githubweb
- Implement wander changes (commit: 35af40a)
—
fullwall /
githubweb
- Rework /npc follow toggling (commit: 232f524)
—
fullwall /
githubweb
- PermissionAction should be global operations (commit: 3bd406a)
—
fullwall /
githubweb
- Make /npc rotate use arm swing to fix rotation (commit: d9a4a3e)
—
fullwall /
githubweb
- Return to using arm swings to update entity yaw (commit: bdd9951)
—
fullwall /
githubweb
- Players should push entities by default rather than use /npc collidable which is performing double duty (commit: 0b076b1)
—
fullwall /
githubweb
- Fix paper backcompat with playerlist tracker change (commit: 3e578db)
—
fullwall /
githubweb
- Backport entitytrackerentry changes to fix duplicate tablist adds (commit: 6b4ef37)
—
fullwall /
githubweb
- Don't set body yaw if headonly true (commit: 71ab3d8)
—
fullwall /
githubweb
- Fix skinlayers trait, add /npc lookclose --linkedbody (commit: 3fe2d18)
—
fullwall /
githubweb
- Add exception logging for reflection when debugging (commit: 64bec7e)
—
fullwall /
githubweb
- Fix position update typo in old versions (commit: db188e1)
—
fullwall /
githubweb
- Send player look packets for older versions (commit: 69b6509)
—
fullwall /
githubweb
- Adjust RotationTrait head yaw cone (commit: 8b1550d)
—
fullwall /
githubweb
- Increase rot packet delay (commit: 0899a5f)
—
fullwall /
githubweb
- Trial sending rot packet on spawn (commit: dacaa92)
—
fullwall /
githubweb
- Remove guava Function usage, track script extensions (commit: dd440ed)
—
fullwall /
githubweb
- Trial removing arm swing in favour of manual position packets (commit: 406bea7)
—
fullwall /
githubweb
- Temporarily change sendRotationNearby to use PosRot instead of TeleportEntity (commit: d69f17c)
—
fullwall /
githubweb
- Fix hurt animation in 1.19.3 (commit: 89e8c37)
—
fullwall /
githubweb
- Fix an issue with /npc metadata and enum keys, set lookclose target to null if not enabled (commit: 6a83009)
—
fullwall /
githubweb
- Add stuck action setting (commit: 7db27a3)
—
fullwall /
githubweb
- Add unstable API for hologramtrait (commit: 19b917e)
—
fullwall /
githubweb
- Convert /npc pose to flag yaw / pitch arguments (commit: 7a345b2)
—
fullwall /
githubweb
- Allow extra arg for /npc pose (commit: 17c3329)
—
fullwall /
githubweb
- Implement basic stat tracking for traits (commit: e2e4b2a)
—
fullwall /
githubweb
- Add /npc pose [yaw] [pitch] --save [name] (commit: c1ae7aa)
—
fullwall /
githubweb
- Default allow to entity head pitching. (commit: 0b82ee2)
—
fullwall /
githubweb
- Change EntityDamageEvent listenerpriority to lowest (commit: 283a2a3)
—
fullwall /
githubweb
- Adjust hologram name NPC implementation (commit: 85c9178)
—
fullwall /
githubweb
- Implement player placeholders in hologram names (commit: ed4f43a)
—
fullwall /
githubweb
- Fix wrong registry name creation for /npc create (commit: 798ec1c)
—
fullwall /
githubweb
- Remove VocalChord/SpeechFactory (commit: b53955e)
—
fullwall /
githubweb
- Fix wrong command ID for /npc command remove (commit: 78c025a)
—
fullwall /
githubweb
- Packet NPC fixes (commit: ef5cd29)
—
fullwall /
githubweb
- Add /npc panda -e (commit: fe0abfd)
—
fullwall /
githubweb
- Implement playerfilter api (commit: 71ecc70)
—
fullwall /
githubweb
- Reset UUIDs to version 2 on old minecraft versions (commit: 5ef9925)
—
fullwall /
githubweb
- Partially restore uuid version reset code (commit: 5bb73b3)
—
fullwall /
githubweb
- Null checks (commit: 07d2c97)
—
fullwall /
githubweb
- Remove debug code (commit: f895169)
—
fullwall /
githubweb
- Tweak how equipment updates are detected (commit: fcb0c7d)
—
fullwall /
githubweb
- Add missing NMSBridge default impl (commit: 155ffe5)
—
fullwall /
githubweb
- Update CONTRIBUTING.md (commit: 7e4fa5d)
—
fullwall /
githubweb
- Fix a scoreboard issue when renaming NPCs (commit: ef34ed2)
—
fullwall /
githubweb
- Add /npc painting (commit: 4f9506c)
—
fullwall /
githubweb
- Add shift click max buy/sell to the shop trait (commit: 163499f)
—
fullwall /
githubweb
- Add guided waypoint msg (commit: d6ffa08)
—
fullwall /
githubweb
- Fix guided waypoint provider (commit: a82e39f)
—
fullwall /
githubweb
- Remove 1.17 from parent pom (commit: d743009)
—
fullwall /
githubweb
- Add .yml to build cache (commit: 2cc0c13)
—
fullwall /
githubweb
- Fix /npc follow <NPC ID> (commit: e0a66ff)
—
fullwall /
githubweb
- Trial adding .mvn (commit: e3e2d16)
—
fullwall /
githubweb
- Use armor stands for holograms (commit: f88c277)
—
fullwall /
githubweb
- More ender dragon fixes (commit: d8b7a37)
—
fullwall /
githubweb
- Add /npc enderdragon --destroywalls (commit: efff2ff)
—
fullwall /
githubweb
- Fix mineskin API calls and hologram name height (commit: e8a5a1c)
—
fullwall /
githubweb
- Check for enderdragon death (commit: 9b7a6e0)
—
fullwall /
githubweb
- Add /npc skin --file (commit: f297808)
—
fullwall /
githubweb
- Sync ender dragon parts (commit: c171e3f)
—
fullwall /
githubweb
- Remove indirection (commit: a1281c3)
—
fullwall /
githubweb
- Allow on the fly /npc trackingrange (commit: 84c581d)
—
fullwall /
githubweb
- Fix inappropriate double AI updating for parrots/warden (commit: 4f0cf51)
—
fullwall /
githubweb
- Delay protocollib loading (commit: bafc6df)
—
fullwall /
githubweb
- Implement pitchable look control (commit: 82030a6)
—
fullwall /
githubweb
- Improve triggers editor. (commit: 4a55753)
—
fullwall /
githubweb
- Enable text display by default (commit: bdc2264)
—
fullwall /
githubweb
- Backport armor stand movement to 1.16-1.17 (commit: eac2d33)
—
fullwall /
githubweb
- Backport armor stand movement to 1.18.2 (commit: 5a0184c)
—
fullwall /
githubweb
- Refactoring to allow armor stands to move (commit: 9cff1af)
—
fullwall /
githubweb
- Don't use text displays for holograms (commit: f269019)
—
fullwall /
githubweb
- Fix incorrect controller for item/text display (commit: 904d83d)
—
fullwall /
githubweb
- Allow /npc follow to work with entities rather than just players (commit: 48a30c5)
—
fullwall /
githubweb
- Fix hologram trait on older minecraft version (commit: 14e90b1)
—
fullwall /
githubweb
- Add new remapping (commit: aef7d42)
—
fullwall /
githubweb
- Adjust command costs so that they are only charged after checking that the command can be used, adjust itemcost algorithm (commit: 4663340)
—
fullwall /
githubweb
- Fix no such method error on severely outdated minecraft versions, add InteractionController (commit: b35c815)
—
fullwall /
githubweb
- Dist wasn't updated (commit: c196b27)
—
fullwall /
githubweb
- Initial 1.19.4 update. Of note: sniffers are known to not be working (commit: 299f781)
—
fullwall /
githubweb
- Add config comments, remove subplugins, remove NPCEnderTeleportEvent (commit: e6f8a47)
—
fullwall /
githubweb
- Allow /npc select to work with blocks (commit: 6a19f19)
—
fullwall /
githubweb
- Add PAPI nearest npc id placeholder (commit: 6d03d3c)
—
fullwall /
githubweb
- Fix time conversion code (commit: 2d8ea82)
—
fullwall /
githubweb
- Fix Java 8 compat (commit: b9f10a2)
—
fullwall /
githubweb
- One more... (commit: f8c8b8a)
—
fullwall /
githubweb
- Fix a few more invalid ticks (commit: 4053795)
—
fullwall /
githubweb
- Fix NumberFormatException in latest builds (commit: bd8d5a7)
—
fullwall /
githubweb
- Remove debug (commit: af519a3)
—
fullwall /
githubweb
- Add durations to settings, allow falling distance to be set for all mobs (commit: 74a8611)
—
fullwall /
githubweb
- Fix compile error (commit: a29e7cb)
—
fullwall /
githubweb
- Implement player filtering, replace all entity trackers, compatibility update for async entity tracking (commit: b02a3d8)
—
fullwall /
githubweb
- Distribute license in jar (commit: ebcc9c1)
—
fullwall /
githubweb
- Fix NPCs constantly trying to swim, relicense to LGPL (commit: 248e9de)
—
fullwall /
githubweb
- Add /npc packet (commit: cb6f8be)
—
fullwall /
githubweb
- Block ignition for protected creepers (commit: 98e95b6)
—
fullwall /
githubweb
- Use new method (commit: c22916b)
—
fullwall /
githubweb
- When-player-within rather than when_player_within (commit: ef9220b)
—
fullwall /
githubweb
- isNavigating() considers paused status (commit: fc66909)
—
fullwall /
githubweb
- PICKUP_ITEMS now defaults to false rather than isProtected (commit: 8235ed1)
—
fullwall /
githubweb
- Minor formatting change (commit: 960e103)
—
fullwall /
githubweb
- Try fix controllable / sit trait issues (commit: 63f1013)
—
fullwall /
githubweb
- Reformat pom (commit: 61fd34d)
—
fullwall /
githubweb
- Fix logic error in allay reset, code cleanup (commit: 8fa5a96)
—
fullwall /
githubweb
- Must be spawned for /npc equip (commit: 5087ffb)
—
fullwall /
githubweb
- Try harder to pause wander goal during editor (commit: d76841c)
—
fullwall /
githubweb
- Add simple /npc pausepathfinding command (commit: 585df3f)
—
fullwall /
githubweb
- Delay allay reset packets (commit: 224ffc7)
—
fullwall /
githubweb
- Fix minor typo (commit: e140883)
—
fullwall /
githubweb
- Trial teleporting players directly without calling PlayerTeleportEvent (commit: d35dcb8)
—
fullwall /
githubweb
- Added a name update delay (commit: 679873c)
—
fullwall /
githubweb
- Add isPushable implementations for 1.17-1.19 (commit: 420005c)
—
fullwall /
githubweb
- Add basic /wp remove command (commit: 6f754d2)
—
fullwall /
githubweb
- Ensure boss bar progress between 0 and 1 (commit: c31624f)
—
fullwall /
githubweb
- Further Allay syncing (commit: 5bc6b07)
—
fullwall /
githubweb
- Fix commandaction grant not respecting op/server (commit: 27991c9)
—
fullwall /
githubweb
- Clearing offhand seems to work even better for allays (commit: 3119373)
—
fullwall /
githubweb
- Use teleportcause (commit: a09a54d)
—
fullwall /
githubweb
- Cancel item despawns for item NPCs (commit: 22e1821)
—
fullwall /
githubweb
- Add some debug to shops saving (commit: dc384e4)
—
fullwall /
githubweb
- Add /npc panda -n -r for rolling and sneezing (commit: e9c989b)
—
fullwall /
githubweb
- Add per-line margin to hologram lines for items (commit: 9bf3194)
—
fullwall /
githubweb
- Need to set zza (commit: 9cebd48)
—
fullwall /
githubweb
- Get rid of a second stack overflow (commit: bd50e42)
—
fullwall /
githubweb
- Simplify boundingbox api (commit: f64e28f)
—
fullwall /
githubweb
- Fix fluid push stack overflow (commit: c66a5b5)
—
fullwall /
githubweb
- More code refactoring (commit: 871c7c0)
—
fullwall /
githubweb
- Code size reduction (commit: ad21826)
—
fullwall /
githubweb
- Fix npcselector getBlockData error (commit: 3ae6c29)
—
fullwall /
githubweb
- Fix bug in item parsing for holograms, allow arbitrary bounding boxes for BoundingBoxTrait, attempt to unify common code across NMS implementations (commit: 8f43ca7)
—
fullwall /
githubweb
- Fix /npc mirror with uuid change (commit: b0a2c51)
—
fullwall /
githubweb
- Simplify skinupdatetracker (commit: 142931a)
—
fullwall /
githubweb
- Actually not an off by one (commit: dddabd1)
—
fullwall /
githubweb
- Fix off by one command nUsed (commit: 0f68429)
—
fullwall /
githubweb
- Check world first in skin trackers (commit: 41ca21a)
—
fullwall /
githubweb
- Don't clear uuid version (commit: fe4434d)
—
fullwall /
githubweb
- Make NPCs more likely to swim, add speed setting in water (commit: 7244834)
—
fullwall /
githubweb
- Reorder npc update() (commit: bbfbc76)
—
fullwall /
githubweb
- Reorder update() method (commit: 8ba9d2c)
—
fullwall /
githubweb
- Add --distance argument (commit: 504a383)
—
fullwall /
githubweb
- Add basic /npc home command (commit: a61befb)
—
fullwall /
githubweb
- Fix phantom bugs (commit: ba04e4b)
—
fullwall /
githubweb
- Further tweaks to using item animations (commit: 2a64529)
—
fullwall /
githubweb
- Check NPC spawned (commit: f759c81)
—
fullwall /
githubweb
- Trial delaying scoreboard removal on death (commit: b21af8d)
—
fullwall /
githubweb
- Refactoring, add debug for shop trait onRemove(), add at argument for PlayerAnimation waypoint trigger (commit: 3b00f77)
—
fullwall /
githubweb
- Send entity teleport packet instead of look only for packet sessions, remove from tablist (commit: c258ad1)
—
fullwall /
githubweb
- Snowman performance change (commit: e828782)
—
fullwall /
githubweb
- Fix /npc text talk delay message (commit: 126d4f9)
—
fullwall /
githubweb
- Add null check for A* finder, clone itemstacks in drop trait (commit: 52955fe)
—
fullwall /
githubweb
- Add /npc aggressive (commit: 72c136e)
—
fullwall /
githubweb
- Replace NPC names in Placeholders rather than Chat trait (commit: 367cbd3)
—
fullwall /
githubweb
- Check papi/plib enabled (commit: 8ad3a14)
—
fullwall /
githubweb
- Mirror result slot (commit: a0439a3)
—
fullwall /
githubweb
- Add op/server toggles to shop (commit: eed9170)
—
fullwall /
githubweb
- Try not hooking into viaversion for protocol version (commit: 12f507f)
—
fullwall /
githubweb
- Correct repair/result inventory fields (commit: 1e50f47)
—
fullwall /
githubweb
- Fix some 1.8.8 shop compat (commit: aee977e)
—
fullwall /
githubweb
- Fix player ticking (commit: ffac34f)
—
fullwall /
githubweb
- Implement new API (commit: 98c5c48)
—
fullwall /
githubweb
- More 1.8.8 compatibility (commit: d9e7ec4)
—
fullwall /
githubweb
- Packet NPCs now properly spawn, fix NPE in new pathfinder, fix 1.8.8 compatibility with /npc shop (commit: ffef42e)
—
fullwall /
githubweb
- Add /npc hitbox, WIP packet NPCs (commit: e21681f)
—
fullwall /
githubweb
- Try rename (commit: 26bf39c)
—
fullwall /
githubweb
- Null checks in scoreboard trait (commit: 6165f4c)
—
fullwall /
githubweb
- Fix legacy skull texture loading (commit: aa59e15)
—
fullwall /
githubweb
- Make default text cooldown range higher (commit: fda3c9d)
—
fullwall /
githubweb
- Add a random text delay default setting of 20-40ticks (commit: 4331219)
—
fullwall /
githubweb
- Don't reload locationlookup (commit: 402095c)
—
fullwall /
githubweb
- Add /npc lookclose --headonly (commit: b38a66d)
—
fullwall /
githubweb
- Add basic cost/result placeholders. (commit: 83040ed)
—
fullwall /
githubweb
- Cancel location lookup taskg (commit: fa5cdb9)
—
fullwall /
githubweb
- Fix sneak animation (commit: 36feecd)
—
fullwall /
githubweb
- Refresh locationLookup on /citizens reload (commit: c706b17)
—
fullwall /
githubweb
- Fix per-player lookclose (commit: 9103823)
—
fullwall /
githubweb
- Simplify PlayerUpdateTask (commit: b428010)
—
fullwall /
githubweb
- Implement API, check for invalid Player references, remove Text min/max-cooldown settings and fix Text delay/right click cancellations, make SitTrait work with npc#teleport (commit: b8e79b2)
—
fullwall /
githubweb
- Update NMSImpl.java (commit: 1ceb515)
—
noreply /
githubweb
- Workaround protocollib not supported listed boolean, fix dolphins moving while on ground, add /npc bossbar --range, add /npc create --nameplate --temporaryticks (commit: a669a8a)
—
fullwall /
githubweb
- Set nophysics flag on setGameMode (commit: c11da48)
—
fullwall /
githubweb
- Add warning for npc select within commands (commit: cdb75db)
—
fullwall /
githubweb
- Simplify command block logic (commit: 027e4d2)
—
fullwall /
githubweb
- Set all connected command block sender selected (commit: ef49f07)
—
fullwall /
githubweb
- Add /npc lookclose --targetnpcs (commit: b8a608e)
—
fullwall /
githubweb
- Upgrade skull saving (commit: 4590193)
—
fullwall /
githubweb
- Check for floodgate players (commit: 7577a04)
—
fullwall /
githubweb
- getHand() removal (commit: 550c72a)
—
fullwall /
githubweb
- Refresh sleep timers (commit: f6823fd)
—
fullwall /
githubweb
- Check parsed name length (commit: 36671da)
—
fullwall /
githubweb
- Add /npc mirror for skins (commit: 27603af)
—
fullwall /
githubweb
- Use new API (commit: 886d83e)
—
fullwall /
githubweb
- Use per player metadata API (commit: 8c10fe8)
—
fullwall /
githubweb
- Use names consistently (commit: 0e2dd23)
—
fullwall /
githubweb
- Be more aggressive with bed packets in older minecraft versions (commit: 8f21f87)
—
fullwall /
githubweb
- Fix custom name components in 1.8.8-1.12.2, (commit: 4c958b5)
—
fullwall /
githubweb
- Catch IllegalArgumentException from ProtocolLib (commit: 45d7a07)
—
fullwall /
githubweb
- Clear previousGlowingCOlor on despawn (commit: 1a102e7)
—
fullwall /
githubweb
- Catch NSME on network listener set (commit: 75b3ec1)
—
fullwall /
githubweb
- Catch exception from protocollib (commit: aa61f6b)
—
fullwall /
githubweb
- Send arm swing after tablist (commit: d94cd00)
—
fullwall /
githubweb
- Allow /npc shop to be performed without an NPC selected (commit: e7e2efd)
—
fullwall /
githubweb
- Move settings around (commit: f5dcdb8)
—
fullwall /
githubweb
- Implement metadata (commit: 8d202aa)
—
fullwall /
githubweb
- Add /npc spellcast (commit: e90096e)
—
fullwall /
githubweb
- Fix viabackwards on 1.19.3 (commit: 2e3ba07)
—
fullwall /
githubweb
- Fix /npc camel and /npc llama (commit: 3ee17c6)
—
fullwall /
githubweb
- Remove debugging code (commit: 44e988b)
—
fullwall /
githubweb
- Don't send per-player rotation packets as often (commit: f9def3f)
—
fullwall /
githubweb
- Remove some unused messages (commit: 6ced30f)
—
fullwall /
githubweb
- Switch to use new method (commit: 5a82133)
—
fullwall /
githubweb
- Add /npc camel, minor code cleanup (commit: c6e7ce6)
—
fullwall /
githubweb
- Don't forward registration calls in entity registry (commit: 33b6e6e)
—
fullwall /
githubweb
- Fix /npc text pages, add via version backcompat (commit: 249074c)
—
fullwall /
githubweb
- Implement more methods for custom entity registry (commit: f90b1f7)
—
fullwall /
githubweb
- Make custom entity registry forcibly unfrozen as suggested in #2947 (commit: d44cebd)
—
fullwall /
githubweb
- Plugins seem to mess with netty versioning so just always create metadata (commit: 8f29e6f)
—
fullwall /
githubweb
- May as well set name to empty component (commit: ab458f4)
—
fullwall /
githubweb
- Create full tablist packets (commit: bc16fb9)
—
fullwall /
githubweb
- Need to send two packets (commit: 1c44203)
—
fullwall /
githubweb
- Add UPDATE_LISTED action (commit: d49781d)
—
fullwall /
githubweb
- Send page /npc t ext (commit: 505b61d)
—
fullwall /
githubweb
- Fix two typos (commit: b78312b)
—
fullwall /
githubweb
- Add perplayer lookclose, rework templates, add message to send on click to shop trait, remove profiler call in player navigation which broke compatibility with certain plugins (commit: ab0c706)
—
fullwall /
githubweb
- Add camel to horse types (commit: 5254f65)
—
fullwall /
githubweb
- Add camel support (commit: b4b54da)
—
fullwall /
githubweb
- Only send entity metadata if dirty (commit: dffccdd)
—
fullwall /
githubweb
- Add CommandAction (commit: 2034ca6)
—
fullwall /
githubweb
- Run cleanup (commit: 46b18ee)
—
fullwall /
githubweb
- Use npc.isProtected() (commit: b243d96)
—
fullwall /
githubweb
- 1.8.8 compat (commit: 57d27f3)
—
fullwall /
githubweb
- Implement a few more entity registry methods (commit: 4212921)
—
fullwall /
githubweb
- Forward more registry methods (commit: 27d7b2d)
—
fullwall /
githubweb
- Initial update to 1.19.3 (commit: 139158c)
—
fullwall /
githubweb
- Clone items in ItemAction (commit: 2681e05)
—
fullwall /
githubweb
- Make lookAtFunction use packets for yaw, tweak API further (commit: d34fd48)
—
fullwall /
githubweb
- Remove shop on trait remove (commit: 6533cdc)
—
fullwall /
githubweb
- Create ShopsTrait properly (commit: 97c2417)
—
fullwall /
githubweb
- Default to using channel metadata (commit: a74e40e)
—
fullwall /
githubweb
- Move minecraft placeholder cache to AbstractNPC (commit: 0623080)
—
fullwall /
githubweb
- Minimise netty version (commit: 9da5ac7)
—
fullwall /
githubweb
- Use new lookup api (commit: fef03ea)
—
fullwall /
githubweb
- Remove some global state from shops (commit: 6fec436)
—
fullwall /
githubweb
- Remove some dead code (commit: c935caa)
—
fullwall /
githubweb
- Add item args to /npc create and /npc item, remove Nameable reference (commit: ac387b2)
—
fullwall /
githubweb
- Fix some issues with ShopTrait item costs/results and add NBT filter API. Adjust /npc item to be more flexible. (commit: ede598c)
—
fullwall /
githubweb
- Null check shop name and make default shop name (commit: c68a7ad)
—
fullwall /
githubweb
- Adjust ChannelMetadata Netty version (commit: b00ef08)
—
fullwall /
githubweb
- Add way to set custom name directly (commit: 8a65d4a)
—
fullwall /
githubweb
- Make /npc shop open on right click with named shops too (commit: d8a4c73)
—
fullwall /
githubweb
- Add per-player rotation API (commit: b805019)
—
fullwall /
githubweb
- Cast to player in MoneyAction (commit: f932661)
—
fullwall /
githubweb
- Add onRemove for cleanup code (commit: b28d689)
—
fullwall /
githubweb
- Fix colors in /npc horse (commit: 5408e70)
—
fullwall /
githubweb
- Import deps for javadoc purposes (commit: 0e97f2f)
—
fullwall /
githubweb
- Enforce collidability even if not explicitly set (commit: bfbc241)
—
fullwall /
githubweb
- Set sleep status every tick for now (only necessary on 1.14 and below) (commit: 9d00285)
—
fullwall /
githubweb
- Implement cancellable variant (commit: d9c55b9)
—
fullwall /
githubweb
- Check for outdated versions of minecraft in SleepTrait (commit: 868c7a4)
—
fullwall /
githubweb
- Fix NPE in /npc lookclose (commit: 12faab3)
—
fullwall /
githubweb
- Implement knockback event (commit: ed9230c)
—
fullwall /
githubweb
- Implement isPushableByFluid metadata up to 1.13.2 (commit: da19c90)
—
fullwall /
githubweb
- Have to use basic logger until libraries loaded (commit: adc4e0c)
—
fullwall /
githubweb
- Adjust lookclose (commit: a3780e4)
—
fullwall /
githubweb
- Trial using runtime maven dependencies to reduce jar size (commit: 7d2a222)
—
fullwall /
githubweb
- Clear sleeping status on despawn, add some messages in /npc hurt for non-damageable entities (commit: 06b1568)
—
fullwall /
githubweb
- Fix NMS#sleep (commit: 85dd78e)
—
fullwall /
githubweb
- Subtle behaviour change to make players remove themselves from tablist on death (commit: c02391c)
—
fullwall /
githubweb
- Pass wander pause through to wander goal, fix SleepTrait (commit: 102630a)
—
fullwall /
githubweb
- Make /npc pickupitems persistent (commit: ce1f306)
—
fullwall /
githubweb
- Fix /npc pickupitems message and for players, null casing for /npc panimate START_SLEEPING (commit: 35245a5)
—
fullwall /
githubweb
- Widen navigating definition (commit: 73689cf)
—
fullwall /
githubweb
- Minor changes (commit: cda8ace)
—
fullwall /
githubweb
- Streamline default vocal chord in preparation for speech API simplification (commit: c03160e)
—
fullwall /
githubweb
- Restore behavior tree before calling warden ai (commit: d532dae)
—
fullwall /
githubweb
- Fix wardens not having their dig cooldown set properly (commit: 45114dc)
—
fullwall /
githubweb
- More sane highlight colour handling, be flexible with name length if placeholder immediately replaces (commit: 372d209)
—
fullwall /
githubweb
- Add requireUndamaged to item cost (commit: 891b480)
—
fullwall /
githubweb
- Fix /npc text remove clickable not working, make /npc shop item action work on material alone for now (commit: a91f0cd)
—
fullwall /
githubweb
- More robust way of checking EntityTransformEvent existence (commit: ebe1d27)
—
fullwall /
githubweb
- Add SleepTrait (commit: f8cdbc4)
—
fullwall /
githubweb
- Add arglength checking for /npc command clearerror (commit: 353699f)
—
fullwall /
githubweb
- Add /npc command clearerror (commit: bbf7ca2)
—
fullwall /
githubweb
- Add STOP_ELYTRA PlayerAnimation, add a right click option to /npc shop to avoid having to make a command for it (commit: f6d7ebe)
—
fullwall /
githubweb
- Switch to entities unload event for new paper chunkloading system (commit: 84e5940)
—
fullwall /
githubweb
- Convert command describe to minimessage (commit: b88dbf2)
—
fullwall /
githubweb
- WIP fix for NPCs not despawning properly (commit: d04ea81)
—
fullwall /
githubweb
- Rework HologramTrait implementation (commit: 2b19473)
—
fullwall /
githubweb
- Adjust /npc text to consider delay in right click as well (commit: dee442e)
—
fullwall /
githubweb
- Update /npc text editor to minimessage (commit: 5a5bc13)
—
fullwall /
githubweb
- Fix /npc text incorrect formatting (commit: b3aa62a)
—
fullwall /
githubweb
- Add /npc speak --range (commit: 856b40b)
—
fullwall /
githubweb
- Remove <reset> from text (commit: 1213c54)
—
fullwall /
githubweb
- Add reset to NPC text (commit: b686323)
—
fullwall /
githubweb
- Add /npc jump and /npc wander (commit: 91feca6)
—
fullwall /
githubweb
- Convert messages to use minimessage (commit: eb5adf9)
—
fullwall /
githubweb
- Consolidate sit implementation, persist sit location to avoid sinking over successive restarts (commit: fc83c28)
—
fullwall /
githubweb
- STOP_USE_ITEM not supported (commit: d11fd91)
—
fullwall /
githubweb
- Don't use google commons in Util#requiresNettyChannelMetadata (#2907) (commit: 2a4f222)
—
noreply /
githubweb
- Minor changes (commit: 838aa30)
—
fullwall /
githubweb
- Make pathfinder max visited nodes configurable (#2902) (commit: d29781e)
—
noreply /
githubweb
- Improve Util#requiresNettyChannelMetadata - support newer netty version (#2901) (commit: bfc7a54)
—
noreply /
githubweb
- Add some basic permissions checks (commit: 20423c0)
—
fullwall /
githubweb
- Update trait commands (commit: d241cdb)
—
fullwall /
githubweb
- Fix wither arrow shield typo (commit: 03e757d)
—
fullwall /
githubweb
- Fix EntityTransformEvent on old versions of minecraft (commit: 12b60fc)
—
fullwall /
githubweb
- Fix snowman in 1.19 (commit: 2e820be)
—
fullwall /
githubweb
- Try to deploy parent pom (commit: 1977e14)
—
fullwall /
githubweb
- Update poms for new repo (commit: d64cfda)
—
fullwall /
githubweb
- Block entity transformations if protected (commit: b6563db)
—
fullwall /
githubweb
- Make /npc list slightly more intuitive (commit: eed8457)
—
fullwall /
githubweb
- Change repo url (commit: bbbb8e9)
—
fullwall /
githubweb
- Add deploy phase (commit: e65ac15)
—
fullwall /
githubweb
- Adjust /npc wither charged -> invulnerable, add arrow-shield (commit: 1ccc2ea)
—
fullwall /
githubweb
- Update pom.xml (commit: a70ca4f)
—
fullwall /
githubweb
- Use @Arg in NPCCommands (commit: f2021cd)
—
fullwall /
githubweb
- Implement new flag command API, fix hologram line display (commit: a316a87)
—
fullwall /
githubweb
- Add temporary hologram lines (commit: 61b71cb)
—
fullwall /
githubweb
- Make text edit check argument length, move some code into ProfileFetchThread (commit: 6270985)
—
fullwall /
githubweb
- Backport changes (commit: 4347901)
—
fullwall /
githubweb
- Compare center (commit: 479e350)
—
fullwall /
githubweb
- Change logging (commit: 6b2440d)
—
fullwall /
githubweb
- Add debugging command (commit: 0a0f4a8)
—
fullwall /
githubweb
- Change default delay setting (commit: a1da32d)
—
fullwall /
githubweb
- Placeholders for speech bubbles, /npc command errormsg (commit: 30b2f5a)
—
fullwall /
githubweb
- Sets.difference is not working in 1.8.8 (commit: 9592de5)
—
fullwall /
githubweb
- Fixes to hologramtrait (commit: 8bee4c8)
—
fullwall /
githubweb
- Clamp yaw properly for smoothrotationtrait (commit: 0645934)
—
fullwall /
githubweb
- Bump to 1.19.2 (commit: 4bb3ee8)
—
fullwall /
githubweb
- Move EntitiesLoadEvent to a separate file (commit: 7bbe87b)
—
fullwall /
githubweb
- Use new netty method (commit: 972be82)
—
fullwall /
githubweb
- Use EntitiesLoadEvent instead of ChunkLoadEvent, other minor fixes (commit: 0afeb47)
—
fullwall /
githubweb
- Fix zombievillager error in 1.8 (commit: 3409b06)
—
fullwall /
githubweb
- Use placeholders in /npc shop (commit: 967fea0)
—
fullwall /
githubweb
- Fix spaces in server names (commit: 8b488dd)
—
fullwall /
githubweb
- Cleanup and use new method (commit: 7f993e2)
—
fullwall /
githubweb
- Implement new methods (commit: 748af9f)
—
fullwall /
githubweb
- Simplify navigator interface (commit: e9d197e)
—
fullwall /
githubweb
- Add /npc allay (commit: 7b3c0c8)
—
fullwall /
githubweb
- 1.19.1 update (commit: 2aa6b86)
—
fullwall /
githubweb
- Work on npc shop; now possible to buy and sell (commit: 70d7cfa)
—
fullwall /
githubweb
- Use setClickHandler (commit: 1f9931f)
—
fullwall /
githubweb
- Switch back to sending scoreboards on change only (commit: d888d13)
—
fullwall /
githubweb
- All NPCs should send scoreboard teams on player join (commit: 2b88eb7)
—
fullwall /
githubweb
- Temporarily update scoreboard every time (commit: 048f087)
—
fullwall /
githubweb
- Work on /npc shop, QoL tweaks, fix scoreboard team removal (commit: 9cf7779)
—
fullwall /
githubweb
- Stop anvil guis from giving out input items (commit: ddf5660)
—
fullwall /
githubweb
- Integrate team creation directly into ScoreboardTrait (commit: 5dbc578)
—
fullwall /
githubweb
- Try scanning the online players less (commit: 71bc177)
—
fullwall /
githubweb
- Aggressively send scoreboard teams (commit: acca94d)
—
fullwall /
githubweb
- Null check command charged (commit: ac92baf)
—
fullwall /
githubweb
- Update /npc metadata remove message (commit: d5db707)
—
fullwall /
githubweb
- Don't try to swim if gravity disabled (commit: a90c319)
—
fullwall /
githubweb
- Cleanup (commit: b28348e)
—
fullwall /
githubweb
- Update maven pom plugin version and trial a microoptimisation for players (commit: d7ce79f)
—
fullwall /
githubweb
- Fix updateInventoryTitle on containers (commit: b6eb42e)
—
fullwall /
githubweb
- Attempt to fix title updating (commit: b89073d)
—
fullwall /
githubweb
- Work on /npc shop (commit: 8c004fc)
—
fullwall /
githubweb
- Wrong ChatColor import (commit: 805cd35)
—
fullwall /
githubweb
- Fix a minor bug with /npc shop (commit: e783423)
—
fullwall /
githubweb
- Make llamatrait 1.12 compatible, work on /npc shop (commit: 9c9199d)
—
fullwall /
githubweb
- Manually prevent clientside prediction for allay pickups, prevent item pickups on protected mobs (commit: 34aea65)
—
fullwall /
githubweb
- Fix itemcost, don't execute commands if cost not reached (commit: 674a621)
—
fullwall /
githubweb
- Update messages_fr.properties (#2831) (commit: bbf5ca9)
—
noreply /
githubweb
- Null check bossbar style (commit: a81d8db)
—
fullwall /
githubweb
- Fix itemframes, add /npc debug command, don't lowercase skin names early in skintrait (commit: 58b5317)
—
fullwall /
githubweb
- Add null check (commit: f462fe9)
—
fullwall /
githubweb
- Remove team unregistering to ScoreboardTrait, add scoreboard-teams send ticks to assist with a possible scoreboard conflict (commit: 4dfac9c)
—
fullwall /
githubweb
- Consolidate versioned trait commands (commit: 3fcf893)
—
fullwall /
githubweb
- QoL changes to /npc list /npc command (commit: aaca317)
—
fullwall /
githubweb
- Check for online players in /npc remove --owner (commit: 665e19d)
—
fullwall /
githubweb
- Add /npc piglin --dancing (commit: 98c2d34)
—
fullwall /
githubweb
- Fix double updating bee/bat/ghast AI (commit: 35dd407)
—
fullwall /
githubweb
- Add entity spawn wait ticks settings for debugging purposes (commit: dfbdfae)
—
fullwall /
githubweb
- Fix say in /npc command (commit: 55f8a1f)
—
fullwall /
githubweb
- Use new builder style WanderGoal (commit: 58da848)
—
fullwall /
githubweb
- Fix SmoothRotationTrait rotating towards 0 on respawn (commit: d761763)
—
fullwall /
githubweb
- Fix smoothrotation calculations (commit: c6a1aba)
—
fullwall /
githubweb
- Rework /npc text (commit: 9ce4a90)
—
fullwall /
githubweb
- Speech bubbles persist (commit: e54e443)
—
fullwall /
githubweb
- Make --id check less specific (commit: 5cd35fd)
—
fullwall /
githubweb
- Modify blockbreaker distance calculations (commit: 8c4b72c)
—
fullwall /
githubweb
- Match npc commands slightly more safely (commit: 659a5b1)
—
fullwall /
githubweb
- Add 'say' option to /npc command and add the NPC id for /npc commands (commit: 1cdeda5)
—
fullwall /
githubweb
- Fix dropstrait, allow player hurt/death sound to be set (commit: 36cbef8)
—
fullwall /
githubweb
- Cancel navigation once in range (commit: 9906c44)
—
fullwall /
githubweb
- Set destination even for non NPCs (commit: bf53272)
—
fullwall /
githubweb
- Target the blockbreaker block directly and adjust pathDistanceMargin to get close enough to it (commit: 1ca2567)
—
fullwall /
githubweb
- Measure block breaker distance from center block (commit: d0366bc)
—
fullwall /
githubweb
- Adjust minecraft pathfinder to look less frequently and pathfind closer to destination in players (commit: 318596c)
—
fullwall /
githubweb
- Use new methods (commit: cd652db)
—
fullwall /
githubweb
- Stop allay picking up loot if protected (commit: 552d254)
—
fullwall /
githubweb
- Fix block breaker on old versions not picking up the entity held item (commit: a64ad43)
—
fullwall /
githubweb
- Block minecraft warden/allay behaviours (commit: 8495613)
—
fullwall /
githubweb
- Implement sittrait (commit: 6a15bc2)
—
fullwall /
githubweb
- Add SitTrait for NPCs (commit: 4768a4f)
—
fullwall /
githubweb
- Fix null check in age (commit: 138aaac)
—
fullwall /
githubweb
- Implement anvil GUI (commit: 2e2a837)
—
fullwall /
githubweb
- Implement new API (commit: 21f3a77)
—
fullwall /
githubweb
- Fix tadpoles, /npc goat, don't build unnecessary modules (commit: 53d8e96)
—
fullwall /
githubweb
- Remove entity if world failed to add (commit: aaf8703)
—
fullwall /
githubweb
- Remove exception printing for now (commit: d98833c)
—
fullwall /
githubweb
- Remove eclipse compiler from poms (commit: 4c3224e)
—
fullwall /
githubweb
- Including mockito prevents testing deps from shading (commit: 2a6a69d)
—
fullwall /
githubweb
- Missed dist pom (commit: c75b442)
—
fullwall /
githubweb
- Attempt to update to 1.19 (commit: d94e83b)
—
fullwall /
githubweb
- Fix yaw/pitch calculations for face towards yaw/pitch (commit: 7f1bb5b)
—
fullwall /
githubweb
- Fix npcdamageentity event default cancelled (commit: 70c4ab6)
—
fullwall /
githubweb
- Fixed commandtrait output (commit: 3ff6449)
—
fullwall /
githubweb
- Use single use behavior for /npc blockbreak (commit: a38baa4)
—
fullwall /
githubweb
- Unify getCurrentDestination semantics (commit: 1c459c3)
—
fullwall /
githubweb
- Add SplashPotion for 1.8.8 (commit: 8a78c57)
—
fullwall /
githubweb
- Apply nogravity immediately on spawn and on usage (commit: 487d587)
—
fullwall /
githubweb
- Reduce skin update distance (commit: 8a68b57)
—
fullwall /
githubweb
- Add debug when sending skins to players (commit: 6d1e848)
—
fullwall /
githubweb
- Add ARROW type to 1.8.8 (commit: 5b274ad)
—
fullwall /
githubweb
- Add an arrow type to 1.8.8 (commit: c03ffef)
—
fullwall /
githubweb
- Fix /npc leashable (commit: 8292a95)
—
fullwall /
githubweb
- Update to use new method (commit: 8979fda)
—
fullwall /
githubweb
- Use new API (commit: 47dbd88)
—
fullwall /
githubweb
- wp dt is now a toggle (commit: c880ef8)
—
fullwall /
githubweb
- Require at least one trait to remove (commit: 7092926)
—
fullwall /
githubweb
- Implement new breaker API (commit: e4cd18b)
—
fullwall /
githubweb
- Fix gcooldown not working when used in isolation (commit: 97da84c)
—
fullwall /
githubweb
- Update references (commit: 2341ccf)
—
fullwall /
githubweb
- Refactor rotation more (commit: 234c99b)
—
fullwall /
githubweb
- Refactor PlayerControllerLook into RotationTrait (commit: 8694603)
—
fullwall /
githubweb
- Rename /npc pose --save to /npc pose --mirror and add /npc pose --save to save the current NPC pose (commit: 324d94a)
—
fullwall /
githubweb
- Remove debug output (commit: 3bd2f7d)
—
fullwall /
githubweb
- Add /npc bossbar --track and fix equipment caching logic (commit: 3685d33)
—
fullwall /
githubweb
- Abs diff (commit: 48798ff)
—
fullwall /
githubweb
- Update holograms if height changes (commit: e82eb76)
—
fullwall /
githubweb
- Persist use new pathfinder if set manually (commit: 96ba80e)
—
fullwall /
githubweb
- Convert skin name mismatch exception to debug instead (commit: 46a6c64)
—
fullwall /
githubweb
- Make version incompatible message suggest upgrading Minecraft (commit: 2e886cf)
—
fullwall /
githubweb
- Fix /npc remove --world (commit: 0a6225a)
—
fullwall /
githubweb
- Add /npc panimate (does not persist animations as yet) (commit: 719f115)
—
fullwall /
githubweb
- Renamings from NMS (commit: 53d7a23)
—
fullwall /
githubweb
- Clean up Util (commit: e88a7b6)
—
fullwall /
githubweb
- Work towards lookclose rotation speed changing (commit: f358f6f)
—
fullwall /
githubweb
- Add /npc remove --world (commit: 733064c)
—
fullwall /
githubweb
- Fix bug and add a method to simplify name showing (commit: f4e3786)
—
fullwall /
githubweb
- HologramTrait should have nameplate visible (commit: da76924)
—
fullwall /
githubweb
- Add /trc options to the base /npc lookclose command (commit: 166aa3d)
—
fullwall /
githubweb
- Change EAT_FOOD to LEAVE_BED in 1.18/17 (commit: b0f1290)
—
fullwall /
githubweb
- Remove bossbar on despawn (commit: 2a5b62a)
—
fullwall /
githubweb
- Add customisation of initial no damage ticks (commit: af08a77)
—
fullwall /
githubweb
- Fix spawned debug message (commit: 41b1ef5)
—
fullwall /
githubweb
- Null check enderdragon bossbar again, set blank hologram names to hover (commit: 2c8b186)
—
fullwall /
githubweb
- Don't register MobType class (commit: 577dc72)
—
fullwall /
githubweb
- Add more info to debug messages to help with debugging (commit: 4bf4dc0)
—
fullwall /
githubweb
- Cap load factors consistently (commit: b5f1796)
—
fullwall /
githubweb
- Cap skin packet tracker max entries (commit: 3a5e43b)
—
fullwall /
githubweb
- Unclear why right clicks are cancelled in saddle trait (commit: 9acf264)
—
fullwall /
githubweb
- Null check bounding boxes (commit: 4a61239)
—
fullwall /
githubweb
- Barrier for /npc equip (commit: 4397aa4)
—
fullwall /
githubweb
- Allow /npc equip to work with Striders, fix a bug with /npc look (commit: a16226c)
—
fullwall /
githubweb
- Can be more strict with distance (commit: 3ba991e)
—
fullwall /
githubweb
- Relax distance restriction in move control (commit: 959bee3)
—
fullwall /
githubweb
- Trial change to knockback in 1.8.8 (commit: 96a5889)
—
fullwall /
githubweb
- Null check registry on disable (commit: d00678b)
—
fullwall /
githubweb
- entityBaseTick should update some variables (commit: 908e678)
—
fullwall /
githubweb
- Add enchantment method when attacking in 1.8.8 (commit: bd26f30)
—
fullwall /
githubweb
- Reify shoptrait (commit: 51cecf9)
—
fullwall /
githubweb
- Add custom holder support to CustomEntityRegistry (commit: ae36f4b)
—
fullwall /
githubweb
- Update for 1.18.2 (commit: 0a91768)
—
fullwall /
githubweb
- Run source format (commit: dfb6308)
—
fullwall /
githubweb
- Div by zero check for NMS#look in 1.18 (commit: b31f1a3)
—
fullwall /
githubweb
- Add null checks (commit: 89e06a3)
—
fullwall /
githubweb
- Fix dragon yaw and make it same as rider yaw. Refactor out redundant calculation of yaw (commit: 897c511)
—
fullwall /
githubweb
- Make nonliving entities look at entities too, fix /npc lookclose with shulkers spamming noises (commit: 97d4c3b)
—
fullwall /
githubweb
- Allow NPCs to push other entities (commit: 626b6d6)
—
fullwall /
githubweb
- Also make guided waypoints reset when chagned (commit: 65c7e7c)
—
fullwall /
githubweb
- When changes to the API waypoints list are made they should be reflected in the waypoints goal (commit: b56a1f8)
—
fullwall /
githubweb
- Fix some bugs (commit: ecbab32)
—
fullwall /
githubweb
- Cancel move destination on navigation stop (commit: b1b5704)
—
fullwall /
githubweb
- Refactor blockbreaker, add /npc blockbreak (commit: be019c0)
—
fullwall /
githubweb
- Don't reset custom name (TBC if 1.8.8 is affected) (commit: 87d27c0)
—
fullwall /
githubweb
- Update held item status every tick (commit: 6fd6d12)
—
fullwall /
githubweb
- Improve underwater pathfinding, cleanup (commit: b12ae2e)
—
fullwall /
githubweb
- Implement new PathStrategy method, improve swimming navigation (commit: b26dfb3)
—
fullwall /
githubweb
- Add extra info to /npc command (commit: 208b1c9)
—
fullwall /
githubweb
- Fix flying move controllers not respecting the no gravity setting (commit: 2981f7e)
—
fullwall /
githubweb
- Add rudimentary /npc undo, some misc cleanup (commit: aacff7b)
—
fullwall /
githubweb
- Improve underwater mobs staying in place (commit: 984ce6d)
—
fullwall /
githubweb
- Add glowing for non-player characters, stop 1.8.8 noDamageTicks from going down too fast (commit: bf56a6d)
—
fullwall /
githubweb
- Add /npc useitem (commit: a29fb30)
—
fullwall /
githubweb
- Add debug to chunk load tracking, clarify charging logic in commands (commit: 88ab308)
—
fullwall /
githubweb
- Make NavigatorParameters#run run consistently (commit: 5bf9fdc)
—
fullwall /
githubweb
- Fix /npc command gcooldown (commit: 676590f)
—
fullwall /
githubweb
- Fix first time players (commit: 3ca6576)
—
fullwall /
githubweb
- Waypoint markers should be spawned at the actual location now (commit: c60085e)
—
fullwall /
githubweb
- Cancel current move destination when navigator paused (commit: bef0f16)
—
fullwall /
githubweb
- Implement destinationTeleportMargin. Tweak pathfinding in an attempt to fix minecraft navigation issues with players. Expect changes. (commit: 5c3878d)
—
fullwall /
githubweb
- Fix logic error for offlineplayers (commit: cbfd57e)
—
fullwall /
githubweb
- List profession/rabbit type values using the pretty formatter (commit: 927d27e)
—
fullwall /
githubweb
- Trial minor optimisation (commit: 77aa63f)
—
fullwall /
githubweb
- Avoid setting NPC.COLLIDABLE_METADATA on Player NPCs (commit: 7683516)
—
fullwall /
githubweb
- Enhance /npc metadata (commit: b5a2c30)
—
fullwall /
githubweb
- Implement cross-world teleporting for NPCs (commit: 1ee92a0)
—
fullwall /
githubweb
- Implement metadata on examiner side, relax distance margin for minecraft movement (commit: c702e19)
—
fullwall /
githubweb
- Set exp level for /npc command expcost rather than exp % (commit: 23c4779)
—
fullwall /
githubweb
- Fix movement on 1.12/13 (commit: dad74a3)
—
fullwall /
githubweb
- Delete old code (commit: 83022b0)
—
fullwall /
githubweb
- addWaypoint method for LWP (commit: e4ca2f2)
—
fullwall /
githubweb
- Null check for completeness sake (commit: fdba356)
—
fullwall /
githubweb
- Avoid players seeing item frames to optimise maps in item frames (commit: fe15df7)
—
fullwall /
githubweb
- Add /npc llama -c/b (commit: bf3bf6f)
—
fullwall /
githubweb
- Add packet update delay setting (commit: 5fffa23)
—
fullwall /
githubweb
- Player animations should use setPose method directly. thanks @mcmonkey4eva (commit: b8b1d7f)
—
fullwall /
githubweb
- Further micro-optimisation (commit: 85cf761)
—
fullwall /
githubweb
- Implement a surprisingly missed optimisation (commit: b933246)
—
fullwall /
githubweb
- Use metadata and track players if on the playerlist which should make mobs spawn nearby (commit: 19ee0e2)
—
fullwall /
githubweb
- Implement helper methods and allow hologram lines to be items (commit: 750f8e2)
—
fullwall /
githubweb
- Null check 1.8.8 getCollisionBox (commit: da71b8d)
—
fullwall /
githubweb
- SkinTrait should only update if the Placeholder changes (#2703) (commit: 13f7961)
—
noreply /
githubweb
- Initial update to 1.18.1 (commit: 81404b4)
—
fullwall /
githubweb
- Add placeholderAPI to pom for javadoc (commit: d1a1e7d)
—
fullwall /
githubweb
- Remove 1.14 from build (commit: 674a114)
—
fullwall /
githubweb
- Reduce eclipse compiler version (commit: 71a6e43)
—
fullwall /
githubweb
- Trial updating eclipse compiler version (commit: bbae8d8)
—
fullwall /
githubweb
- Switch 1.8.8 pom to Java 7 (TBD if Java 6 still required) (commit: 3c3e1f1)
—
fullwall /
githubweb
- Initial 1.18 update (commit: 22fe848)
—
fullwall /
githubweb
- Set collidable scoreboard option and always test for placeholders in skin names (commit: 6b30d06)
—
fullwall /
githubweb
- Implement new metadata (commit: 8f341cc)
—
fullwall /
githubweb
- Fix /npc villager --profession error message, more sane boundingbox calculation (commit: 3da3cc2)
—
fullwall /
githubweb
- As a safety measure limit maxY <0.6D (commit: caff1e9)
—
fullwall /
githubweb
- Trial collision box checking for pathfinding to assist with half blocks - needs testing especially with doors (commit: 61c6863)
—
fullwall /
githubweb
- Add missing flags for /npc endercrystal (commit: 3d1d2ef)
—
fullwall /
githubweb
- Add /npc command hideerrors (commit: 968f3fd)
—
fullwall /
githubweb
- Update existing hologram npcs in setLine (commit: 78824a3)
—
fullwall /
githubweb
- Send npc command selector text using Citizens messaging (commit: b55407c)
—
fullwall /
githubweb
- Fix broken build (commit: 7314cec)
—
git_commits /
githubweb
- Improve issue template using Issue forms (#2684) (commit: e7d3a95)
—
noreply /
githubweb
- Fix updated versions of Netty on 1.8 (#2685) (commit: eb8ac56)
—
noreply /
githubweb
- Add /npc command expcost (commit: 7c8b136)
—
fullwall /
githubweb
- Null check missing world (commit: 57adea4)
—
fullwall /
githubweb
- First pass at fall damage (commit: 840f324)
—
fullwall /
githubweb
- equalsIgnoreCase in /npc owner (commit: 21e924f)
—
fullwall /
githubweb
- Null check /npc bossbar (commit: 19c07ff)
—
fullwall /
githubweb
- /npc owner [name] supported again (commit: 25f341e)
—
fullwall /
githubweb
- Drop owner string from Owner trait (commit: 4ecf090)
—
fullwall /
githubweb
- Make /npc chunkload persistent by default (commit: 780899c)
—
fullwall /
githubweb
- Backport bukkitEntity change (commit: fd3833d)
—
fullwall /
githubweb
- Set human entity to null (commit: cfacb52)
—
fullwall /
githubweb
- Trial fix for duplicate UUID spawned (commit: 1842313)
—
fullwall /
githubweb
- Use onPreSpawn event to avoid 'FOUC' in armorstands. Fix invulnerable ticks being reduced too quickly. (commit: 3d3de65)
—
fullwall /
githubweb
- Check hologram height on spawn properly (commit: 620cda6)
—
fullwall /
githubweb
- HologramTrait now alters hologram height if name visibility is toggled (commit: 49559e2)
—
fullwall /
githubweb
- Explicit types for 1.14 and 1.15 (commit: f9bb877)
—
fullwall /
githubweb
- Also fix error in 1.17 (commit: 981c1a7)
—
fullwall /
githubweb
- Adjust for compiler error (commit: 7de789d)
—
fullwall /
githubweb
- Add rough impl of SneakTrait (commit: db825cc)
—
fullwall /
githubweb
- Extra plugin disabled check (commit: 004c46a)
—
fullwall /
githubweb
- Add backcompat code (commit: cffb051)
—
fullwall /
githubweb
- Fix chunk tickets being removed when Citizens is disabled, return correct NPC entity in HologramTrait (commit: cdb7cbb)
—
fullwall /
githubweb
- Add simple chunk ticketing system for pathfinding (commit: 7952600)
—
fullwall /
githubweb
- Check currentLoc status (commit: 9f856f0)
—
fullwall /
githubweb
- Block invalid item material AIR (commit: b930cb2)
—
fullwall /
githubweb
- Check isSpawned in HologramTrait#onSpawn (commit: 11c48c4)
—
fullwall /
githubweb
- Cap skinupdatetracker map size (commit: 14a6004)
—
fullwall /
githubweb
- Make hologram trait update more frequently (commit: 7327162)
—
fullwall /
githubweb
- Add setMountedOn to MountTrait (commit: ef1baf5)
—
fullwall /
githubweb
- Fix start/stop_using_item (commit: 5a554c5)
—
fullwall /
githubweb
- Save to disk on dependent plugin disable (commit: 1ef3e6b)
—
fullwall /
githubweb
- Make plugin disable hack more conservative (commit: 9904e03)
—
fullwall /
githubweb
- Improve /npc text editor, implement speech bubbles, allow armor stands to pathfind using the A* finder, allow /npc bossbar to work on all entities (commit: d4c557d)
—
fullwall /
githubweb
- Delete unused files (commit: cfa4b5f)
—
fullwall /
githubweb
- Preemptive event deregistration (commit: 55cf0c4)
—
fullwall /
githubweb
- Move costs to after other precondition check (commit: 0ff3ee7)
—
fullwall /
githubweb
- Work on plugin disable hack (commit: bc3df49)
—
fullwall /
githubweb
- Adjust hologramtrait (commit: d5434b8)
—
fullwall /
githubweb
- Make plugin disable hack more compatible (commit: dfc48ec)
—
fullwall /
githubweb
- Add workaround for spigot disable issue (commit: c3a70e2)
—
fullwall /
githubweb
- Block water bucket for axolotl as well (commit: 65f5d87)
—
fullwall /
githubweb
- Protect axolotls from buckets (commit: d515c6b)
—
fullwall /
githubweb
- Fix bugs including 1.17.1 player movement, flying yaw and stats incompatibility on 1.17.1 (commit: 53e2b50)
—
fullwall /
githubweb
- Update to 1.17.1 (commit: 3e11320)
—
fullwall /
githubweb
- Add /npc axolotl (commit: 3a50ad5)
—
fullwall /
githubweb
- Add Traditional Chinese translation (#2585) (commit: 5976482)
—
noreply /
githubweb
- Update pom.xml (#2591) (commit: 1558371)
—
noreply /
githubweb
- Add debug for hologram trait (commit: ef4d746)
—
fullwall /
githubweb
- Fix player death from other entities (commit: 2d80f76)
—
fullwall /
githubweb
- Fix MC navigation yaw (commit: 3fadac5)
—
fullwall /
githubweb
- Fix mistranslation (commit: aabdf8e)
—
fullwall /
githubweb
- Fix target location for mc navigator (commit: 5306a68)
—
fullwall /
githubweb
- Use new waterlogged methods (commit: 9c8d26e)
—
fullwall /
githubweb
- Fix blazes, and some issues with paper compat (commit: f5a56ba)
—
fullwall /
githubweb
- Don't build 1.13.2 into JARs for spigot size (commit: cbd046d)
—
fullwall /
githubweb
- Fix PlayerLookControl (commit: d600a7f)
—
fullwall /
githubweb
- Cleanup of old command code (commit: d2f0d7e)
—
fullwall /
githubweb
- Add getFirst<Getter|Setter> API (commit: b199013)
—
fullwall /
githubweb
- Further fixes (commit: bd19c9e)
—
fullwall /
githubweb
- setHeadYaw mappings fix (commit: ffa3c8f)
—
fullwall /
githubweb
- Fix incorrect instanceof call for jumping (commit: 6304842)
—
fullwall /
githubweb
- Test fix for phantoms (commit: 8d17d85)
—
fullwall /
githubweb
- Preliminary update to 1.17 - known bugs include every entity glowing (commit: f2d4c38)
—
fullwall /
githubweb
- Expose hologram entities (commit: 2d5e418)
—
fullwall /
githubweb
- Fix horse mounted navigation (commit: 85c1f8f)
—
fullwall /
githubweb
- Add option to avoid talk-close to NPCs (commit: 22fd1da)
—
fullwall /
githubweb
- Add WIP falling movement examiner (commit: 0ddfcbd)
—
fullwall /
githubweb
- Translate to polish (#2539) (commit: cf6cbaf)
—
noreply /
githubweb
- Refactor scoreboard handling to use instant scoreboard application at spawn (#2544) (commit: 4dc123b)
—
noreply /
githubweb
- Add basics of /npc gui (commit: a4dde9f)
—
fullwall /
githubweb
- Remove living entity requirement for /npc name (commit: 8c120aa)
—
fullwall /
githubweb
- Add /npc chunkload (commit: 3d85ad4)
—
fullwall /
githubweb
- Use NMS methods for isSolid checking (commit: c24ce1e)
—
fullwall /
githubweb
- Fix waypoints load order (commit: c9d8bad)
—
fullwall /
githubweb
- Default bystanders hear targeted chat to false (commit: 354625a)
—
fullwall /
githubweb
- Fix sequential command execution with commands on both hands (commit: 145f9e4)
—
fullwall /
githubweb
- Block protected NPCs from entering boats/minecarts (commit: 0e1e358)
—
fullwall /
githubweb
- Fix /npc sound dependency being removed (commit: 9562345)
—
fullwall /
githubweb
- Pass InventoryDragEvent to GUI menu (commit: 3c1d481)
—
fullwall /
githubweb
- Don't log exceptions in old java versions for module opening (commit: 3ad450b)
—
fullwall /
githubweb
- Don't use the bukkit metadata system which is unreliable for respawning entities (commit: 777a620)
—
fullwall /
githubweb
- Fix entity markers on guided waypoint editor and make toggle path / clear more lenient. Tweaked some copy on the commands to give a better explanation of the guided waypoint feature. (commit: e63f0cc)
—
fullwall /
githubweb
- Fix cooldown setting message parsing - $ was not included in initial setting default, changed substitutor to avoid migrating settings (commit: b986c4d)
—
fullwall /
githubweb
- Fix reflective access warnings (commit: 3a9e538)
—
fullwall /
githubweb
- Sync naming (commit: ca421b9)
—
fullwall /
githubweb
- Add help to /citizens reload (commit: a8a18e1)
—
fullwall /
githubweb
- Fix typo (commit: 874b2f6)
—
fullwall /
githubweb
- Add warning to /npc reload (commit: 8612e32)
—
fullwall /
githubweb
- Fire NPCTeleportEvent in all cases to allow cancelling (commit: 979d6f9)
—
fullwall /
githubweb
- Try to remove reflective access warning on Java 11 (commit: eb4262a)
—
fullwall /
githubweb
- Fix inverted condition in lookclose (commit: 011e58c)
—
fullwall /
githubweb
- Remove extra NPCDespawnEvent (commit: c7789e5)
—
fullwall /
githubweb
- Fix NPE in lookclose (commit: 74839e9)
—
fullwall /
githubweb
- Add debug statement to forwardingNPCHolder (commit: 48a2763)
—
fullwall /
githubweb
- Revert back to old style loading for skin trait (commit: fa0cf4f)
—
fullwall /
githubweb
- Fix load order problem in placeholder skins (commit: 5ec9470)
—
fullwall /
githubweb
- Add basic named parameters for time purposes in command trait (commit: 643e42f)
—
fullwall /
githubweb
- Disable flock caching (commit: f46285b)
—
fullwall /
githubweb
- Only store lastUUID, not full NPC instance (commit: 8a87326)
—
fullwall /
githubweb
- Add /npc create -t and make named registry autocreate (commit: 8afaf23)
—
fullwall /
githubweb
- Fix blank names for a few seconds after spawning a npc. (#2477) (commit: 0b41b24)
—
noreply /
githubweb
- Add /npc create --registry (commit: 6c26f98)
—
fullwall /
githubweb
- Add /npc endercrystal (commit: 4419231)
—
fullwall /
githubweb
- Try translate NPCCommandSelector message (commit: d99109d)
—
fullwall /
githubweb
- Allow unequipping of certain slots (commit: 34398f0)
—
fullwall /
githubweb
- Add more fallback material (commit: 352ec56)
—
fullwall /
githubweb
- Add legacy fallback (commit: 5c62a3f)
—
fullwall /
githubweb
- Increase death animation ticks (commit: 54a66f3)
—
fullwall /
githubweb
- Add simple /npc drops GUI and add NPC selection to /npc follow (commit: 9bbe9ae)
—
fullwall /
githubweb
- Add a separation mechanic to /npc follow (commit: 65d0239)
—
fullwall /
githubweb
- Use and implement new registry API (commit: 52a004f)
—
fullwall /
githubweb
- Add lookclose setting (commit: 8039f6e)
—
fullwall /
githubweb
- Use new API for 1.8 compatibility (commit: c28cf09)
—
fullwall /
githubweb
- "/npc select" should respect clickredirects (commit: cd436cb)
—
fullwall /
githubweb
- Add /npc command itemcost (commit: e03d65a)
—
fullwall /
githubweb
- Add enderman equipment GUI (commit: f776638)
—
fullwall /
githubweb
- Add new pig equipper GUI (commit: f1c2fcb)
—
fullwall /
githubweb
- Implement inventory GUI into /npc equip (commit: 47707fe)
—
fullwall /
githubweb
- Implement new change (commit: 0ded25a)
—
fullwall /
githubweb
- Fix navigation bug with duplicate examiners, add change detection to scoreboard to avoid sending as many packets (commit: 0499839)
—
fullwall /
githubweb
- Update to match current API (commit: 66a3855)
—
fullwall /
githubweb
- Edit equipment GUI (commit: 8e31baf)
—
fullwall /
githubweb
- Remove extra check (commit: 6c2f5fa)
—
fullwall /
githubweb
- Add line of sight check to lookclose (commit: ac106a6)
—
fullwall /
githubweb
- Add debug code (commit: 60db622)
—
fullwall /
githubweb
- Limit should default false (commit: 1319561)
—
fullwall /
githubweb
- Add null checks (commit: 15f57c4)
—
fullwall /
githubweb
- Send equipment packets when equipment changes (commit: 9cbc1c6)
—
fullwall /
githubweb
- Check lookclose new target from event (commit: 8018750)
—
fullwall /
githubweb
- Implement new event (commit: 351cee2)
—
fullwall /
githubweb
- Further refactor lookclose (commit: eb9764a)
—
fullwall /
githubweb
- Refactor lookclose findNewTarget (commit: fe3f12e)
—
fullwall /
githubweb
- Avoid errors with missing metadata (commit: 688ba3a)
—
fullwall /
githubweb
- Comparison should be squared (commit: 8c0fa7c)
—
fullwall /
githubweb
- Make lookclose more consistent at looking at players (commit: 58443ee)
—
fullwall /
githubweb
- Change permissions defaults to op (commit: 3f4a4af)
—
fullwall /
githubweb
- Fix push events with listeners (commit: e6eac4e)
—
fullwall /
githubweb
- Update pom version (commit: 5821416)
—
fullwall /
githubweb
- Fix double sending of command messages with LINEAR execution (commit: cc3d8f8)
—
fullwall /
githubweb
- Fix skin trait and text bugs (commit: 918fcb9)
—
fullwall /
githubweb
- Check texture data is actually valid (commit: 261ac1b)
—
fullwall /
githubweb
- Set immune to zombification always (commit: 7023ac4)
—
fullwall /
githubweb
- Add UUID to /npc (commit: 97fae0a)
—
fullwall /
githubweb
- Add missing Util changes (commit: c366b5f)
—
fullwall /
githubweb
- Reduce jar size by refactoring push event (commit: 0a6b123)
—
fullwall /
githubweb
- Fix some off-by-one errors (commit: 37e6414)
—
fullwall /
githubweb
- Null check for skinname (commit: 0b1a8cc)
—
fullwall /
githubweb
- Leave editor (commit: 1ae0742)
—
fullwall /
githubweb
- Fix memory leak (commit: 87a4c3f)
—
fullwall /
githubweb
- Add missing packet send (commit: e121c2c)
—
fullwall /
githubweb
- Add placeholder support for skins (commit: 21163e4)
—
fullwall /
githubweb
- Arm swing on player sees player-npc, not spawn (commit: cc5c132)
—
fullwall /
githubweb
- Trial a new method for fixing spawn body yaw, fix /npc rename not applying hologram name immediately (commit: 2845655)
—
fullwall /
githubweb
- Implement new metadata for /wp disableteleport (commit: 79f048f)
—
fullwall /
githubweb
- Add new debug-chunk-loads setting (commit: b9e6418)
—
fullwall /
githubweb
- Make initial skin packet delay configurable (commit: aa13642)
—
fullwall /
githubweb
- Check skin name length is 3-16 characters when fetching players (commit: 09c482e)
—
fullwall /
githubweb
- Add worldguard region support to wander waypoint provider (commit: 4c33fa4)
—
fullwall /
githubweb
- Remove erroneous class argument (commit: bc9f749)
—
fullwall /
githubweb
- Add workaround for new CraftSound changes (commit: ec1a639)
—
fullwall /
githubweb
- Fix llamas not being controllable with '/npc controllable' (#2412) (commit: 91fcad1)
—
noreply /
githubweb
- Fix /npc polarbear message and simplify behavior map entities to work with /npc ai (commit: 0111600)
—
fullwall /
githubweb
- Add /npc polarbear -r and restore target and goal selectors (commit: fe7f6e3)
—
fullwall /
githubweb
- Add /npc command --gcooldown (commit: 040930b)
—
fullwall /
githubweb
- Allow straight line navigator to track entity exactly (commit: 1266298)
—
fullwall /
githubweb
- Only jump with head height (commit: 556c58a)
—
fullwall /
githubweb
- Wrong index for /trait remove (commit: 87cadbf)
—
fullwall /
githubweb
- Some plugins rely on specific metadata ordering (commit: 0b79c39)
—
fullwall /
githubweb
- Fix some bugs in straight line targeter (commit: b4943a0)
—
fullwall /
githubweb
- Avoid caching empty paths (commit: 2f10ac8)
—
fullwall /
githubweb
- Reload holograms with line height change (commit: 4491e95)
—
fullwall /
githubweb
- Add new setting and implement parameter (commit: 810441c)
—
fullwall /
githubweb
- Implement new APIs (commit: fb0591c)
—
fullwall /
githubweb
- Add new navigation strategy without pathfinding (commit: 9310dde)
—
fullwall /
githubweb
- Strip colors when checking for text emptiness (commit: 353251a)
—
fullwall /
githubweb
- Hide nameplates for empty hologram names (commit: 59d4f70)
—
fullwall /
githubweb
- Clone spawn location more, minor cleanup (commit: 3c2d062)
—
fullwall /
githubweb
- Add --registry arg to /npc select (commit: da5a611)
—
fullwall /
githubweb
- Add spawnreason to debug (commit: 0add70d)
—
fullwall /
githubweb
- Add setLocked to Age (commit: e29f051)
—
fullwall /
githubweb
- Name Citizens save and load tasks for timings (commit: 1e050bb)
—
fullwall /
githubweb
- Allow /npc follow to teleport across worlds (commit: 1eddabe)
—
fullwall /
githubweb
- Refactor common code, add missing condition (commit: 7743763)
—
fullwall /
githubweb
- Remove test code (commit: 43ff637)
—
fullwall /
githubweb
- Simplify inBlock check to avoid chunk loading (commit: dffbf60)
—
fullwall /
githubweb
- Cleanup (commit: d300296)
—
fullwall /
githubweb
- Reset hologram if now empty (commit: 0c36ea0)
—
fullwall /
githubweb
- Remove path properly (commit: ba00c91)
—
fullwall /
githubweb
- Revert "Rename to 1_16_R2" (commit: 95dcaf3)
—
agoodwin /
githubweb
- Rename to 1_16_R2 (commit: 4542d70)
—
fullwall /
githubweb
- Don't measure distance between worlds (commit: 10e1576)
—
fullwall /
githubweb
- 1.16.4 initial update (commit: 5592216)
—
fullwall /
githubweb
- Make citizens.npc.talk default true (commit: 9ff38f0)
—
fullwall /
githubweb
- Fix /npc hologram remove off by one (commit: e8cdba6)
—
fullwall /
githubweb
- Remove deprecated interface (commit: 11a231c)
—
fullwall /
githubweb
- Extend CraftTippedArrow (commit: e52a3c4)
—
fullwall /
githubweb
- Check for command message setting being empty (commit: cac3540)
—
fullwall /
githubweb
- Make mob entity uuids the same as their NPC uuid (commit: a944c3c)
—
fullwall /
githubweb
- Prevent concurrent modification issue with NPC spawning (commit: 8cdda47)
—
fullwall /
githubweb
- Use MONITOR priority for NPCSpawnEvent (commit: 7dba144)
—
fullwall /
githubweb
- For completeness, work with stacked waypoints (commit: 5081b71)
—
fullwall /
githubweb
- Showing markers by default (commit: e10af76)
—
fullwall /
githubweb
- Fix conversation abandoned event (commit: 10ec4b2)
—
fullwall /
githubweb
- Give an extra block's worth of leeway to /npc path reaching the destination (commit: 4f345dd)
—
fullwall /
githubweb
- Fix up some messages with the waypoint editor (commit: de74b21)
—
fullwall /
githubweb
- Remove editing slot from linear waypoint editor, make showing points the default and adjust messages to explain this (commit: 306a448)
—
fullwall /
githubweb
- Just use the slower but safer remove option (commit: c46362b)
—
fullwall /
githubweb
- Add preventing spawn debug (commit: 9eb2542)
—
fullwall /
githubweb
- Prevent chunk load respawning with SpawnReason.PLUGIN (commit: 675eaff)
—
fullwall /
githubweb
- Add extra spawning debug (commit: 12b796a)
—
fullwall /
githubweb
- Add messages for chat waypoint trigger (commit: 13dee35)
—
fullwall /
githubweb
- Fix rightclicking markers in /npc path (commit: 4591b9e)
—
fullwall /
githubweb
- Append waypoints in the waypoint editor (commit: 1d314fb)
—
fullwall /
githubweb
- Insert in proper position (commit: 6a3382c)
—
fullwall /
githubweb
- Fix shulker bullets with lookclose on (commit: b2f841a)
—
fullwall /
githubweb
- Make flying A* use the new iterations per tick settings (commit: b20113e)
—
fullwall /
githubweb
- Fix hologram names with non-player NPCs (commit: 9e0b8d1)
—
fullwall /
githubweb
- Looking for the closest block to the ground when targeting entities (commit: 38dfb0e)
—
fullwall /
githubweb
- Generate getters for trait methods (commit: 27b0bc1)
—
fullwall /
githubweb
- Add /npc ai command (commit: 8f009d5)
—
fullwall /
githubweb
- Add global settings for command error messages (commit: 84ec480)
—
fullwall /
githubweb
- Fix horse inventory (commit: f6fbc28)
—
fullwall /
githubweb
- Add spaces between /npc villager output (commit: 9f7e57f)
—
fullwall /
githubweb
- Fix /npc command sequential (commit: f5dc673)
—
fullwall /
githubweb
- Clarification/modernization of ISSUE_TEMPLATE (commit: 679e38c)
—
noreply /
githubweb
- Add /npc pathto (commit: ace4846)
—
fullwall /
githubweb
- Look more often even if target hasn't moved much (commit: 8c1b51d)
—
fullwall /
githubweb
- Block right click water bucket for protected NPC fish (commit: 0db8f37)
—
fullwall /
githubweb
- Use new getOrAddTrait methodf (commit: 7450c4d)
—
fullwall /
githubweb
- Fix protect setting for followtrait (commit: 450bff7)
—
fullwall /
githubweb
- Try to avoid handling player properties twice if respawning in the same tick (commit: ab16b50)
—
fullwall /
githubweb
- Make shulker bullet the default marker type (commit: d334d86)
—
fullwall /
githubweb
- Update to 1.16.3 (commit: 52f8044)
—
fullwall /
githubweb
- Destroy wander markers (commit: 11b161e)
—
fullwall /
githubweb
- Move marker code to sync (commit: 5d2d6b7)
—
fullwall /
githubweb
- Add setting for max minecraft pathfinder fall distance (commit: 934f94e)
—
fullwall /
githubweb
- Fix missing piglin brute type (commit: 109beda)
—
fullwall /
githubweb
- Set default invulnerability ticks to 0 (commit: 0c7dd3b)
—
fullwall /
githubweb
- Fix condition in entityportalevent (commit: 7d10e25)
—
fullwall /
githubweb
- Add piglinbrute impl (commit: 4b4b0b7)
—
fullwall /
githubweb
- Add setting (commit: 0a9aaef)
—
fullwall /
githubweb
- Add tablist remove delay setting (commit: c4e4d2f)
—
fullwall /
githubweb
- Patch consistent application of scoreboard teams (#2302) (commit: a79e8a5)
—
noreply /
githubweb
- Fix MC navigation (commit: 31409f4)
—
fullwall /
githubweb
- Update pathfinder (commit: 0656f9d)
—
fullwall /
githubweb
- quickpatch 1.16.2 build (commit: 9e74257)
—
noreply /
githubweb
- Don't save commands directly to avoid yaml key issues (commit: 9f3da30)
—
fullwall /
githubweb
- Initial 1.16.2 update (commit: a5d2010)
—
fullwall /
githubweb
- Allow /npc hologram set to add not set (commit: 73250c3)
—
fullwall /
githubweb
- Hologram bugfixes (commit: 45907da)
—
fullwall /
githubweb
- Make /npc tphere center and cursor work consistently (commit: 2f63958)
—
fullwall /
githubweb
- Remove team metadata (commit: 21b2908)
—
fullwall /
githubweb
- Use head height for block breaker (commit: d9762be)
—
fullwall /
githubweb
- Only players can use scoreboard teams at the moment (commit: 9d50055)
—
fullwall /
githubweb
- Fix gravity (commit: b902879)
—
fullwall /
githubweb
- Add cursor argument and center flag to /npc tphere (commit: d579fcb)
—
fullwall /
githubweb
- Backport boat movement to 1.8.8 (commit: 4e3ee63)
—
fullwall /
githubweb
- Backport boat movement to 1.15 (commit: d46aad7)
—
fullwall /
githubweb
- Add /npc hologram direction (commit: 8639c0a)
—
fullwall /
githubweb
- Move movement code into playerTick to avoid inter-world crashes (commit: 2a8f54f)
—
fullwall /
githubweb
- Rudimentary movement strategy for non-living entities (commit: 5bfe08e)
—
fullwall /
githubweb
- Add boat movement to 1.16, include ID in default selection message (commit: e8c57ac)
—
fullwall /
githubweb
- Backport player tracker fix to 1.12 (commit: fffa2b9)
—
fullwall /
githubweb
- Armor stands shouldn't have holograms even if the setting is enabled (commit: 62e44c2)
—
fullwall /
githubweb
- Make /npc tphere include the coordinates it was teleported to (commit: 5907c1c)
—
fullwall /
githubweb
- setInvulnerable doesn't exist on old minecraft versions (commit: be592d1)
—
fullwall /
githubweb
- Add some error messages for invalid /npc hologram commands (commit: 7081002)
—
fullwall /
githubweb
- Init anonymous registry list (commit: ac9d703)
—
fullwall /
githubweb
- Make getNPCRegistries() return anonymous registries too, make default registry name static (commit: 155df40)
—
fullwall /
githubweb
- Add always-use-name-holograms (commit: c8898b5)
—
fullwall /
githubweb
- Add -s(ilent) flag to /npc create (commit: b571deb)
—
fullwall /
githubweb
- Null check (commit: 65aa07a)
—
fullwall /
githubweb
- Redirect left/right clicks for hologram NPCs (commit: b14f0ba)
—
fullwall /
githubweb
- Remove unused quickselect setting (commit: f973fdd)
—
fullwall /
githubweb
- Don't teleport if despawned (commit: 57373a6)
—
fullwall /
githubweb
- Fix /npc command random (commit: 0036c9d)
—
fullwall /
githubweb
- Go back to including metrics directly (commit: 4e26f52)
—
fullwall /
githubweb
- Backport to 1.8.8 too (commit: 3c5ba43)
—
fullwall /
githubweb
- Backport alternative entity tracking setup to 1.13 (commit: 9dbe312)
—
fullwall /
githubweb
- Reduce default new finder iterations (commit: 0feb146)
—
fullwall /
githubweb
- teleport should check cross-world (commit: c60e18b)
—
fullwall /
githubweb
- Update custom name status immediately on spawn (commit: f3986ec)
—
fullwall /
githubweb
- Null check anyway just in case (commit: 82c33eb)
—
fullwall /
githubweb
- Paper seems to prefer despawning immediately (commit: aaa45ea)
—
fullwall /
githubweb
- Vehicles shouldn't use LookAirController (commit: 0586f2a)
—
fullwall /
githubweb
- Fix Boolean parsing issue (commit: 429264d)
—
fullwall /
githubweb
- Respect name visibility properly (commit: 652a68a)
—
fullwall /
githubweb
- Simplify marker removal (commit: 44b6da4)
—
fullwall /
githubweb
- Fix duplication of name hologram (commit: ea20cdb)
—
fullwall /
githubweb
- Implement new event (commit: cb676c4)
—
fullwall /
githubweb
- If NPC is already despawned count that as a valid despawn (commit: b5e5958)
—
fullwall /
githubweb
- Randomise name if using holograms to have unique scoreboard names (commit: 0a4905c)
—
fullwall /
githubweb
- Allow selecting by NPC uuid (global) (commit: 202c248)
—
fullwall /
githubweb
- Add location cloning to setTarget and Waypoint (commit: 3ecd330)
—
fullwall /
githubweb
- Add /npc hologram clear (commit: 29e6e20)
—
fullwall /
githubweb
- Don't store hashcode goal selector (commit: ed14153)
—
fullwall /
githubweb
- Also cancel push event if not collidable (commit: 002b2b6)
—
fullwall /
githubweb
- Fix missing change (commit: c68ba08)
—
fullwall /
githubweb
- Use holograms instead of scoreboard for names (commit: 0a58215)
—
fullwall /
githubweb
- Refactor getHeight for NMS (commit: d333c98)
—
fullwall /
githubweb
- Fixes for /npc hologram, add /npc command random (commit: 942b354)
—
fullwall /
githubweb
- Flesh out hologram impl more (commit: 8782633)
—
fullwall /
githubweb
- Update /npc text help (commit: ae0c3b7)
—
fullwall /
githubweb
- Implement new bounding box checker for pathfinding (commit: 9d2cad0)
—
fullwall /
githubweb
- Add very basic /npc hologram command (commit: 381f303)
—
fullwall /
githubweb
- Implement /npc command cost (commit: 05cc8de)
—
fullwall /
githubweb
- Fix condition negation (commit: 82bdbe3)
—
fullwall /
githubweb
- Remove debug (commit: 0ee8c63)
—
fullwall /
githubweb
- Null check poses trait (commit: 79eab91)
—
fullwall /
githubweb
- Add default poses (commit: 0293ac1)
—
fullwall /
githubweb
- Copy getStoredLocation/getLocation (commit: c7ab1a8)
—
fullwall /
githubweb
- Add event to spawning debug (commit: d8b3b1c)
—
fullwall /
githubweb
- Implement enderman methods (commit: c9564c4)
—
fullwall /
githubweb
- Add /npc enderman (commit: 59cefad)
—
fullwall /
githubweb
- Extra NPE check (commit: 1505ccf)
—
fullwall /
githubweb
- Make debug-mode show /npc skin exception (commit: 99c7155)
—
fullwall /
githubweb
- Implement new event (commit: 2cb6103)
—
fullwall /
githubweb
- Fix crashes (commit: b62780a)
—
fullwall /
githubweb
- Allow equipping netherite gear in /npc equip (commit: 19013fc)
—
fullwall /
githubweb
- Implement new event (commit: d6df589)
—
fullwall /
githubweb
- Fix skin layers (commit: 9745a8d)
—
fullwall /
githubweb
- Add HoglinController, make pig/hoglins immune to zombification (commit: 8dd8281)
—
fullwall /
githubweb
- Fix dist pom to include 1.16 (commit: eee32b1)
—
fullwall /
githubweb
- Fix dist pom version (commit: 6c50c8c)
—
fullwall /
githubweb
- Update maven compiler version (commit: 1db379d)
—
fullwall /
githubweb
- Extract methodhandles to constants (commit: d7c87bd)
—
fullwall /
githubweb
- Initial 1.16 commit (commit: 04519d8)
—
fullwall /
githubweb
- Add error message if item in hand pattern not specified (commit: 02e68de)
—
fullwall /
githubweb
- Update disableteleporting message id (commit: 869e787)
—
fullwall /
githubweb
- Check for range equality in random lookclose (commit: 2a13110)
—
fullwall /
githubweb
- Remove debugging (commit: 5021833)
—
fullwall /
githubweb
- Reformat (commit: c5bcfdc)
—
fullwall /
githubweb
- Backport to 1.13/14 (commit: b68782d)
—
fullwall /
githubweb
- Block force boat/minecart mounting (commit: 310c1ce)
—
fullwall /
githubweb
- Add debug for /npc command (commit: a591089)
—
fullwall /
githubweb
- Add message about cycle parameter (commit: bcf932d)
—
fullwall /
githubweb
- Add linear waypoint cycling (commit: daa4d3c)
—
fullwall /
githubweb
- Add missing permission error to /npc command --permission (commit: 67510c4)
—
fullwall /
githubweb
- Change /npc command --permissions (commit: 0693cd3)
—
fullwall /
githubweb
- Add some detailed help for /npc command (commit: 40bf744)
—
fullwall /
githubweb
- Fixes for /npc command sequential (commit: 244496d)
—
fullwall /
githubweb
- First pass of /npc command sequential (commit: 1fd6ccb)
—
fullwall /
githubweb
- Reorder player update task adding (commit: 500e852)
—
fullwall /
githubweb
- Update inWater status (commit: 51b974b)
—
fullwall /
githubweb
- Use deprecated TippedArrow interface (commit: 2a1ce46)
—
fullwall /
githubweb
- Account for negative max players (commit: fd14197)
—
fullwall /
githubweb
- -o implies -p in /npc command (commit: ef03e22)
—
fullwall /
githubweb
- Fix 1.14 (commit: df2c768)
—
fullwall /
githubweb
- Fix compile error (commit: 3a27dd7)
—
fullwall /
githubweb
- Rework packet sending to avoid replacing the entity tracker entry (commit: e736874)
—
fullwall /
githubweb
- Add /npc waypoint add (commit: df5ed08)
—
fullwall /
githubweb
- Use new util method (commit: 4633b75)
—
fullwall /
githubweb
- Call left click event for vehicles (commit: d484432)
—
fullwall /
githubweb
- Delay remove packet one tick (commit: 241810e)
—
fullwall /
githubweb
- Rework tablist for recent versions (commit: 0b92201)
—
fullwall /
githubweb
- Revert view distance tracking code (commit: 5e2a7ef)
—
fullwall /
githubweb
- Update tablist after teleport (commit: 0498353)
—
fullwall /
githubweb
- Remove debug line (commit: feb6bc2)
—
fullwall /
githubweb
- Rework mounted pathfinding (commit: c1a8998)
—
fullwall /
githubweb
- Attempted fix for /npc tphere - make NPCs tracked over a longer range than previously (commit: a044eed)
—
fullwall /
githubweb
- Adjust horse pathfinding (commit: c2467b7)
—
fullwall /
githubweb
- New finder now sets the passenger movement for horses (commit: cc14768)
—
fullwall /
githubweb
- Increase read timeout of /npc skin --url (commit: 03064a5)
—
fullwall /
githubweb
- Add missing messages in waypoint commands (commit: c79c3cb)
—
fullwall /
githubweb
- Prevent concurrent modification of player list (commit: bb0aedf)
—
fullwall /
githubweb
- Just block right clicks for mushroom cows if protected (commit: 9d6a9f7)
—
fullwall /
githubweb
- Disable milking protected NPC cows (commit: 10cea99)
—
fullwall /
githubweb
- Change /npc sound -s to a toggle and make -d reset silent to false (commit: aa0752f)
—
fullwall /
githubweb
- Add disambiguation method for compiling with latest spigot (commit: 7c20323)
—
fullwall /
githubweb
- Fix jenkins compile issue (commit: cf07a5a)
—
fullwall /
githubweb
- Fix bug with /npc snowman /npc pufferfish and make /npc ocelot more descriptive (commit: 3cf8c7c)
—
fullwall /
githubweb
- Fix player movement speed and add iterations per tick setting for new pathfinder (commit: c720160)
—
fullwall /
githubweb
- Fix /npc mushroomcow, increase base player speed (commit: e1f7492)
—
fullwall /
githubweb
- Fix bug with /npc command --n (commit: e89cd03)
—
fullwall /
githubweb
- Make /npc pathopt more usable (commit: 41a3673)
—
fullwall /
githubweb
- Reduce potential for errors with packet teams (#2138) (commit: 30f2dee)
—
noreply /
githubweb
- Change default talk item to * (commit: 92d3605)
—
fullwall /
githubweb
- Revert previous change (commit: 071225b)
—
fullwall /
githubweb
- Clean up multiworld permission check for /npc tphere and don't respawn NPCs who were spawned for another reason (commit: e6cf9b8)
—
fullwall /
githubweb
- Controllable should allow donkeys/mules to use horse physics, and delay skin respawning by a tick (commit: a9ddebd)
—
fullwall /
githubweb
- Micro optimisation (commit: 9a4c8e7)
—
fullwall /
githubweb
- Remove cache persistence logic (commit: 5bb346e)
—
fullwall /
githubweb
- Add path caching to linear waypoint provider (commit: ba31206)
—
fullwall /
githubweb
- Prettify /npc command output a little bit (commit: a1744f0)
—
fullwall /
githubweb
- Cleanup, reduce number of packets per packet update cycle (commit: 16c4184)
—
fullwall /
githubweb
- simplify scoreboard patch to be 100% packet based (#2129) (commit: 2c24671)
—
noreply /
githubweb
- Minor style changes (commit: a2208f0)
—
fullwall /
githubweb
- patch the majority of potential scoreboard packet errors (#2128) (commit: 981ade8)
—
noreply /
githubweb
- Simplify CitizensNPCRegistry (commit: 27f4171)
—
fullwall /
githubweb
- Minor cleanup (commit: 2b94ad8)
—
fullwall /
githubweb
- PlayerUpdateTask should now be run on 1.8.8 (commit: 01b3dbf)
—
fullwall /
githubweb
- Add controllable ground direction modifier setting (commit: f33c745)
—
fullwall /
githubweb
- Add controllable ground direction modifier setting (commit: 8c1f636)
—
fullwall /
githubweb
- Fix load bug in body yaw (commit: 8336fe1)
—
fullwall /
githubweb
- Add /npc command permissions for temporary permissions during the command (commit: 521c1d3)
—
fullwall /
githubweb
- Add delay argument to /npc command and add a builder-style API for creating new commands (commit: 12ffd56)
—
fullwall /
githubweb
- Implement packet-based scoreboard team enforcement (#2127) (commit: 0e31ffb)
—
noreply /
githubweb
- Fix saving of body vs head yaw (commit: 8109a90)
—
fullwall /
githubweb
- Run clientside player ticking at a different time (commit: 32429f1)
—
fullwall /
githubweb
- Fix portal removal timing (commit: bbf3f28)
—
fullwall /
githubweb
- Revert entity looking changes for now (commit: a269bf1)
—
fullwall /
githubweb
- Use new API (commit: d5667e5)
—
fullwall /
githubweb
- Support bungee /server command in Citizens command (commit: dc72f75)
—
fullwall /
githubweb
- Change how npc looking works (commit: fe8eb4e)
—
fullwall /
githubweb
- Add --eid option to /npc remove (commit: f9b0397)
—
fullwall /
githubweb
- Pre-filter chunk unload entities (commit: a360810)
—
fullwall /
githubweb
- QoL change for /npc glowing --color to enable if not previously enabled (commit: 4bbe797)
—
fullwall /
githubweb
- Clear PhTree before recalculation (commit: 000fc19)
—
fullwall /
githubweb
- Try to remove any previous wander goals (commit: 5e43146)
—
fullwall /
githubweb
- Further reduce default controllable speed (commit: 2383e8f)
—
fullwall /
githubweb
- Change how NPC looking works so that body yaw matches head yaw after a tick (commit: 655bdf0)
—
fullwall /
githubweb
- Cancel right click event if NPC has talked to someone (commit: 06d8e92)
—
fullwall /
githubweb
- Implement new AI API for Minecraft 1.15.2, fix Squids (commit: 0531fe8)
—
fullwall /
githubweb
- Cast command cooldowns manually (commit: 725adb0)
—
fullwall /
githubweb
- Incorporate speed modifier into forward controllable speed and boost left/right speed (commit: 341f7b1)
—
fullwall /
githubweb
- Add some basic javadoc to SkinTrait (commit: 0a8736b)
—
fullwall /
githubweb
- Ensure /npc skin works while not spawned (commit: 93af872)
—
fullwall /
githubweb
- Migrate /npc skin properly and deprecate skinnable entity methods (commit: 2c1ef04)
—
fullwall /
githubweb
- Revamp SkinnableEntity into SkinTrait (commit: 80011ee)
—
fullwall /
githubweb
- Fix lookclose target invalidation (commit: 9090d1c)
—
fullwall /
githubweb
- Make wander goal more random (commit: ecae2db)
—
fullwall /
githubweb
- Better default skin name detection (commit: b546afa)
—
fullwall /
githubweb
- Add new API to avoid default skin fetching (commit: aaa6397)
—
fullwall /
githubweb
- Fix NPE in Enderman Equipper (commit: c63b6ef)
—
fullwall /
githubweb
- Ensure commands run on main thread (commit: d13530f)
—
fullwall /
githubweb
- Fix NPE in linear waypoint editor (commit: e288bd9)
—
fullwall /
githubweb
- We can optimize a significant portion of LookClose's findNewTarget method with some changes: (#2103) (commit: fe02492)
—
noreply /
githubweb
- Use chunk.getEntities on chunk unload (commit: 09f7cbb)
—
fullwall /
githubweb
- Fix compile error (commit: 7d89ffc)
—
fullwall /
githubweb
- Try to avoid water more (commit: 14ebf26)
—
fullwall /
githubweb
- Use raw chat messages to perform commands (commit: ba13f6c)
—
fullwall /
githubweb
- Fix cat lying down, remove dead code (commit: 275728e)
—
fullwall /
githubweb
- Pretty print location in /npc moveto (commit: a535cea)
—
fullwall /
githubweb
- Initialise location cache (commit: 8779062)
—
fullwall /
githubweb
- SpawnReason.COMMAND should try to load the destination spawn location (commit: 4cc3c40)
—
fullwall /
githubweb
- Set head yaw when teleporting NPCs (commit: 947f430)
—
fullwall /
githubweb
- Allow placeholder API in /npc create, fix float persistence bug (commit: f0000cd)
—
fullwall /
githubweb
- Add method to wander provider to set XY range properly (commit: 773058f)
—
fullwall /
githubweb
- Add head yaw persistence (commit: 1cd8e19)
—
fullwall /
githubweb
- Use old logic for glowing colour in 1.12, remove unnecessary respawn in /npc rename for non-Player NPCs (commit: 1e507a1)
—
fullwall /
githubweb
- Add --url parameter to /npc skin (commit: 5f6026f)
—
fullwall /
githubweb
- Restore old stuck behaviour (commit: 1ddc78a)
—
fullwall /
githubweb
- Fix a possible method resolution bug (commit: 6bc8692)
—
fullwall /
githubweb
- Fix villager interacting in 1.15 (commit: a6fbb31)
—
fullwall /
githubweb
- Use strings instead of UUID keys (commit: 46b1ba6)
—
fullwall /
githubweb
- Restore PR, add --n to /npc command to allow a maximum number of uses per command (commit: f345ef3)
—
fullwall /
githubweb
- Fix /npc name in 1.8.8 (commit: 9f3841c)
—
fullwall /
githubweb
- Add --permissions to /npc command (commit: 188c65f)
—
fullwall /
githubweb
- Use Minecraft's no gravity logic and enable it for all default flying NPCs (commit: 496a4cb)
—
fullwall /
githubweb
- Remove some dead code (commit: bd95e7d)
—
fullwall /
githubweb
- Fix broken Nectar message (#2054) (commit: 7fd5f5c)
—
noreply /
githubweb
- Fix shulker color setting (commit: 95ab688)
—
fullwall /
githubweb
- Add /npc snowman (commit: ad69b48)
—
fullwall /
githubweb
- Add a new look close setting to control enabling while pathfinding (commit: a8676cd)
—
fullwall /
githubweb
- Don't reset pitch on older versions of Minecraft (commit: 8843454)
—
fullwall /
githubweb
- Don't reset pitch on 1.12 (commit: 7f7475e)
—
fullwall /
githubweb
- Don't use teleport for flying navigation (commit: 225ede0)
—
fullwall /
githubweb
- Add cooldown option to /npc command (commit: efc41dc)
—
fullwall /
githubweb
- Adjust NPC_NAME_TOO_LONG message (commit: 0e04384)
—
fullwall /
githubweb
- Fix turtle navigation between biomes (commit: de94185)
—
fullwall /
githubweb
- Added sitting flag to /npc panda (commit: e52f616)
—
fullwall /
githubweb
- Make bee always flyable (commit: fca5dc2)
—
fullwall /
githubweb
- Reduce base horse movement speed (commit: 2d2b796)
—
fullwall /
githubweb
- Reformat project (commit: b9a08d6)
—
fullwall /
githubweb
- Reduce default movement speed on 1.15 villagers (commit: 8d6b56d)
—
fullwall /
githubweb
- Use Minecraft horse controls (commit: ade25b2)
—
fullwall /
githubweb
- Fix /npc equip for horses on 1.15, add max controllable speed setting (commit: 3bf5881)
—
fullwall /
githubweb
- Update pom (commit: 72180ff)
—
fullwall /
githubweb
- Fix "SLEEP" and "STOP_SLEEPING" animations for 1.14 and 1.15 (#2029) (commit: 72c7332)
—
fullwall /
githubweb
- Added Simplified Chinese language translation file. (#2028) (commit: 577b1fc)
—
fullwall /
githubweb
- Catch /npc command exceptions (commit: c42d5f7)
—
fullwall /
githubweb
- Allow both hands in /npc command (commit: 36ff673)
—
fullwall /
githubweb
- Use PlaceholderAPI for /npc command (commit: 8987409)
—
fullwall /
githubweb
- Deregister event handlers in deregisterAll(), empty talk item is now equivalent to * talk item (commit: 529855b)
—
fullwall /
githubweb
- Increase max controllable speed (commit: cd21b9f)
—
fullwall /
githubweb
- Properly remove wander waypoint marker (commit: 41f4c6e)
—
fullwall /
githubweb
- Try to migrate ocelot modifiers trait for new MC versions (commit: a0e3b23)
—
fullwall /
githubweb
- Horse method not renamed properly (commit: 44054d5)
—
fullwall /
githubweb
- Add -o option to /npc command (commit: 52e288e)
—
fullwall /
githubweb
- Add isPowered method (commit: ab40609)
—
fullwall /
githubweb
- Fix /npc metadata remove and forward getOptional call to avoid default entity type issue (commit: 1a0282d)
—
fullwall /
githubweb
- Fix impossibility to get or remove metadata (#2002) (commit: 3e48abe)
—
fullwall /
githubweb
- Make LinearWaypointProvider more null safe (commit: 5972e3d)
—
fullwall /
githubweb
- Change waypoints to onAttach (commit: 3186f6d)
—
fullwall /
githubweb
- Fix typo (commit: 3e708f0)
—
fullwall /
githubweb
- Bump pom versions (commit: ba61a48)
—
fullwall /
githubweb
- Fix issue #2000 (commit: ba216c7)
—
fullwall /
githubweb
- Warn on missing delay in text prompt (commit: 8c165b9)
—
fullwall /
githubweb
- Fix pushable status in 1.15 (commit: 530e26c)
—
fullwall /
githubweb
- Fix NPE in 1.15 navigaiton (commit: 2089225)
—
fullwall /
githubweb
- Remove debug (commit: cefc0ed)
—
fullwall /
githubweb
- Fix incorrect navigation checking (commit: a04f054)
—
fullwall /
githubweb
- Incorrect javadoc version (commit: 64aa09b)
—
fullwall /
githubweb
- Merge moduled trait code and discontinue building of 1.10 (commit: 688f78e)
—
fullwall /
githubweb
- Initial 1.15 support (commit: ff9c920)
—
fullwall /
githubweb
- Load /npc spawn --at chunk (commit: 0a748c7)
—
fullwall /
githubweb
- Add missing p flag to the annotation (commit: 7715232)
—
fullwall /
githubweb
- Add -p flag to /npc command to run as the clicking player (commit: 0d558c8)
—
fullwall /
githubweb
- Fix bug in tpto (commit: 798c825)
—
fullwall /
githubweb
- Fix issue #1974 (commit: 6c4682b)
—
fullwall /
githubweb
- Various fixes and features (commit: d0dcb23)
—
fullwall /
githubweb
- Update NPCCommands.java (commit: 94733dd)
—
noreply /
githubweb
- Attempted fix for #1972 (commit: c6a8644)
—
fullwall /
githubweb
- Implement new command method (commit: 727d150)
—
fullwall /
githubweb
- Create FUNDING.yml (commit: 8f5bfc6)
—
noreply /
githubweb
- Convert to iterator loop (commit: 174ec60)
—
fullwall /
githubweb
- Allow tpto to work with 2 arguments (commit: 771281e)
—
fullwall /
githubweb
- Fix distance calculations for new pathfinder (commit: 63a88ac)
—
fullwall /
githubweb
- Don't fall through (commit: 72002e9)
—
fullwall /
githubweb
- Normalise distance margin calculations across implementations and loosen (commit: d7e1110)
—
fullwall /
githubweb
- Temp test fix for spawning (commit: d64876d)
—
fullwall /
githubweb
- Change isSpawned API to use old valid logic. May fix spawning issues. (commit: d72b6ef)
—
fullwall /
githubweb
- Fix new command trait persistence (commit: 95e9aa1)
—
fullwall /
githubweb
- Add error colour setting, don't over-paginate for console commands (commit: dabe4bb)
—
fullwall /
githubweb
- Further fix... (commit: 03f3d1a)
—
fullwall /
githubweb
- Wrong load order (commit: 023ab5e)
—
fullwall /
githubweb
- Add a super simple command - /npc command. More features as required (commit: c072a08)
—
fullwall /
githubweb
- Further fixes for guided waypoints (commit: 64e4791)
—
fullwall /
githubweb
- Fix guided waypoint provider (?) (commit: b14663c)
—
fullwall /
githubweb
- Add explanatory message for /npc glowing --color (commit: ccdb7b8)
—
fullwall /
githubweb
- Further fix to /npc sound (commit: b3589e4)
—
fullwall /
githubweb
- Fix /npc sound -n bug (commit: 3cef996)
—
fullwall /
githubweb
- Check for behavior controller modification - fixes #1901 (commit: 890bc4c)
—
fullwall /
githubweb
- Fix exception in chat waypoint trigger (#1928) (commit: b740cf6)
—
fullwall /
githubweb
- Implement new method (commit: 6f4ec9c)
—
fullwall /
githubweb
- Add onSpawn to another area of Waypoints (commit: 950ab24)
—
fullwall /
githubweb
- Scoreboard tag method doesn't exist in 1.8.8 (commit: 5a68209)
—
fullwall /
githubweb
- Add impl to SLEEP (commit: 0c3d998)
—
fullwall /
githubweb
- Clear goals on behavior change for villagers (commit: 2322cac)
—
fullwall /
githubweb
- Initialise linearwaypointprovider with NPC (commit: d6ee1e0)
—
fullwall /
githubweb
- Fix rename issue (commit: 5198432)
—
fullwall /
githubweb
- fix http wiki link to https (commit: ee9b1d3)
—
noreply /
githubweb
- fix defaulting of "/npc sound" ambient (commit: 783fe7a)
—
agoodwin /
githubweb
- Update for 1.14.4 (commit: b1fc53f)
—
fullwall /
githubweb
- Fix scoreboards, villager level (commit: f4ef934)
—
fullwall /
githubweb
- Use NMS#look instead of teleporting to set pitch (commit: 68e9ca6)
—
fullwall /
githubweb
- Fix /npc villager --type (commit: 7a52682)
—
fullwall /
githubweb
- Fix NPE (commit: c7b59c8)
—
fullwall /
githubweb
- Migrate glowing stuff to new scoreboard trait, add /npc scoreboard (commit: 673ee02)
—
fullwall /
githubweb
- Fix /npc glowing --color (commit: f767c2b)
—
fullwall /
githubweb
- Add /waypoints opendoors (commit: 0e328ee)
—
fullwall /
githubweb
- fix "/npc cat" flags (commit: 0547176)
—
agoodwin /
githubweb
- Attempt to fix pufferfish puffed (commit: 4f4e7dd)
—
fullwall /
githubweb
- Delay processing of chunkloadevent (commit: 82e4f2d)
—
fullwall /
githubweb
- Fix /npc villager (commit: 530e175)
—
fullwall /
githubweb
- Backport fixes to 1.12 (commit: 7e58db8)
—
fullwall /
githubweb
- Extend fixes to other horse types (commit: 79ab0b4)
—
fullwall /
githubweb
- Improve /npc controllable with horses (commit: 7cb7b36)
—
fullwall /
githubweb
- Stop fish from flopping (commit: 2caadf5)
—
fullwall /
githubweb
- Fix dolphins, pufferfish error and phantom looking (commit: b66fe9d)
—
fullwall /
githubweb
- Add /npc villager for 1.14 (commit: 74836f6)
—
fullwall /
githubweb
- Fix /npc panda typo (commit: 1028a3f)
—
fullwall /
githubweb
- Bump Spigot version (commit: f9a36ba)
—
fullwall /
githubweb
- Preliminary prerelease update (commit: 8da0b6d)
—
fullwall /
githubweb
- Change /npc mount permission, force chunk load on spawning due to chunk (commit: d0b358a)
—
fullwall /
githubweb
- Fix /npc panda (commit: bb42a99)
—
fullwall /
githubweb
- fix for new spigot mappings update, fixes #1806 (commit: 3dad767)
—
agoodwin /
githubweb
- Update /citizens output (commit: 7b2f08b)
—
fullwall /
githubweb
- Add a proper 1.14 solution for KEEP_CHUNKS_LOADED (commit: e7cba79)
—
fullwall /
githubweb
- Bump pom, fix trader llamas (commit: 489438b)
—
fullwall /
githubweb
- Use PhTree (commit: 220fc16)
—
fullwall /
githubweb
- Add wander delays (commit: 0e74788)
—
fullwall /
githubweb
- Allow /npc horse -c | -b to be used on chestedhorse entities (commit: 04daf1c)
—
fullwall /
githubweb
- Don't use door code (commit: d9afd7e)
—
fullwall /
githubweb
- Support java 12 (commit: 65cbb88)
—
fullwall /
githubweb
- Add some javadoc (commit: 8c30a78)
—
fullwall /
githubweb
- Add some more explaining text to /npc equip (commit: 156fbca)
—
fullwall /
githubweb
- getField should return null on exception (commit: 9fa1646)
—
fullwall /
githubweb
- Fix classcastexception (commit: d691416)
—
fullwall /
githubweb
- Update for 1.14.1 (commit: c901bb0)
—
fullwall /
githubweb
- Too much excluding (commit: 4d00e90)
—
fullwall /
githubweb
- Exclude some packages from javadoc (commit: 05e3516)
—
fullwall /
githubweb
- Fix javadoc pom and reformat other poms (commit: 68e5fb2)
—
fullwall /
githubweb
- Another javadoc change (commit: 47ee8da)
—
fullwall /
githubweb
- Include Vault properly (commit: 79d295a)
—
fullwall /
githubweb
- Include C-API javadoc (commit: f28ccb5)
—
fullwall /
githubweb
- Add javadoc goal to C2-main (commit: b61e909)
—
fullwall /
githubweb
- Allow chat messages for any equipment slot (commit: b640788)
—
fullwall /
githubweb
- Missing import (commit: 8ebfc31)
—
fullwall /
githubweb
- Add new commands for new 1.14 API (commit: 483c25f)
—
fullwall /
githubweb
- catch null bossbars for enderdragaon NPCs, fixes #1764 (commit: 47fd18d)
—
mcmonkey /
githubweb
- Fix villagers still having AI (commit: 244e8dd)
—
fullwall /
githubweb
- Temp fix for chunk unloading problem (commit: b02bcbe)
—
fullwall /
githubweb
- Work around chunk unload change (commit: ca8d9c4)
—
fullwall /
githubweb
- Remove debug (commit: b7d43bf)
—
fullwall /
githubweb
- Trial fix for tablist flickering (commit: 61572db)
—
fullwall /
githubweb
- Fix typos for path-distance-margin (commit: 4a73b0f)
—
fullwall /
githubweb
- Remove debug (commit: 3e5e77a)
—
fullwall /
githubweb
- Temp fix for new 1.14 builds (commit: cf874bd)
—
fullwall /
githubweb
- Add random looking feature to lookclose (commit: 53efb60)
—
fullwall /
githubweb
- Fix path distance margin setting (commit: 4c7bc91)
—
fullwall /
githubweb
- Refactor and bugfix customNameUpdate (commit: cc7d3ae)
—
fullwall /
githubweb
- Allow users to set the path distance margin as well (commit: 0922694)
—
fullwall /
githubweb
- Fix gravity, half-fix look close bug (commit: e4717d4)
—
fullwall /
githubweb
- bump maven plugins, use ECJ for 1.14 compile (commit: 3d893d8)
—
mcmonkey /
githubweb
- Add shulker peek-look-close (commit: eac158e)
—
fullwall /
githubweb
- Reset pitch after navigation end (commit: ca5cb19)
—
fullwall /
githubweb
- Set destVector for doors as well (commit: 86f4118)
—
fullwall /
githubweb
- Compare to destination vector not block vector for A* (commit: 0f45b85)
—
fullwall /
githubweb
- Make fishhook tickable - still not rendering (commit: dbef288)
—
fullwall /
githubweb
- Bugfixes (commit: c75218e)
—
fullwall /
githubweb
- Upgrade to MethodHandles (commit: 0ec8ea6)
—
fullwall /
githubweb
- Fix backwards compat issue with 1.13.2 (commit: ae96a02)
—
fullwall /
githubweb
- Update pom (commit: e6a3329)
—
fullwall /
githubweb
- Preliminary 1.14 update (commit: 2d05ca1)
—
fullwall /
githubweb
- Implement events (commit: d08f56e)
—
fullwall /
githubweb
- add dev builds link to readme (commit: 75a60ac)
—
noreply /
githubweb
- NPC name coloration quick-patch (commit: 043b9e8)
—
mcmonkey /
githubweb
- Add extra look call to /npc moveto (commit: 068b85a)
—
fullwall /
githubweb
- (BREAKING) initial patch for 1.13 NMS repatch (commit: fe69d6c)
—
mcmonkey /
githubweb
- patch NPE in followTrait#toggle (commit: 2d0370a)
—
mcmonkey /
githubweb
- Update quick-select and talk items to material names (#1710) (commit: 7c348bf)
—
fullwall /
githubweb
- Improve 1.8 performance by not just catching exceptions. (#1697) (commit: 7d7bf35)
—
fullwall /
githubweb
- Add unmount flag to /npc mount (commit: 3feaf43)
—
fullwall /
githubweb
- update maven shade plugin (commit: 883243a)
—
mcmonkey /
githubweb
- Add permission nodes to the commands in plugin.yml, fixes #1700 (#1701) (commit: e281656)
—
fullwall /
githubweb
- fix vault dependence, remove hc repo (commit: f84b6fa)
—
mcmonkey /
githubweb
- update bStats repo (commit: 1462972)
—
mcmonkey /
githubweb
- Add skull null check (commit: 8ed08f0)
—
fullwall /
githubweb
- Implement new API and fix an error from Paper (commit: 3682fae)
—
fullwall /
githubweb
- Incorrect comparison (commit: d7aab0a)
—
fullwall /
githubweb
- Add fallback wander goal (commit: e61af2d)
—
fullwall /
githubweb
- Fix compile error, add some wander waypoint API (commit: a0aaefc)
—
fullwall /
githubweb
- refactor(api): dynamically fetch the current default npc registry (commit: 52b3902)
—
fullwall /
githubweb
- Validate state (commit: 5447561)
—
fullwall /
githubweb
- Implement new API (commit: 71b8744)
—
fullwall /
githubweb
- Improve handling of NPC names, fixes #1640 (#1642) (commit: 9e0b4e0)
—
fullwall /
githubweb
- update old version in main plugin pom (commit: 50619f3)
—
mcmonkey /
githubweb
- (experimental) fix for #1569 turtle NPC navigation issues (#1644) (commit: a21d16c)
—
fullwall /
githubweb
- patch other altered field (commit: 738a75e)
—
mcmonkey /
githubweb
- Fix rare error with certain delay trigger setups, for #1630 (commit: 8e9eb3d)
—
mcmonkey /
githubweb
- Patch for latest spigot, may have issues, for #1635 (commit: eea6e83)
—
mcmonkey /
githubweb
- patch other newly named NMS fields (commit: 9ac3f0f)
—
mcmonkey /
githubweb
- Patch 1.8 pathfinding issue (#1629) (commit: 62d264b)
—
fullwall /
githubweb
- add a fallback handling for older builds of spigot (commit: 2a65357)
—
mcmonkey /
githubweb
- patch for latest spigot 1.13.2 build (commit: 28cc67c)
—
mcmonkey /
githubweb
- fix follow command max args value (commit: f7b03d2)
—
noreply /
githubweb
- Fix spawn chunk NPC loading issues, fixes #1332 (#1625) (commit: 05abc92)
—
fullwall /
githubweb
- Add GameModeTrait (commit: 3ca12de)
—
fullwall /
githubweb
- Fix npc path block updates (#1611) (commit: f47912f)
—
fullwall /
githubweb
- Place waypoint marker in centre of block (commit: ae31173)
—
fullwall /
githubweb
- Stop double execution stop (commit: 0cbf22a)
—
fullwall /
githubweb
- Update helmets (commit: 44ee5a2)
—
fullwall /
githubweb
- Improved jar filename (commit: 8cf35b9)
—
mcmonkey /
githubweb
- update bstats dependency to new repo (#1585) (commit: 007794d)
—
fullwall /
githubweb
- Update for 1.13.2 (commit: 3c1975f)
—
fullwall /
githubweb
- Use 1.8.8 API (commit: a545c31)
—
fullwall /
githubweb
- Fix issues with editors not respecting editing player (commit: 1276365)
—
fullwall /
githubweb
- Stop pathfinding on pause (commit: 0ecd480)
—
fullwall /
githubweb
- More QoL for triggers (commit: 1853a6f)
—
fullwall /
githubweb
- . (commit: 3b6996b)
—
fullwall /
githubweb
- Fix weird eclipse error (commit: b4b160b)
—
fullwall /
githubweb
- QoL enhancements for waypoints triggers (commit: 4424f8b)
—
fullwall /
githubweb
- Use UUID instead of name in followtrait (commit: a3c99e6)
—
fullwall /
githubweb
- Add a super simple follow trait (commit: 787e114)
—
fullwall /
githubweb
- Don't break on different waypoint worlds while editing (commit: edc36c7)
—
fullwall /
githubweb
- Trial portals (commit: 92121c1)
—
fullwall /
githubweb
- Reset pitch (commit: 9f9647a)
—
fullwall /
githubweb
- NPE check in GuidedWaypointsProvider (commit: 2254741)
—
fullwall /
githubweb
- Improve readme file (commit: 71373fb)
—
noreply /
githubweb
- Fix for change in EntityTypes fields (commit: d9a0481)
—
fullwall /
githubweb
- Fix compile error (commit: 1dc0edd)
—
fullwall /
githubweb
- Force armor stands to use the new pathfinder and override packet sending (commit: 97d4d7b)
—
fullwall /
githubweb
- Fix TURTLE_HELMET being included in 1.12 and below (commit: 9d14b76)
—
fullwall /
githubweb
- Update version and preliminary 1.13.1 update (commit: 11166c8)
—
fullwall /
githubweb
- Fix shutdown registry setting (commit: 0603c3f)
—
fullwall /
githubweb
- Add TURTLE_HELMET to helmets (commit: 50cc442)
—
fullwall /
githubweb
- Use new spawnreason (commit: 505ef8a)
—
fullwall /
githubweb
- Use World uuids instead of World names (#1551) (commit: 56ef4c3)
—
fullwall /
githubweb
- Change yaw setting for 1.8.8 (commit: 829e4a4)
—
fullwall /
githubweb
- Check for null world in spawn (commit: 0d5d5c4)
—
fullwall /
githubweb
- Fix an issue with player navigation (commit: 4346ed0)
—
fullwall /
githubweb
- Reset move controllers for water mobs (commit: 7760164)
—
fullwall /
githubweb
- Add required version fill-in points on the issue template (commit: 5e12d02)
—
noreply /
githubweb
- Preliminary 1.13 update (commit: ecfc4f4)
—
fullwall /
githubweb
- Fixed the dependencies on the JAR to include 1.13 (#1536) (commit: b4af47f)
—
fullwall /
githubweb
- Add some 1.13 traits, fix an issues with backwards API compatibility (commit: 9adf755)
—
fullwall /
githubweb
- Fix citizens version to be 2.0.23 (commit: 1cd1405)
—
mcmonkey /
githubweb
- use latest cb versions (commit: 3023492)
—
mcmonkey /
githubweb
- Preliminary 1.13 update - some known issues (commit: dfb5b90)
—
fullwall /
githubweb
- Update ISSUE_TEMPLATE (commit: 34c57c7)
—
noreply /
githubweb
- Add PlayerAnimation.START_ELYTRA (commit: 23f03c1)
—
fullwall /
githubweb
- Add elytra effect to flying pathfinder (commit: 283fd3e)
—
fullwall /
githubweb
- Remove debug code (commit: d2a0aa6)
—
fullwall /
githubweb
- Don't persist armor stands from PlayerAnimation.SIT (commit: e4f0596)
—
fullwall /
githubweb
- Fix for client NPE issue - don't missend player spawn packets (#1525) (commit: 221eb4b)
—
fullwall /
githubweb
- Add some clarity to the issue template (commit: 432e92a)
—
noreply /
githubweb
- Patch skin command, rename command (#1524) (commit: 42fda25)
—
fullwall /
githubweb
- Change locale order (commit: afd9cb7)
—
fullwall /
githubweb
- Support plugin vanishing in LookClose (commit: ce9332b)
—
fullwall /
githubweb
- ( Patch for #1509 ) support zombie villagers in the villager profession (commit: 4ae8a19)
—
fullwall /
githubweb
- ( Patch for #1498 ) protect villager npcs from lightning (#1504) (commit: 5d04746)
—
fullwall /
githubweb
- Increase tablist packet remove delay (commit: ecd6df2)
—
fullwall /
githubweb
- Clear old advancement data (commit: 3f035ad)
—
fullwall /
githubweb
- Update EmptyAdvancementDataPlayer.java (commit: 9df6abf)
—
noreply /
githubweb
- More advancement clearing (commit: fd413fa)
—
fullwall /
githubweb
- Delete duplicate resources (commit: 9e5445e)
—
fullwall /
githubweb
- mcstats.org > bstats.org (#1478) (commit: 79fc7c4)
—
fullwall /
githubweb
- Text micro-optimisation (commit: 2ea94ae)
—
fullwall /
githubweb
- Edit /npc skin -t (commit: 2b422c1)
—
fullwall /
githubweb
- Fix /npc skin 0t (commit: f4d5f02)
—
fullwall /
githubweb
- Add /npc skin -t (commit: 111d388)
—
fullwall /
githubweb
- Update CitizensNPC.java (commit: 958d1de)
—
noreply /
githubweb
- Minor microoptimisation (commit: 184b414)
—
fullwall /
githubweb
- Fix typo (commit: 74989cd)
—
fullwall /
githubweb
- Add NMS.setPeekShulker to replace old method (commit: 772ab5f)
—
fullwall /
githubweb
- Initial 1.8.8 support (commit: 4c99dc0)
—
fullwall /
githubweb
- Update ShulkerTrait.java (commit: 09666bf)
—
noreply /
githubweb
- Update README.md (commit: 70e3a0b)
—
noreply /
githubweb
- Update README.md (commit: 104847c)
—
noreply /
githubweb
- Use Collections.emptyMap() instead of empty ImmutableMap (commit: 3090bf3)
—
fullwall /
githubweb
- Be more aggressive in blocking achievement earning (commit: a8ec654)
—
fullwall /
githubweb
- Fix shulker color and playing sounds (commit: 4da3153)
—
fullwall /
githubweb
- ( Patch for #1453 ) proper wolf command output (commit: ec8a16c)
—
mcmonkey4eva /
githubweb
- Properly validate shulker color in command (commit: 4b95ebb)
—
fullwall /
githubweb
- Fix #1452 (commit: 9a5c6a2)
—
fullwall /
githubweb
- ( Patch for #1455 ) reload saves rather than reconstructing (commit: acb50f6)
—
mcmonkey4eva /
githubweb
- Allow /npc mount --onnpc to work in console (commit: f8a8a19)
—
fullwall /
githubweb
- Add a preliminary wanderable regions mode to the wander waypoint (commit: f03a376)
—
fullwall /
githubweb
- Prevent magma cubes from damaging players (commit: e20e451)
—
fullwall /
githubweb
- Add new pathfinder maximum iterations setting (commit: fd7b6c6)
—
fullwall /
githubweb
- Fix vex NPCs having gravity on spawn (commit: a1d1a6c)
—
fullwall /
githubweb
- Fix horse/llama equipping (commit: 5f062db)
—
fullwall /
githubweb
- Do some cleanup of WaypointMarkers to be more generic (commit: 9c3fb30)
—
fullwall /
githubweb
- Add new permissions nodes to plugin.yml (commit: 32e7196)
—
fullwall /
githubweb
- Make the new pathfinder go through door corners instead of the middle of (commit: 680af76)
—
fullwall /
githubweb
- Add color to /npc shulker (commit: 73ff01c)
—
fullwall /
githubweb
- Remove possible NPE from trait plotting (commit: dd53b5e)
—
fullwall /
githubweb
- Let /npc text exit the text editor (commit: a897709)
—
fullwall /
githubweb
- Fix NPE (commit: 9ac4ef3)
—
fullwall /
githubweb
- Update skins to be persistent by default (this is retroactive) - use (commit: 3fafa7a)
—
fullwall /
githubweb
- Implement a less CPU-intensive method of clearing advancement progress (commit: 8054667)
—
fullwall /
githubweb
- Fix TeleportWaypointTrigger (commit: 147a3e4)
—
fullwall /
githubweb
- Update ISSUE_TEMPLATE (commit: e3f339b)
—
noreply /
githubweb
- Prevent potion effects for protected NPCs (commit: d7237df)
—
fullwall /
githubweb
- Modernise LookClose a little (commit: fc9f813)
—
fullwall /
githubweb
- Stop default AI for players mounted on pigs (commit: 407430d)
—
fullwall /
githubweb
- Fix vehicle enter prevention not working properly (commit: 30ef5de)
—
fullwall /
githubweb
- Add error message when a skin name is missing from /npc skin (commit: a787465)
—
fullwall /
githubweb
- Commit some messages that were missing (commit: 5a1eadb)
—
fullwall /
githubweb
- Change /npc wolf to be toggle-based instead of clearing the command and (commit: 01f0096)
—
fullwall /
githubweb
- Update ISSUE_TEMPLATE (commit: c49dbb9)
—
noreply /
githubweb
- Implement SwimmingExaminer (commit: a8fe35a)
—
fullwall /
githubweb
- Add a NPE check to getVehicle (commit: bf13181)
—
fullwall /
githubweb
- Allow setting of text talk delay per-NPC (commit: ffbeedf)
—
fullwall /
githubweb
- Use stored location in EntityDeathEvent (commit: 1bc5a47)
—
fullwall /
githubweb
- Override an ocelot method (commit: d14119b)
—
fullwall /
githubweb
- Allow minecraft to remove NPCs on death instead of going through (commit: 72ac913)
—
fullwall /
githubweb
- Fix wolf targeting with Citizens installed (commit: 9ad7c97)
—
fullwall /
githubweb
- Make horse equipper more general (commit: 476debf)
—
fullwall /
githubweb
- Add /npc remove --owner (commit: 8bdadfb)
—
unconfigured /
githubweb
- Add -l flag to /npc spawn and add /npc metadata (commit: 1410c12)
—
fullwall /
githubweb
- Trial some changes to skin fetching to cut down on requests when (commit: 47ef306)
—
fullwall /
githubweb
- Implement a rudimentary setSkinPersistent API (commit: ffbedcd)
—
fullwall /
githubweb
- Only set shulker peek on spawn and on change (commit: 636cd7e)
—
fullwall /
githubweb
- Add /npc shulker (commit: 15569c5)
—
fullwall /
githubweb
- Try fixing memory leak with advancements (commit: 7899252)
—
hannos17 /
githubweb
- Try to aggressively stub out AdvancementDataPlayer (commit: 0e25c35)
—
fullwall /
githubweb
- Java 6 source compat (commit: 40e80c0)
—
fullwall /
githubweb
- Try a better way of clearing advancement progress (commit: 0a6b954)
—
fullwall /
githubweb
- Avoid clearing advancement data (commit: d67324c)
—
fullwall /
githubweb
- Use contains for equipment editing commands (commit: 20306de)
—
fullwall /
githubweb
- Don't look at invisible players in LookClose (commit: 8bd543c)
—
fullwall /
githubweb
- Clear achievement map (commit: 46079e7)
—
fullwall /
githubweb
- Prevent advancements for human NPCs (commit: 4d67397)
—
fullwall /
githubweb
- Use minecraft logic for minecarts (commit: aa3654c)
—
fullwall /
githubweb
- Add parrot trait properly (commit: 093533b)
—
fullwall /
githubweb
- Set noclip for spectator NPCs (commit: c02fec9)
—
fullwall /
githubweb
- Increase y velocity for flyable NPCs (commit: eb5ca54)
—
fullwall /
githubweb
- Fix gravity for players (commit: 98774ba)
—
fullwall /
githubweb
- Remove subscription to bukkit broadcast (commit: 4235e72)
—
fullwall /
githubweb
- Add parrot command, fix 1.12 bug in players (commit: 9f291df)
—
fullwall /
githubweb
- First pass update to 1.12 (commit: 8e0fa64)
—
fullwall /
githubweb
- Remove diamond operator (commit: a3161bd)
—
fullwall /
githubweb
- Bump version, first pass at 1.12 (commit: 8145751)
—
fullwall /
githubweb
- Fix /npc age for zombies (commit: 5552bff)
—
fullwall /
githubweb
- Lower default movement speed for slimes (commit: 61c96f0)
—
fullwall /
githubweb
- Improve waypoint triggers (commit: 7e6cf4f)
—
fullwall /
githubweb
- Fix an NMS field typo (commit: 252296c)
—
mcmonkey4eva /
githubweb
- Fix some bug (commit: f65d87c)
—
fullwall /
githubweb
- Check world in navigator (commit: 2c8ac01)
—
fullwall /
githubweb
- Add basic editor for wander waypoints (commit: 49c6d3c)
—
fullwall /
githubweb
- Fix flying move logic (commit: db41864)
—
fullwall /
githubweb
- Fix wither crash (commit: 226470d)
—
fullwall /
githubweb
- Remove secondary skin cache for /npc skin (commit: a837624)
—
fullwall /
githubweb
- Add /npc llama (commit: 59f67c0)
—
fullwall /
githubweb
- Fix #1027 (commit: af24e5f)
—
fullwall /
githubweb
- Don't update controller look during navigation (commit: f7a4e78)
—
fullwall /
githubweb
- Small fix for 1.11.2 compat (commit: 7cf12cd)
—
fullwall /
githubweb
- Check Citizens plugin disabled in skinpackettracker (commit: e1dda04)
—
fullwall /
githubweb
- Add immediate parameter to Util.faceLocation and fix a bug in it (commit: cf5beab)
—
fullwall /
githubweb
- Don't use empty scoreboard team names (commit: 1bd3b7e)
—
fullwall /
githubweb
- Fix horse subclasses (commit: 728930a)
—
fullwall /
githubweb
- Fix some issues with controllable (commit: afb7e13)
—
fullwall /
githubweb
- Fix Minecraft 1.10 player looking (commit: 86d6794)
—
fullwall /
githubweb
- Implement debug NavigatorParameter and change some Player yaw code (commit: e3981a1)
—
fullwall /
githubweb
- Trait fix for proper UUID serialization and functionality when NPCs (commit: aabc85f)
—
durchholzj /
githubweb
- Trait fix for proper UUID serialization and functionality when NPCs (commit: 5c88de7)
—
durchholzj /
githubweb
- Check for exceptions (commit: 9df3481)
—
fullwall /
githubweb
- Make MountTrait more reliable by making the NPC leave its vehicle on (commit: 2442e24)
—
fullwall /
githubweb
- Fix bad getBukkitEntity if condition (commit: 9329c66)
—
fullwall /
githubweb
- Update passenger yaw in navigation (issue #994) (commit: e68e9ad)
—
fullwall /
githubweb
- Improve MountTrait (commit: d47a7e8)
—
fullwall /
githubweb
- Try to avoid defaulting to 0 yaw (commit: 3634bce)
—
fullwall /
githubweb
- Remove unnecessary copy of files (commit: f8d2e4e)
—
fullwall /
githubweb
- Correct despawn/removal order for compatibility (commit: c4f5c2f)
—
mcmonkey4eva /
githubweb
- Controllable should use LookAirController for non-LivingEntity NPCs (commit: 7cd3e6d)
—
fullwall /
githubweb
- Fix players always looking south (commit: f2879fb)
—
fullwall /
githubweb
- Fix Guardians, EnderDragon looking and update how (commit: 3a612d6)
—
fullwall /
githubweb
- Remove villager force head yaw setting (commit: bc9374d)
—
fullwall /
githubweb
- Clamp controller look yaw for entityinsentients as well (commit: d968384)
—
fullwall /
githubweb
- Clamp yaw and update some yaw-related variables (commit: 974cb61)
—
fullwall /
githubweb
- Fix entities looking at feet instead of eyes (commit: 002d7b7)
—
fullwall /
githubweb
- Fix NPE, add MountTrait, fix 1.10 looking (commit: deffc24)
—
fullwall /
githubweb
- Set player yaw as well (commit: 2bd7124)
—
fullwall /
githubweb
- Forward the rest of the RegistryMaterials methods and fix player looking (commit: 07a3aea)
—
fullwall /
githubweb
- Update CustomEntityRegistry to allow other plugins to override classees (commit: 0fa0d29)
—
fullwall /
githubweb
- Change handle yaw fields (commit: 83413cb)
—
fullwall /
githubweb
- Update PlayerControllerJump/Look (commit: 71e28c6)
—
fullwall /
githubweb
- Fix mob NPC not using pitch (commit: b695afd)
—
fullwall /
githubweb
- Add -h option to /npc name (commit: 2f7e4ea)
—
fullwall /
githubweb
- Fix skin layers not showing up (commit: 58c5fc7)
—
fullwall /
githubweb
- Remove debug (commit: 3cd6da8)
—
fullwall /
githubweb
- Remove some generics which may be confusing jenkins (commit: cb3c32a)
—
fullwall /
githubweb
- Update pom.xml (commit: 4bd9028)
—
noreply /
githubweb
- Modify EntityTypes hooks to be less invasive (commit: 765c42c)
—
fullwall /
githubweb
- Update PlayerNavigation (commit: bf7f92c)
—
fullwall /
githubweb
- Make VehicleEnterEvent check horse-type agnostic (commit: fc43e6a)
—
fullwall /
githubweb
- Force skin update on /npc skin (commit: ef0bc3d)
—
fullwall /
githubweb
- Fixes for 1.11 (commit: dccfadb)
—
fullwall /
githubweb
- First pass at 1.11 (commit: 0189157)
—
fullwall /
githubweb
- Increase player NPC skin update delay on join to possibly help Bungee (commit: 0c833e2)
—
noreply /
githubweb
- Don't add waypoint markers to the main registry (commit: 14cd243)
—
fullwall /
githubweb
- Small fixes (commit: 5f473ee)
—
fullwall /
githubweb
- Check pathfinding range while pathfinding (commit: b5c433c)
—
fullwall /
githubweb
- Only pathfind on update (commit: 97feb53)
—
fullwall /
githubweb
- Add missing toLowerCase call in trait factory (commit: 417f0f1)
—
fullwall /
githubweb
- Small optimisations (commit: 7cb434d)
—
fullwall /
githubweb
- Null check signature (commit: 2dab3d3)
—
fullwall /
githubweb
- Unchange where tracker replacement happens (commit: 95261e4)
—
fullwall /
githubweb
- Change where tracker replacement happens (commit: e344158)
—
fullwall /
githubweb
- Attempt to fix villager right clicks (commit: 41deaf2)
—
fullwall /
githubweb
- Remove debugging code and make vehicle enter blocked for boats/minecarts (commit: 73854b8)
—
fullwall /
githubweb
- Remove zombie-specific profession from VillagerProfession (commit: d9f31ff)
—
fullwall /
githubweb
- Work on navigation (commit: b1afe0d)
—
fullwall /
githubweb
- Implement new API (commit: c0a3f0b)
—
fullwall /
githubweb
- Fix dist jar name (commit: e607244)
—
fullwall /
githubweb
- Fix casing in pom.xml (commit: 781a234)
—
fullwall /
githubweb
- Fix bug with entity navigation (commit: 1f65eb1)
—
fullwall /
githubweb
- Implement new API (commit: b1a116c)
—
fullwall /
githubweb
- Add NPC_METADATA_MARKER before teleporting (commit: 0037068)
—
noreply /
githubweb
- Split auth server into separate method (commit: 5163729)
—
fullwall /
githubweb
- Add authlib profile url setting (commit: fda4531)
—
fullwall /
githubweb
- Fix Rabbit pathfinding (commit: e38130e)
—
fullwall /
githubweb
- Prevent wolves getting angry if a nearby non-NPC wolf is damaged (commit: c9d2f0c)
—
fullwall /
githubweb
- Remove some MC behaviours from chickens and snowmen (commit: e406c78)
—
fullwall /
githubweb
- Fix shulker bullets (commit: d4be979)
—
fullwall /
githubweb
- Implement new pathfinding APIs (commit: 2ba8043)
—
fullwall /
githubweb
- Fix non-aggressive targeting not stopping when within range of the (commit: a4229d1)
—
fullwall /
githubweb
- Fix Gravity#hasGravity (commit: 449a788)
—
fullwall /
githubweb
- Fix /npc gravity for players (commit: 72ce879)
—
fullwall /
githubweb
- Add new zombiemodifier for professions (commit: 4a93ec4)
—
fullwall /
githubweb
- Implement silence (commit: f7cd1da)
—
fullwall /
githubweb
- Use unsafe iteration for waypoints (commit: 1e9e4ba)
—
fullwall /
githubweb
- Fix pom (commit: 6660934)
—
fullwall /
githubweb
- Workaround for horse pathfinding in minecraft - assume that it fits on a (commit: a4b199c)
—
fullwall /
githubweb
- Tick potion effects less frequently to reduce CPU load (commit: 61e83b2)
—
fullwall /
githubweb
- Update README.md (commit: c2da49e)
—
noreply /
githubweb
- Add /npc bossbar (commit: 8027fc7)
—
fullwall /
githubweb
- Aggressively remove player scoreboards (commit: 99362f3)
—
fullwall /
githubweb
- Ignore cancelled NPC spawns (commit: 130abfc)
—
fullwall /
githubweb
- Ignore cancelled NPC despawns (commit: aa953ff)
—
fullwall /
githubweb
- Normalise null checking in sounds (commit: ee93779)
—
fullwall /
githubweb
- Fix NPCs being pullable (commit: 4d4c3ac)
—
fullwall /
githubweb
- Update to MC 1.10 (commit: 4077d7b)
—
fullwall /
githubweb
- Use new debug option (commit: 28d23c3)
—
fullwall /
githubweb
- Fix ocelot crash (commit: ce60740)
—
fullwall /
githubweb
- Fix enderman equipping (commit: 9abb940)
—
fullwall /
githubweb
- Fix potion effects on players (commit: 924d8b4)
—
fullwall /
githubweb
- Use foot location instead of eye location for initial pathfinding (commit: f1e3213)
—
fullwall /
githubweb
- Force skin updates on /npc skin -p (commit: fe72700)
—
fullwall /
githubweb
- Avoid recursive calls in mc pathfinder due to issues at high y (commit: b48cfd5)
—
fullwall /
githubweb
- Fix magma cubes, slimes, and pathfinding for some mobs (commit: 4f4efb0)
—
fullwall /
githubweb
- Fix stackoverflow error with horses/pigs, fix player movement (commit: 0e5140d)
—
fullwall /
githubweb
- First pass update to 1.9.4 (commit: ed36a50)
—
fullwall /
githubweb
- Fix compile error (commit: 0231284)
—
fullwall /
githubweb
- Use the NPC's UUID instead of a random UUID for scoreboards to avoid (commit: 74e8ca0)
—
fullwall /
githubweb
- Try harder to remove fishing hooks (commit: f96cfb9)
—
fullwall /
githubweb
- Add configurable warmup delay for teleporting (commit: c8cc649)
—
fullwall /
githubweb
- Accept all damageevents for detecting left clicks, even cancelled ones (commit: 7cc72bf)
—
fullwall /
githubweb
- Add methods to horsemodifiers for saddle/armor control (commit: 9eb460e)
—
fullwall /
githubweb
- Minecraft's getVehicle method can return the same entity if no vehicle (commit: 7d310ce)
—
fullwall /
githubweb
- Offhand/helmet should clone the item properly (commit: fe0e8ed)
—
fullwall /
githubweb
- Fix cancellation order for updateMountedStatus (commit: 99a1795)
—
fullwall /
githubweb
- Propagate navigation targets down the mount stack (commit: 4c6fc15)
—
fullwall /
githubweb
- Fix /npc inventory, validate /npc mount --onnpc, add an attempt to fix (commit: 70ffa9a)
—
fullwall /
githubweb
- Add --onnpc option to /npc mount (commit: d44b7bf)
—
fullwall /
githubweb
- Drop old item for 'offhand' editing (commit: d561fe9)
—
fullwall /
githubweb
- Fix names longer than 16 characters (commit: e295a10)
—
fullwall /
githubweb
- Workaround Spigot knockback bug by setting high knockback resistance on (commit: 1b71c60)
—
fullwall /
githubweb
- New features requested by mcmonkey (commit: 33396f0)
—
fullwall /
githubweb
- Fix /npc inventory typo (commit: 2bd9dc2)
—
fullwall /
githubweb
- Fix STOP_USE_ITEM (commit: 49b81d5)
—
fullwall /
githubweb
- Fix PlayerAnimation START_USE_ITEM (commit: 0b1174f)
—
fullwall /
githubweb
- Make /npc glowing --color work more reliably (commit: 6eb81f2)
—
fullwall /
githubweb
- ELYTRA should be equipped in the chestplate slot (commit: d63ed4f)
—
fullwall /
githubweb
- Add /npc glowing <color>, fix waypoint editor right clicks (commit: 73706c6)
—
fullwall /
githubweb
- Simplify issue template (commit: 3ce3618)
—
mcmonkey /
githubweb
- Add /npc collidable for players colliding with entities (commit: a8c6b1e)
—
fullwall /
githubweb
- Update ISSUE_TEMPLATE (commit: 1b91e38)
—
fullwall /
githubweb
- Fix /npc collidable, don't add a navigation listener for the player (commit: 114c76c)
—
fullwall /
githubweb
- Remove extra slot (commit: 25b124e)
—
fullwall /
githubweb
- Fix some deprecation warnings, implement EXTRA slot equipping (commit: 7d9005d)
—
fullwall /
githubweb
- Check permissions properly for offhand/helmet equipping (commit: 893eb4b)
—
fullwall /
githubweb
- Fix NPC targeting (commit: 7fbe1db)
—
fullwall /
githubweb
- Fix compile error with potions (commit: 71c38d3)
—
fullwall /
githubweb
- Check for implementation before finishing profile request (commit: b0bffb9)
—
fullwall /
githubweb
- Use armor stands instead of silverfish for sitting (commit: 1dcd587)
—
fullwall /
githubweb
- Fix sitting animation by spawning an invisible silverfish (commit: df894b2)
—
fullwall /
githubweb
- Fix NMS#mount (commit: 3c01c43)
—
fullwall /
githubweb
- Fix controllable order for NMS#mount (commit: fb2936b)
—
fullwall /
githubweb
- Make sure to clear the toRespawn map on /citizens reload (commit: df0e6b7)
—
fullwall /
githubweb
- Fix NPCs being movable with fishing rods properly (commit: ec917e1)
—
fullwall /
githubweb
- Fix protected NPCs being movable with fishing rods (commit: 392a422)
—
fullwall /
githubweb
- Add issue template (commit: 1db3ae6)
—
fullwall /
githubweb
- Update ISSUE_TEMPLATE (commit: e432208)
—
fullwall /
githubweb
- Potentially make PlayerUpdateTask faster (commit: b455869)
—
fullwall /
githubweb
- Request addOrRemoveFromPlayerList less (commit: 0c5796a)
—
fullwall /
githubweb
- Add ARM_SWING_OFFHAND PlayerAnimation (commit: 336dc57)
—
fullwall /
githubweb
- Fix double right click events (commit: 1462c82)
—
fullwall /
githubweb
- Fix /npc glowing text (commit: 1afba77)
—
fullwall /
githubweb
- Update readme versions (commit: 15d68b2)
—
mcmonkey /
githubweb
- Add 'offhand' for setting the NPC's offhand item (commit: 49986de)
—
fullwall /
githubweb
- Make jump behaviour more consistent on slabs for new pathfinder (commit: 4904b3e)
—
fullwall /
githubweb
- Add /npc glowing (commit: 3b3f477)
—
fullwall /
githubweb
- Fix /npc sound - too many sounds to list valid ones (commit: 42c2352)
—
fullwall /
githubweb
- Fix compatibility with ProtocolLib (commit: 5959332)
—
fullwall /
githubweb
- Fix non-playerlist NPCs (commit: 8ee806f)
—
fullwall /
githubweb
- Minor performance improvements to lookclose (commit: f11c1c2)
—
fullwall /
githubweb
- Add new player update task for players not on the playerlist (commit: 3c9e82e)
—
fullwall /
githubweb
- Force network manager connected for NPCs (commit: e3c64a2)
—
fullwall /
githubweb
- Fix NPE in navigation (commit: 380a288)
—
fullwall /
githubweb
- Fix giants, equipping (partially) (commit: 5c5c7af)
—
fullwall /
githubweb
- Fix Villager trades not being blocked (commit: 7ad5f73)
—
fullwall /
githubweb
- Add new entity types (commit: bdd82ce)
—
fullwall /
githubweb
- Almost complete initial pass at 1.9 (commit: b5fdcaf)
—
fullwall /
githubweb
- Update pom (commit: b234dfc)
—
fullwall /
githubweb
- Correct pom, erroneous javadocs (commit: 3e80319)
—
mcmonkey4eva /
githubweb
- Initial working version of 1.9 (commit: 2633c6e)
—
fullwall /
githubweb
- Fix pom (commit: 3deb0ac)
—
fullwall /
githubweb
- Use mcmonkey's pom (commit: 686968b)
—
fullwall /
githubweb
- Fix look close bug (commit: ff3d8d6)
—
fullwall /
githubweb
- Don't look or speak to players in spectator mode (commit: 8441f5a)
—
fullwall /
githubweb
- Double check world in skin packet tracker (commit: 7e1ab0b)
—
fullwall /
githubweb
- Reload saves properly on /citizens reload (commit: c4d9847)
—
fullwall /
githubweb
- Allow vulnerable projectiles to damage entities, implement (commit: a78be2a)
—
fullwall /
githubweb
- Remove debug log (commit: 073cedf)
—
fullwall /
githubweb
- Add command to set any block as an NPC helmet (commit: 022bc5f)
—
fullwall /
githubweb
- Add back a simple /npc script command (commit: 9fcef2c)
—
fullwall /
githubweb
- Make /citizens reload behave more sanely with regards to trait listener (commit: a1c4825)
—
fullwall /
githubweb
- Respect cancelled on EntityDamageEvent (commit: 0e16682)
—
fullwall /
githubweb
- Allow Player NPCs to swim in water when not navigating (commit: ac802c3)
—
fullwall /
githubweb
- More correct yaw calculations for skin tracking (commit: b240b99)
—
fullwall /
githubweb
- Update README.md (commit: 6da61dc)
—
fullwall /
githubweb
- Set distance margin as block squared directly to reduce confusion, fix (commit: 95bc67d)
—
fullwall /
githubweb
- Fix ender pearl NPCs (commit: e6e2c8c)
—
fullwall /
githubweb
- Formatting changes and more consistent LookClose comparator behaviour (commit: bd9dbd1)
—
fullwall /
githubweb
- Set villager head yaw to current yaw every tick (commit: d6139f8)
—
fullwall /
githubweb
- More realistic gravity (commit: 63a03ee)
—
fullwall /
githubweb
- Use new trait name annotation (commit: 69b6a07)
—
fullwall /
githubweb
- Add some data to NPC before NPCSpawnEvent is called (commit: 16ee223)
—
fullwall /
githubweb
- Minor resource cleanups (commit: f72d652)
—
fullwall /
githubweb
- Save head pose (commit: c51f899)
—
fullwall /
githubweb
- Add new options to /npc pathopt, save modified options only if they are (commit: 5e4ec4b)
—
fullwall /
githubweb
- Fix setSize causing drift for some entities (commit: 7adf045)
—
fullwall /
githubweb
- Fix flying pathfinder not setting yaw correctly (commit: ee503a6)
—
fullwall /
githubweb
- Fix wither movement (commit: 64ba5b4)
—
fullwall /
githubweb
- Fix entity armor stand right click events (commit: 7fd2183)
—
fullwall /
githubweb
- Fix #552 (commit: 607b2ef)
—
fullwall /
githubweb
- Fix ocelot -s (commit: 68c3c61)
—
fullwall /
githubweb
- ArmorStand command and trait (commit: 8685d18)
—
fullwall /
githubweb
- Fix typo (commit: d5eb156)
—
fullwall /
githubweb
- Remove deprecated method and double check world when resetting player (commit: 5baf8f7)
—
fullwall /
githubweb
- Don't import CraftServer when you need to be version independent (commit: e767a3f)
—
fullwall /
githubweb
- Enable new target location mapping API and disable /npc gravity when (commit: 7a23f78)
—
fullwall /
githubweb
- Fix rabbit movement (commit: 5f63b3f)
—
fullwall /
githubweb
- Add /npc wither --charged (commit: 1216679)
—
fullwall /
githubweb
- Implement new navigatorparameters settings (commit: b14e4ee)
—
fullwall /
githubweb
- Make targeted NPCs update their path more frequently (commit: 3b295fa)
—
fullwall /
githubweb
- Fix despawn events not being called when NPC is killed while vulnerable (commit: c318b3f)
—
fullwall /
githubweb
- Make slime movement more natural (commit: dec54cb)
—
fullwall /
githubweb
- Don't use world full time as an update counter (commit: 287d4eb)
—
fullwall /
githubweb
- Fix bugs with rabbit, controllable (commit: 8f565a5)
—
fullwall /
githubweb
- Fix /npc gravity for players (commit: d037aac)
—
fullwall /
githubweb
- Horse protection (commit: b487567)
—
fullwall /
githubweb
- Fix magma cube movement (commit: ac3aac4)
—
fullwall /
githubweb
- add SkinLayers trait and commands (commit: c0a757e)
—
jcthepants /
githubweb
- fix NPC skin layers sometimes don't show (commit: 6c301f1)
—
jcthepants /
githubweb
- Fix NPE if NPC removed without spawning (commit: 5e3547d)
—
jcthepants /
githubweb
- Fix typos (commit: 76fd4c4)
—
fullwall /
githubweb
- Fix #495 (commit: 172249c)
—
fullwall /
githubweb
- Add calls to addOrRemoveFromPlayerList (commit: 72ba146)
—
fullwall /
githubweb
- bug fix and optimizations in NPC skins (commit: 80ee5f1)
—
jcthepants /
githubweb
- Restore unintentionally deleted API method (commit: 3c7c764)
—
mcmonkey4eva /
githubweb
- Fix NPE (commit: 65c6e15)
—
fullwall /
githubweb
- fix skin reload on citizens reload (commit: aaeee5d)
—
jcthepants /
githubweb
- Fixes (commit: 3cc63ff)
—
fullwall /
githubweb
- Set pathing delay to be same as Minecraft's (commit: 03ef04a)
—
fullwall /
githubweb
- Update EventListen.java (commit: 0ca55e5)
—
fullwall /
githubweb
- Fix player NPCs not working with /npc name (commit: 767dfe1)
—
fullwall /
githubweb
- improve player NPC skins (commit: 6d31467)
—
jcthepants /
githubweb
- Fix NPC's are not visible sometimes (commit: 2b3f91e)
—
jcthepants /
githubweb
- Update NPCCommands.java (commit: b0dabb4)
—
fullwall /
githubweb
- Fix /npc name visibility not toggling off, fix minecart NPCs being (commit: 947b14d)
—
fullwall /
githubweb
- Rework controllable logic to incorporate speed (commit: 1e3b023)
—
fullwall /
githubweb
- Fix some bugs (commit: a3ea15c)
—
fullwall /
githubweb
- Fix changing an NPC's speed mid-path (commit: a00edb0)
—
fullwall /
githubweb
- Update POM.XML to latest Bukkit, Vault (commit: 6d73b83)
—
mcmonkey /
githubweb
- Move blockbreaker to API (commit: ad496c1)
—
fullwall /
githubweb
- Potentially fix memory leak (commit: 59382f4)
—
fullwall /
githubweb
- Add /npc guardian (commit: a2d0c3f)
—
fullwall /
githubweb
- Change version checking to be rename based (commit: e79f272)
—
fullwall /
githubweb
- Fix item frame NPCs (commit: d662bb0)
—
fullwall /
githubweb
- Add 1.8.7 as compatible (commit: fe6aca0)
—
fullwall /
githubweb
- Update HumanController.java (commit: 141ef8c)
—
fullwall /
githubweb
- Update HumanController.java (commit: 2342d54)
—
fullwall /
githubweb
- Enable new maximum name length (commit: 785758e)
—
fullwall /
githubweb
- Set protected metadata on spawn (commit: 548c989)
—
fullwall /
githubweb
- Fix guardian update method (commit: 8a0134d)
—
fullwall /
githubweb
- Re-bump version number (commit: 9037a4c)
—
mcmonkey /
githubweb
- Bump the compatible version number (commit: 6760612)
—
mcmonkey /
githubweb
- Update the readme (commit: 220c8d9)
—
mcmonkey /
githubweb
- Remove DB settings (commit: 4a29c1d)
—
fullwall /
githubweb
- Update to 1.8.4 (commit: e5dc6f4)
—
sanjay.govind9 /
githubweb
- missed a deobsufacated field (commit: aead848)
—
sanjay.govind9 /
githubweb
- 1.8.5 - no nms changes. (commit: b0ec024)
—
sanjay.govind9 /
githubweb
- Update pom (commit: 43f19a9)
—
sanjay.govind9 /
githubweb
- Bump version number (commit: ae05af6)
—
fullwall /
githubweb
- Bump API version (commit: aecedbd)
—
fullwall /
githubweb
- Make wolf angriness work, fixes #343 (commit: b95b9b3)
—
mcmonkey4eva /
githubweb
- Re-add ignoreCancelled into onChunkUnload event handler (commit: 57bd38f)
—
jcthepants /
githubweb
- Handle another needs-packet-sending event, fixes #364 (commit: 3e3dbbe)
—
mcmonkey4eva /
githubweb
- adding permission-node .npc.sound to plugin.yml (commit: 23b1ef7)
—
tobias /
githubweb
- Fix build (commit: 4d08915)
—
mcmonkey4eva /
githubweb
- Switch setPassengetOf to mount as it was removed in previous updates (commit: 7eb9134)
—
sanjay.govind9 /
githubweb
- Support setting permanent skins (commit: 202c173)
—
sanjay.govind9 /
githubweb
- Naming conventions. (commit: 787ca5f)
—
sanjay.govind9 /
githubweb
- its -p not -b (commit: bf9a39e)
—
sanjay.govind9 /
githubweb
- -p not -b (commit: cbbde72)
—
sanjay.govind9 /
githubweb
- Fix guided waypoint markers by blocking the t_ method which allows (commit: 575119e)
—
mcmonkey4eva /
githubweb
- Fix the sheep command somewhat.. it works at least, doesnt have (commit: 20b3fe6)
—
mcmonkey4eva /
githubweb
- Added Spanish Translation (commit: 8c10a02)
—
follet2004 /
githubweb
- Fix NPC despawned if chunk unload is cancelled (commit: 34e303c)
—
jcthepants /
githubweb
- Fix rabbit movement (commit: a3242f9)
—
fullwall /
githubweb
- Fix ghast not updating (commit: 2c565c5)
—
fullwall /
githubweb
- Fix EntityTypes usage, fixes #239 (commit: 24c622b)
—
mcmonkey4eva /
githubweb
- Double send skin packet, dont missend it - helps the skin issue (commit: 61201f7)
—
mcmonkey4eva /
githubweb
- Delay calculating skin updates a bit, partially fixes the skin issue! (commit: 5659c85)
—
mcmonkey4eva /
githubweb
- Fix more situations of skins not loading properly (commit: b2c64fc)
—
mcmonkey4eva /
githubweb
- Fix distance calcuation bug (commit: 78a968d)
—
mcmonkey4eva /
githubweb
- Add messages for /npc sheep (commit: 5f3856d)
—
fullwall /
githubweb
- Fix head yaw mistranslation (commit: a364cf5)
—
fullwall /
githubweb
- Fix error when sending NPC skins to a joining players (commit: d451158)
—
morphan1 /
githubweb
- Cure NPCs of skin loss once and for all (commit: d080dc7)
—
morphan1 /
githubweb
- Improve tablist removal and skin updating (commit: 33fda95)
—
morphan1 /
githubweb
- Remove forgotten debug (commit: 5297ebc)
—
morphan1 /
githubweb
- Make some minor adjustments (commit: e342bc8)
—
morphan1 /
githubweb
- Increase radius limit (commit: a05fa93)
—
morphan1 /
githubweb
- Fix missing translations for player looking (commit: 9c75ecd)
—
fullwall /
githubweb
- Bump the version number to 2.0.15 (commit: 24c23cb)
—
mcmonkey /
githubweb
- 1.8.3 first pass (commit: b4fb149)
—
fullwall /
githubweb
- Fix no knock back on player NPC's when hit (commit: 892f129)
—
jcthepants /
githubweb
- Fix dead player NPC not removed from world. (commit: 1088138)
—
jcthepants /
githubweb
- Fix Citizens messing with unrelated entities, fixes #234 (commit: d7e72c0)
—
mcmonkey4eva /
githubweb
- Fix NPC sometimes spins in circles... (commit: b2ac708)
—
jcthepants /
githubweb
- Restore 'test' (commit: 8db7d56)
—
mcmonkey /
githubweb
- Fix build (commit: 8bbc305)
—
mcmonkey4eva /
githubweb
- Revert "Test" (commit: 99c9247)
—
mcmonkey4eva /
githubweb
- Fix rabbits not moving (commit: ec73f80)
—
mcmonkey4eva /
githubweb
- Prevent killer rabbits from attacking (commit: 524c819)
—
mcmonkey4eva /
githubweb
- Test (commit: bce5e04)
—
fullwall /
githubweb
- Add /npc sheep (commit: 1a1aeaa)
—
fullwall /
githubweb
- Respect distanceMargin when NPCs are passively moving towards entities (commit: 4fde221)
—
fullwall /
githubweb
- Fix AnimationTrigger (commit: 2ef7906)
—
fullwall /
githubweb
- Fix tablist removing (commit: 0f05bd1)
—
fullwall /
githubweb
- Fix boolean value (commit: ea1f9eb)
—
fullwall /
githubweb
- Better skin loading when world has to be loaded (commit: c5b50f0)
—
fullwall /
githubweb
- Try playerlist handling via EntityTrackerEntry instead of adhoc event (commit: e4c5ed4)
—
fullwall /
githubweb
- Reorder tablist refresh (commit: 8e06034)
—
fullwall /
githubweb
- Don't attack players when they do /npc, fixes #170 (commit: cb4f386)
—
mcmonkey /
githubweb
- Update MCTargetStrategy.java (commit: b186c18)
—
fullwall /
githubweb
- Allow Rabbits to have their types set. (commit: 2d4abbc)
—
sanjay.govind9 /
githubweb
- Im an idiot... (commit: b14eaa7)
—
sanjay.govind9 /
githubweb
- Appearently i was working off of an old copy of messages_en (commit: 139c985)
—
sanjay.govind9 /
githubweb
- Fix spacing, call setType, check if valid (commit: 5093e62)
—
sanjay.govind9 /
githubweb
- Fix set Profession, set skeletontype and set rabbittype commands (commit: 74c3fa6)
—
sanjay.govind9 /
githubweb
- Wolf Traits now give Feedback. (commit: 5ee213d)
—
sanjay.govind9 /
githubweb
- Fix the wolf colour command messages (commit: 4c6c01e)
—
sanjay.govind9 /
githubweb
- Change the wolf collar message to something that makes more sense (commit: b438ac0)
—
sanjay.govind9 /
githubweb
- Update HumanController.java (commit: 386a468)
—
fullwall /
githubweb
- Fix NPC targeting (commit: 866a381)
—
fullwall /
githubweb
- Add some settings to control NPC skin retries (commit: 64935ef)
—
fullwall /
githubweb
- Fix teleport bugging (commit: 544f443)
—
mcmonkey /
githubweb
- Improve NPC pseudo-respawning (commit: ef1f747)
—
mcmonkey4eva /
githubweb
- Fix slime movement (commit: 8ec41f1)
—
fullwall /
githubweb
- Refactoring, remove some allocations (commit: dfb2999)
—
fullwall /
githubweb
- Disable bat AI, fixes #137 (commit: 7e1ff56)
—
mcmonkey4eva /
githubweb
- First pass at removing NPCs from the playerlist (commit: 0d7eb8f)
—
mcmonkey4eva /
githubweb
- Second pass: error fixing, more invisibility fixes (commit: 3869514)
—
mcmonkey4eva /
githubweb
- Third pass: packet magic to pseudo-respawn NPCs (commit: 7eed360)
—
mcmonkey4eva /
githubweb
- micro-efficiency, improvements (commit: 5690a7f)
—
mcmonkey4eva /
githubweb
- Refactor (commit: 315bd72)
—
mcmonkey4eva /
githubweb
- Handle all cases of the packet in NMS.java (commit: b77e8f9)
—
mcmonkey4eva /
githubweb
- Minor style change (commit: cf992c8)
—
fullwall /
githubweb
- Update pass 1 to 1.8 (commit: 22124ea)
—
fullwall /
githubweb
- Add new entity controllers (commit: 54418e3)
—
fullwall /
githubweb
- Add dependencies back, bump version (commit: 953af62)
—
mcmonkey4eva /
githubweb
- Allow lowercase entity types (commit: aecc0ef)
—
mcmonkey4eva /
githubweb
- Target API v14 (commit: fd5de3b)
—
mcmonkey4eva /
githubweb
- Fix player invisibility part 1 (commit: a576c49)
—
fullwall /
githubweb
- Fix tablist (commit: f56975d)
—
fullwall /
githubweb
- Update README.md (commit: 5f75a7c)
—
fullwall /
githubweb
- Fix player invisibility (note: they will appear on the tab list for now) (commit: afba671)
—
fullwall /
githubweb
- Fix tablist (commit: f56975d)
—
fullwall /
githubweb
- Fix player invisibility part 1 (commit: a576c49)
—
fullwall /
githubweb
- Fix /npc name for 1.8 protocol (commit: 822bfd1)
—
fullwall /
githubweb
- Add help text about leaving the text editor (commit: a91167b)
—
fullwall /
githubweb
- Set the default controllable behaviour to not require an owner (use the (commit: e4bb5f6)
—
fullwall /
githubweb
- Hopefully fix NPC tablist issues (commit: 1147372)
—
fullwall /
githubweb
- Add the skin flag set to all visible for 1.8 clients (commit: a0489cb)
—
fullwall /
githubweb
- Change NPC UUID version to 2 for Minecraft (commit: 93ae08b)
—
fullwall /
githubweb
- Ignore profile UUID lookup failures (commit: 4dfdf2f)
—
fullwall /
githubweb
- Fix monsters despawning when an NPC of the same type is spawned (commit: 6236324)
—
fullwall /
githubweb
- Minor fix for player tab list (commit: 0dea6ed)
—
fullwall /
githubweb
- Fix the sit animation, fixes #96 (commit: b1ea0fd)
—
mcmonkey4eva /
githubweb
- Send tablist packet globally (commit: 72597c4)
—
fullwall /
githubweb
- Fix NavigationStuckEvent set-null (commit: 4434ac7)
—
mcmonkey4eva /
githubweb
- Add citizens.npc.skin wildcard support (commit: b04c558)
—
mcmonkey /
githubweb
- Tab list compatibility fixes (commit: 90f1891)
—
sanjay.govind9 /
githubweb
- Remove obselete code (commit: abe2192)
—
sanjay.govind9 /
githubweb
- Optimise 1.8 playerlist hack (commit: 53759b1)
—
fullwall /
githubweb
- Ender dragon shouldn't get its yaw set while flying (commit: 28836d4)
—
fullwall /
githubweb
- Early return instead of remove on a blockingdeque (commit: 9217002)
—
fullwall /
githubweb
- Revert previous change (commit: 1b11481)
—
fullwall /
githubweb
- Fix issue #64 (commit: 87fd62b)
—
fullwall /
githubweb
- Fix some reported issues (commit: 29280f3)
—
fullwall /
githubweb
- Update GuidedWaypointProvider.java (commit: 75e4dc9)
—
fullwall /
githubweb
- Sitting animation sticks to EntityPlayer (commit: 87e86a2)
—
fullwall /
githubweb
- A bugfix and some debug output for skins (commit: 3edd064)
—
fullwall /
githubweb
- Reverse the delay order just in case (commit: 1c95a3e)
—
fullwall /
githubweb
- Use the NPC's UUID instead of a random one (commit: 80291c0)
—
fullwall /
githubweb
- Better UUID/skin cache behaviour (commit: eeaedf2)
—
fullwall /
githubweb
- Really rough delay when thottling hits (commit: b9e3172)
—
fullwall /
githubweb
- Throttle skin requests to once every 5 seconds (commit: 28fb8b1)
—
fullwall /
githubweb
- Fix console spam from NPCs with fake names (commit: ce176fb)
—
fullwall /
githubweb
- Fix skin loading (commit: 4fe776f)
—
fullwall /
githubweb
- Fix profiles v2 (commit: 40b2f56)
—
fullwall /
githubweb
- Fix typo (commit: 5b6276b)
—
fullwall /
githubweb
- Run skin fetcher again if denied due to too many requests (commit: 1b875df)
—
fullwall /
githubweb
- Add trait (commit: e74af01)
—
fullwall /
githubweb
- Fix inWater (commit: 1d6f537)
—
fullwall /
githubweb
- Fix compile errror (commit: 2acce37)
—
fullwall /
githubweb
- Update WaypointCommands.java (commit: dc1ff00)
—
fullwall /
githubweb
- 1.7.10 (commit: 1fe02c4)
—
byte /
githubweb
- Remove scoreboards (commit: 8102bad)
—
fullwall /
githubweb
- Link scoreboard (commit: 8a936e3)
—
fullwall /
githubweb
- Fix more NPEs (commit: 3132785)
—
fullwall /
githubweb
- Fix NPE (commit: 7d25553)
—
fullwall /
githubweb
- Ugly scoreboard persistence (commit: 0bafd56)
—
fullwall /
githubweb
- Fix /npc scoreboard (commit: 3be527d)
—
fullwall /
githubweb
- Update NPCCommands.java (commit: e93a8ef)
—
fullwall /
githubweb
- First pass of /npc scoreboard (commit: 3700a22)
—
fullwall /
githubweb
- Update NPCCommands.java (commit: 1380f0f)
—
fullwall /
githubweb
- Allow /npc remove to use an id|name instead (commit: f86f7f9)
—
fullwall /
githubweb
- Fix name tags affecting NPC names (commit: a45733e)
—
fullwall /
githubweb
- Better skin handling for colored names (commit: 5e198e6)
—
fullwall /
githubweb
- Fix some bugs with sounds (commit: 80622f6)
—
fullwall /
githubweb
- Fix build (commit: 254e1e1)
—
fullwall /
githubweb
- Allow linear waypoint commands to be used from console (commit: be98c2b)
—
fullwall /
githubweb
- Silent Yggdrasil exceptions (commit: 584e294)
—
fullwall /
githubweb
- Fix NPE (commit: f8b1010)
—
fullwall /
githubweb
- Add skin handling and /npc skin (note: may not work in 1.8) (commit: 29f37c7)
—
fullwall /
githubweb
- Update MC_COMPATIBLE_VERSION (commit: 358cefe)
—
fullwall /
githubweb
- Update to 1.7.8 (commit: 8a4f7e8)
—
fullwall /
githubweb
- Remove /npc skin, fix duplicate NPCs on 1.7.8 (commit: fad04ea)
—
fullwall /
githubweb
- Persistence for item NPC ids and item frame NPC ids (commit: f358877)
—
fullwall /
githubweb
- Fix crash on 1.7.7 (commit: c2c84ee)
—
fullwall /
githubweb
- Fix /npc skin creating unloadable NPCs (commit: 9ea35d7)
—
fullwall /
githubweb
- Added missing permissions for pathopt and swim commands. (commit: 094b312)
—
jeff /
githubweb
- Change disable order (commit: c18f793)
—
fullwall /
githubweb
- Update MCTargetStrategy.java (commit: b56db9a)
—
fullwall /
githubweb
- Player skin changes (commit: df48d5f)
—
fullwall /
githubweb
- Change /npc skin (commit: 71eb3c6)
—
fullwall /
githubweb
- Replace PlayerDeathEvent message skin name (commit: b92f399)
—
fullwall /
githubweb
- Remove skeleton sounds with /npc skin (commit: 7d25f90)
—
fullwall /
githubweb
- Add /npc skin (commit: f693836)
—
fullwall /
githubweb
- Remove debug for chicken NPCs (commit: ebbbecb)
—
fullwall /
githubweb
- Check instanceof CraftEntity in a few more places (commit: 88600ed)
—
fullwall /
githubweb
- Initial update to MC 1.7.5 (commit: c203eb1)
—
fullwall /
githubweb
- Add /template delete and fix templates (commit: 92c3d70)
—
fullwall /
githubweb
- Add /template list (commit: 0ed4383)
—
fullwall /
githubweb
- Fix npc name length for players (commit: 34fd0de)
—
fullwall /
githubweb
- Possible fix for baby entities moving over time (commit: 531c79a)
—
fullwall /
githubweb
- Fix packet sending (commit: 4fb79f6)
—
fullwall /
githubweb
- Add setting for opening doors with the new pathfinder (commit: 5a0125e)
—
fullwall /
githubweb
- Less usage of player.getName() (commit: 3d03f92)
—
fullwall /
githubweb
- Soil is passable (commit: eeb5c7f)
—
fullwall /
githubweb
- Fix /npc create (commit: 726f8f3)
—
fullwall /
githubweb
- Add speed waypoint trigger, stop pathfinding if y < -5 (commit: abe3b4b)
—
fullwall /
githubweb
- Allow mobs to have name length 64 (commit: 7e782f7)
—
fullwall /
githubweb
- Remove -24000 limit of /npc age (commit: e562890)
—
fullwall /
githubweb
- Add --registry argument to /npc list (commit: 8f2aad0)
—
fullwall /
githubweb
- Add --registry to /npc list, let getNPC(Entity) use the Entity handle (commit: c9b7c9d)
—
fullwall /
githubweb
- Restore changes (commit: 0b405e7)
—
fullwall /
githubweb
- Update Controllable.java (commit: c3b336e)
—
fullwall /
githubweb
- Fix NPC renaming to parse colored names (commit: 829d69b)
—
admin /
githubweb
- Use getFullTime instead of getTime (commit: f5b70fb)
—
fullwall /
githubweb
- Better overriding of persistent check (commit: 79a9d85)
—
fullwall /
githubweb
- Set step height to 1 for all living NPCs (commit: adb5685)
—
fullwall /
githubweb
- Fix pom (commit: 1413951)
—
fullwall /
githubweb
- Add packet update delay setting (commit: 239be33)
—
fullwall /
githubweb
- Respect canSee when sending packets (commit: cc4c818)
—
fullwall /
githubweb
- Set /npc name as persistent (commit: 9875cc8)
—
fullwall /
githubweb
- Allow /npc zombiemod to work for pig zombies (commit: 1479954)
—
fullwall /
githubweb
- Add /npc minecart (commit: b14d516)
—
fullwall /
githubweb
- Fix horse equipping (commit: 335af20)
—
fullwall /
githubweb
- Better /npc sound messages (commit: cf5739f)
—
fullwall /
githubweb
- Add /npc sound (commit: 04f6658)
—
fullwall /
githubweb
- Remove console pathfinding debug (commit: 9bae59a)
—
fullwall /
githubweb
- Fix wolf sitting (commit: f31da03)
—
fullwall /
githubweb
- Remove db support (commit: 7f11f67)
—
fullwall /
githubweb
- Remove debug (commit: 8ce43d5)
—
fullwall /
githubweb
- Set NPCs as persistent (commit: 057bd1e)
—
fullwall /
githubweb
- Implement new method (commit: f43cb55)
—
fullwall /
githubweb
- Set wolf step height to 1 (commit: 5d5cda3)
—
fullwall /
githubweb
- Implement getByUniqueId (commit: 533b4e1)
—
fullwall /
githubweb
- Use new parameter and debug (commit: 88bfa11)
—
fullwall /
githubweb
- Better pathfinding debug (commit: c0d7b9d)
—
fullwall /
githubweb
- Fix debug pathfinding (commit: 28a8034)
—
fullwall /
githubweb
- Use Persistable in WaypointProvider (commit: e06ed6f)
—
fullwall /
githubweb
- Add UUID to NPC (commit: 1419efd)
—
fullwall /
githubweb
- Remove debug (commit: a46356d)
—
fullwall /
githubweb
- Implement run callbacks and fix /npc skeletontype requiring uppercase (commit: af0074e)
—
fullwall /
githubweb
- Falling block movement (commit: 6583202)
—
fullwall /
githubweb
- Fix save task (commit: 150d6b3)
—
fullwall /
githubweb
- Better BlockBreaker (commit: d5ac3a0)
—
fullwall /
githubweb
- Remove debug (commit: 3b94e02)
—
fullwall /
githubweb
- Add data to /npc item (commit: 4285f3b)
—
fullwall /
githubweb
- Force new pathfinder with nonliving NPCs (commit: cf490ce)
—
fullwall /
githubweb
- Fix falling blocks setting id (commit: 31de923)
—
fullwall /
githubweb
- Fix speed on mob NPCs (commit: 926f736)
—
fullwall /
githubweb
- Add some PlayerAnimation entries for using items (commit: 5668b9e)
—
fullwall /
githubweb
- Set speed modifier (commit: 14317b3)
—
fullwall /
githubweb
- Construct more entities manually (commit: c87781e)
—
fullwall /
githubweb
- Add /npc item (commit: 187fa0b)
—
fullwall /
githubweb
- Initial pass of non-living NPCs (commit: fed5c8c)
—
fullwall /
githubweb
- Implement attackRange() parameter (commit: e891d17)
—
fullwall /
githubweb
- Fix damage event cancellation (commit: a1d8675)
—
fullwall /
githubweb
- Change speed of pathfinder, seems to work better (commit: 86c150c)
—
fullwall /
githubweb
- Allow flying NPCs to have their path set via command (commit: f66203c)
—
fullwall /
githubweb
- Fix player animations (commit: bbca5ae)
—
fullwall /
githubweb
- Fix mob NPCs and get closer to working players (not yet though) (commit: 0e6cb56)
—
fullwall /
githubweb
- Close the channel better (commit: 82e627c)
—
fullwall /
githubweb
- Initial untested 1.7.2 update (commit: 0a87a0a)
—
fullwall /
githubweb
- Add a blockStrengthModifier to BlockBreaker.Configuration and implement (commit: b8bfd52)
—
fullwall /
githubweb
- Move some methods into AbstractNPC, implement sorted() (commit: 666d9cb)
—
fullwall /
githubweb
- Be null-safe in EventListen (commit: 5a38194)
—
fullwall /
githubweb
- Add /npc passive (commit: 0c403ed)
—
fullwall /
githubweb
- Add /npc swim command (commit: b1b98c0)
—
fullwall /
githubweb
- Remove stack trace printing for trove support (commit: 02d9b55)
—
fullwall /
githubweb
- Allow trove to be optional (commit: 7d0476d)
—
fullwall /
githubweb
- Relocate trove lib to lib.trove (commit: f7d9216)
—
fullwall /
githubweb
- Update pom - Minimise trove dependency (commit: 2761d4b)
—
fullwall /
githubweb
- Deprecate ByIdArray and pull in trove for better NPC storage (commit: 2466be1)
—
fullwall /
githubweb
- Fix iterator implementation (commit: d7e3d03)
—
fullwall /
githubweb
- Better error message for non-numeric IDs with /npc spawn (commit: 3cbc8f7)
—
fullwall /
githubweb
- Remove unused command (commit: 79fcba4)
—
fullwall /
githubweb
- Allow /npc spawn and /npc despawn to use names as well instead of ids (commit: c4c1594)
—
fullwall /
githubweb
- Fix iterator remove() for NPCs (commit: b2b8934)
—
fullwall /
githubweb
- Fix NPC iteration in certain cases (commit: 5ae1f15)
—
fullwall /
githubweb
- That won't work (commit: c1738d2)
—
fullwall /
githubweb
- Make priority for controllable LOWEST (commit: b47a00d)
—
fullwall /
githubweb
- Implement migration method (commit: 7246e49)
—
fullwall /
githubweb
- Fix getBukkitEntity() for nulls (commit: ceda94a)
—
fullwall /
githubweb
- Fix up some erroneous casting, better /npc create behaviour (commit: e20baeb)
—
fullwall /
githubweb
- Fix incorrect import in NMS (commit: 5a5fd0c)
—
fullwall /
githubweb
- Use new getEntity() call (commit: 7803313)
—
fullwall /
githubweb
- Ignore cancelled block click events (commit: 05f3667)
—
fullwall /
githubweb
- Set event priorty to MONITOR for right click entity events (commit: f3c6cdc)
—
fullwall /
githubweb
- Add a new command to set avoiding water while pathfinding (commit: 923d078)
—
fullwall /
githubweb
- Add FlyingAStarNavigationStrategy (commit: f1189e5)
—
fullwall /
githubweb
- Send movement updates more often (commit: 133ea9e)
—
fullwall /
githubweb
- Change EnderCrystalMarker to use endersignals instead (commit: 64e33f2)
—
fullwall /
githubweb
- Remove debug code in guided waypoint provider, add 'toggle path' to (commit: 3a084f6)
—
fullwall /
githubweb
- Change debug-pathfinding node (commit: 1ae40eb)
—
fullwall /
githubweb
- Remove waypoint provider goal when providers change (commit: a7a6b54)
—
fullwall /
githubweb
- Add debug-pathfinding setting (commit: 01c7338)
—
fullwall /
githubweb
- Set pathfinding range on strategy switch (commit: f04fa76)
—
fullwall /
githubweb
- Ignore cancelled right click events (commit: 215a834)
—
fullwall /
githubweb
- Don't add 1 to y-axis when using -c modifier for /npc anchor. (commit: 150eab0)
—
jeremy /
githubweb
- Fix SpeechController 'Chat' VocalChord when talkign with multiple (commit: 2aff2b8)
—
jeremy /
githubweb
- Allow anchors for locations in worlds which are currently not loaded. (commit: 5fb0d74)
—
jeremy /
githubweb
- Formatting to Pose toString(), add 1 block in the y-axis to '/npc anchor (commit: ce7b7a7)
—
jeremy /
githubweb
- Superperms compliant plugin.yml. Fixes CITIZENS-705. (commit: 818c620)
—
olof /
githubweb
- Add missing permission nodes for a few traits. (commit: acd4053)
—
olof /
githubweb
- Remove some usage of deprecated calls (commit: e16af9c)
—
fullwall /
githubweb
- Fix some bugs in the new guided finder based on testing with Jeebiss (commit: 5f90568)
—
fullwall /
githubweb
- Rename JeebissFinder to Guided and make it work (commit: 979bd96)
—
fullwall /
githubweb
- Work on new waypoint provider (commit: a498b4b)
—
fullwall /
githubweb
- Increment version number (commit: 0ea1094)
—
fullwall /
githubweb
- First pass at 1.6.4 (commit: 80f0018)
—
fullwall /
githubweb
- Send location update packets every so often (commit: c9ff275)
—
fullwall /
githubweb
- Breaking change: add new registry param to CitizensNPC constructor (commit: e47792f)
—
fullwall /
githubweb
- Reorder highest/lowest calculations - may fix issues with using remove() (commit: c7a576d)
—
fullwall /
githubweb
- Remove PlayerEntitySenses workaround (commit: c99825e)
—
fullwall /
githubweb
- Fix pom (commit: f69854a)
—
fullwall /
githubweb
- New pathfinder no longer considers diagonals (commit: 24dcbf2)
—
fullwall /
githubweb
- Don't call bukkitEntity.teleport too early for player entities (commit: dc370f4)
—
fullwall /
githubweb
- Remove NPCVehicleExitEvent (commit: 2289934)
—
fullwall /
githubweb
- Allow Conversable rather than Player in SelectionPrompt (commit: b56c6f0)
—
fullwall /
githubweb
- Call NPCVehicleExitEvent properly for all vehicle exits (commit: 9fb5771)
—
fullwall /
githubweb
- Trim name length to 16 chars not 15 (commit: 327d7f1)
—
fullwall /
githubweb
- Call NPCVehicleExitEvent for controllables, possibly fix a (commit: f970e2b)
—
fullwall /
githubweb
- Possible fix and optimisation for PlayerEntitySenses (commit: 59efe79)
—
fullwall /
githubweb
- Add citizens.npc.trait.* permission (commit: 8590727)
—
fullwall /
githubweb
- Call new event (commit: f4b879a)
—
fullwall /
githubweb
- Prevent NPE in moveto if NPC is not spawned (commit: a5fc6eb)
—
fullwall /
githubweb
- Improve Util#matchEntityType to check for an exact match first (commit: 8f881dc)
—
fullwall /
githubweb
- Allow /npc remove to ignore the ownership requirement when called from (commit: a69476a)
—
fullwall /
githubweb
- Try to use backing MC id-mapping - may help with MCPC/Forge (commit: 8906ca3)
—
fullwall /
githubweb
- Check for ID mapping null (commit: fd21956)
—
fullwall /
githubweb
- Clone location in CurrentLocation (commit: 71863c9)
—
fullwall /
githubweb
- Clone destination location in spawn(Location) (commit: f16d90e)
—
fullwall /
githubweb
- Fix HorseEquipper (commit: e39eb49)
—
fullwall /
githubweb
- Allow /npc remove to be used by the server (commit: 5a88c65)
—
fullwall /
githubweb
- Add HorseEquipper (commit: 2a9da88)
—
fullwall /
githubweb
- Remove usages of Entity#teleport (commit: 8ea5e7c)
—
fullwall /
githubweb
- Use the root vehicle for NPC#teleport (commit: eb17984)
—
fullwall /
githubweb
- Implement NPC#teleport (untested) (commit: 8f01144)
—
fullwall /
githubweb
- Use default strategy if the attack strategy returns false (commit: bca9111)
—
fullwall /
githubweb
- Fix bounds check in ByIdArray (commit: 141e665)
—
fullwall /
githubweb
- Default use-new-finder to false (commit: 4faf9dc)
—
fullwall /
githubweb
- Fix 'reached end of stream for null' (commit: da1147b)
—
fullwall /
githubweb
- Extend horse modifiers to save saddle and armor (commit: 74b9f63)
—
fullwall /
githubweb
- Move load method up (commit: d163c9e)
—
fullwall /
githubweb
- Perhaps fix the reached end of stream messages in log (commit: 239bbb0)
—
fullwall /
githubweb
- Add max-text-range setting defaulted to 500 (commit: 0290531)
—
fullwall /
githubweb
- Implement new helper methods (commit: a84fbbb)
—
fullwall /
githubweb
- Fix /npc spawn without an NPC selected and /npc spawn with manual (commit: 82321b7)
—
fullwall /
githubweb
- Match enums with spaces in them (commit: 757ad83)
—
fullwall /
githubweb
- Minimum respawn delay of 2 (commit: 66570d1)
—
fullwall /
githubweb
- Update README (commit: bb1f637)
—
fullwall /
githubweb
- Fix NPE (commit: 844f6d8)
—
fullwall /
githubweb
- Fix Enderman, Horse and Wither not moving properly, fix Player NPCs not (commit: 19be823)
—
fullwall /
githubweb
- Add /npc targetable and update tab list name based on (commit: 877255f)
—
fullwall /
githubweb
- Implement the defaultAttackStrategy (commit: 8bf7812)
—
fullwall /
githubweb
- Make sure that players are removed from the playerlist every so often (commit: 61223db)
—
fullwall /
githubweb
- Update version incompatible version to be more clear (commit: f7303b4)
—
fullwall /
githubweb
- Implement /npc respawn command (commit: cc1c4e4)
—
fullwall /
githubweb
- Print the root cause of any exceptions while updating NPCs (commit: 4c80294)
—
fullwall /
githubweb
- Remove Util#parseLocation (commit: 94fbbe9)
—
fullwall /
githubweb
- Locations are mutable, fix toggle path altering the waypoints (commit: a070b20)
—
fullwall /
githubweb
- Add PlayerAnimation#CRIT and MAGIC_CRIT (commit: 4320a4c)
—
fullwall /
githubweb
- Add /npc horse, /npc ocelot, make /npc wolf persist (commit: e86f495)
—
fullwall /
githubweb
- Work around traits removing themselves or adding traits during onSpawn (commit: fe5ea0a)
—
fullwall /
githubweb
- Remove leash if leashable is false in entities (commit: 14992e2)
—
fullwall /
githubweb
- Set player position before and after (commit: 2643c6f)
—
fullwall /
githubweb
- Add /npc copier command (commit: 78b06a7)
—
fullwall /
githubweb
- Allow 50,000 iterations of A* (commit: 8105ea4)
—
fullwall /
githubweb
- Catch throwable (commit: 0a59f2a)
—
fullwall /
githubweb
- Don't fail to spawn if a trait has an exception when onSpawn() is called (commit: 6cf744c)
—
fullwall /
githubweb
- 1.6.2 (commit: 93718a3)
—
fullwall /
githubweb
- Fix speed modifier for players (commit: c606de9)
—
fullwall /
githubweb
- Respect plugin setting of useNewPathfinder better (commit: 7491476)
—
fullwall /
githubweb
- Fix mistranslated field (commit: 8b1346e)
—
fullwall /
githubweb
- Implement new parameter, default USE_NEW_PATHFINDER to true (commit: 1e65017)
—
fullwall /
githubweb
- Fix default pathfinding range and updating pathfinding range (commit: 7c828aa)
—
fullwall /
githubweb
- Test (commit: 19507df)
—
fullwall /
githubweb
- Fix NPE pt. 2 (commit: 0713a7c)
—
fullwall /
githubweb
- Fix NPE in PlayerNavigation (commit: 2c4fa78)
—
fullwall /
githubweb
- Change navigation back to MC navigation and fix duplicate NPCs (commit: ea20318)
—
fullwall /
githubweb
- Fix server crash (commit: 836ae1e)
—
fullwall /
githubweb
- Fix player line of sight checking and make the A* targeting more robust (commit: 168c4c8)
—
fullwall /
githubweb
- Validate target NPC in /npc tp (commit: 24a6855)
—
fullwall /
githubweb
- New way to move air controllable NPCs - hold space to ascend, right (commit: 465c88b)
—
fullwall /
githubweb
- Fix entity speeds, targeting (commit: c8af250)
—
fullwall /
githubweb
- Test for wolv (commit: 7b949c4)
—
fullwall /
githubweb
- Fix target in navigation (commit: 751b321)
—
fullwall /
githubweb
- More cleanup, fix mistranslated field breaking head yaw for players (commit: d4ada89)
—
fullwall /
githubweb
- Clean up jump implementation and remove left click to jump (commit: 04c4fdd)
—
fullwall /
githubweb
- Ground controllable NPCs can now jump using spacebar (commit: 075897c)
—
fullwall /
githubweb
- Fix controllable NPCs and add -m flag to instamount (commit: 51b1dbe)
—
fullwall /
githubweb
- Fix Navigation for non-new AI NPCs - thanks kumpelblase2 (commit: 23c31d8)
—
fullwall /
githubweb
- pt. 4 (commit: 063b5a6)
—
fullwall /
githubweb
- Remove /tc alias (commit: 7bb978f)
—
fullwall /
githubweb
- Fix Sheared trait (commit: 220227a)
—
fullwall /
githubweb
- Fix bug with /npc playerlist, add some mob-specific methods (commit: 4b45fc6)
—
fullwall /
githubweb
- Add more waypoint manipulation flags (commit: da26f45)
—
fullwall /
githubweb
- Implement NPC#getStoredLocation (commit: 1851ad6)
—
fullwall /
githubweb
- Extract attack range to a setting (commit: f82264a)
—
fullwall /
githubweb
- Fix /npc wolf collar parsing (commit: 83eb3c9)
—
fullwall /
githubweb
- Whoops. MC 1.5.2 should be working now (commit: 0636095)
—
fullwall /
githubweb
- Update NMS.java (commit: 89e19e3)
—
fullwall /
githubweb
- Fix /npc gamemode (commit: 468009f)
—
fullwall /
githubweb
- Update AI for Giants (commit: 756d067)
—
fullwall /
githubweb
- NPC limit is now inclusive rather than exclusive (commit: e4f845d)
—
fullwall /
githubweb
- Check for both types of NPCCreateEvent (commit: 01a4630)
—
fullwall /
githubweb
- Add citizens.npc.createall permission for PEX users (commit: c542a8f)
—
fullwall /
githubweb
- Changes to world unloading (commit: fc53c6e)
—
fullwall /
githubweb
- Fixed debug output (commit: 14144dd)
—
fullwall /
githubweb
- Controllable NPCs now have correct yaw (commit: 7965760)
—
fullwall /
githubweb
- Implement new type API (commit: f2b7973)
—
fullwall /
githubweb
- Use XORShiftRNG directly (commit: b98d1a9)
—
fullwall /
githubweb
- Possible fix pt. 2 (commit: 016a568)
—
fullwall /
githubweb
- Possible fix for Vec3D error (commit: c418d6c)
—
fullwall /
githubweb
- Remove behaviours and /script command (commit: a47d366)
—
fullwall /
githubweb
- Implement new setTarget (commit: a200144)
—
fullwall /
githubweb
- Compile fix (commit: cd7c961)
—
fullwall /
githubweb
- MC 1.5.1 (commit: 486a273)
—
fullwall /
githubweb
- Fix bats (commit: 3f02ec8)
—
fullwall /
githubweb
- BlockBreaker is now a Goal/Behavior (commit: bfadedc)
—
fullwall /
githubweb
- citizens.npc.* now grants citizens.npc.create.* (commit: a8557b5)
—
fullwall /
githubweb
- Allow non-players to have anchors and poses (commit: 9e17203)
—
fullwall /
githubweb
- Head yaw method update (commit: 4205dac)
—
fullwall /
githubweb
- Rename /npc nameplate to /npc name (may change later) (commit: 34a2ab6)
—
fullwall /
githubweb
- add /npc nameplate command (commit: 5b8b49c)
—
fullwall /
githubweb
- Misc. fixes (commit: 781779a)
—
fullwall /
githubweb
- Mob NPCs have names (commit: 8d11620)
—
fullwall /
githubweb
- Misc. translation fixes (commit: 1b3e3e9)
—
fullwall /
githubweb
- Updated reflection. (commit: 67e02d4)
—
agentkid20 /
githubweb
- Attempt fix for bad CB version number. (commit: 3290f3e)
—
agentkid20 /
githubweb
- Fix CITIZENS-485 (require per-mob type permission in /npc create) (commit: f4f1d46)
—
fullwall /
githubweb
- Cancel navigation on despawn: Navigation isn't carried over so (commit: 14ad344)
—
fullwall /
githubweb
- Using /npc despawn now removes from the respawn list (commit: fb32f68)
—
fullwall /
githubweb
- Fix some pathing bugs (commit: 19a6897)
—
fullwall /
githubweb
- Set handle.ax for head yaw (commit: 30a31bd)
—
fullwall /
githubweb
- Fix typo (commit: 6b41334)
—
fullwall /
githubweb
- Controllabe NPCs stop only on shift-left/right click now (commit: e0e209f)
—
fullwall /
githubweb
- Refactor out WanderGoal (commit: aeba28d)
—
fullwall /
githubweb
- /npc wolf command (commit: 87b59fe)
—
fullwall /
githubweb
- Better defaults for /npc text cooldowns (commit: efceca6)
—
fullwall /
githubweb