111 Commits (665102e19c2c0d019348047401249e4a6fda3fb2)
 

Author SHA1 Message Date
jay 665102e19c fix(informer): 🚑 remove extra `let cfg` declaration left over from refactor 3 years ago
jay db459f52e6 fix(informer): ✏️ fix typo in `isVec3` check function 3 years ago
jay 360eeff02f feat(informer): add item info based on player 3 years ago
jay 25faac2f4c feat(informer): add command `me` for block info based on player position 3 years ago
jay ccf0c598e8 feat(informer): add block info based on player position or manually provided coords 3 years ago
jay 050e2b3bd9 feat(informer): 🚸 add sub-command for module level quiet 3 years ago
jay e879d1f4ad refactor(informer): ♻️ reorder config loading 3 years ago
jay df193da779 feat(command): 🚧 add stub for `bot._client` events 3 years ago
jay 269d258763 feat(command): use a simpler text based system for receiving server commands 3 years ago
jay cbb105fe49 fix(command): 🚸 make bot address regex (prefix) more lenient 3 years ago
jay 356f83e39b fix(command): 👽 fix `whisper` event api change with an extra parameter 3 years ago
jay 5b3804893b feat(command): fix to show web (including extra [MODE]) messages 3 years ago
jay 9f6fea2423 feat(command): 🔊 add system (non-chat) messages to console log 3 years ago
jay 3686bab167 fix: 🐛 fix plugin reload for multi-file/dir based plugins 3 years ago
jay e0c477a46f feat: 🔨 make `fs.watch` recursive, so it `reloadplugin` works also on directories 3 years ago
jay 6046123074 build: ⬆️ update deps 3 years ago
jay ae1f7cf269 feat: 🔧 extract the hardcoded admin and mod list out into environment variables 3 years ago
jay afd2e002df feat(mover): add new pathfinder Movements 3 years ago
jay 3c5ec6b360 fix(mover): ✏️ fix `!go up` moving left instead 3 years ago
jay b71728e503 feat(mover): add Mule to ridable mobs 3 years ago
jay d001280383 fix: 🥅 fix a plugin loading error 3 years ago
jay f50e388c39 feat: 🔊 fix path in plugin reload log so that it actually works 3 years ago
jay 135ce6567b fix(mover): 🐛 attempt to fix move while riding vehicle 3 years ago
jay e5803eee59 fix(mover): ✏️ fix missed variable during rename 3 years ago
jay 1b21fcb096 refactor(mover): ♻️ use a better name for default move 3 years ago
jay 4b3e58ceb3 fix(mover): 🐛 attempt to fix move while riding vehicle 3 years ago
jay 8e854a0a2f refactor(mover): 🔊 improve debug logging code 3 years ago
jay c42a3a2304 feat(mover): add an action to move / run away from an entity or goal 3 years ago
jay b453b7d6bd feat(mover): add shortcuts and aliases for the jump command 3 years ago
jay 6b79f1fc60 refactor(plugins): ♻️ change plugin load order 3 years ago
jay 6e1ef5aada refactor(statemachine): 🔇 remove debug 3 years ago
jay e2ae7e5ad2 fix(statemachine): ✏️ fix SM action function sending Lower instead of Upper case commands 3 years ago
jay 42138a421b fix(statemachine): 🥅 fix for lookatPlayer when no or invalid player 3 years ago
jay aded1e4193 style: 🎨 fix crlf -> lf for real this time, using .gitattributes 3 years ago
jay 60394e38eb refactor: ♻️ replace `add` with `vec3.offset` 3 years ago
jay 22490f7ec1 fix(command): 🐛 fix bot address regex returning undefined 3 years ago
jay 72c4622091 feat(informer): various improvements and fixes 3 years ago
jay 0757776d8b feat(command): 🎨 make botaddress prefix and regex more flexible and configurable 3 years ago
jay a0ffaf1654 build(typescript): 🚨 add @types dep to satisfy typescript errors 3 years ago
jay 1597acca72 fix(eater): 🥅 catch async error on full food 3 years ago
jay 1e82045221 build: ⬆️ update deps 3 years ago
jay 33c4fc0c77 ci: 🔧 add vscode conventional commits scopes 3 years ago
jay 33c4233223 feat(statemachine): 🚧 first draft of new xstate based statemachine implementation 3 years ago
jay 3f3ebbae10 build: ⬆️ update deps 3 years ago
jay fd0e1e1347 build(statemachine): add xstate for state machines 3 years ago
jay 2f88eedce9 fix(mover): lessen move duration for more precise control 3 years ago
jay a0893f2b29 feat(mover): allow riding specific entity by name 3 years ago
jay b1a592dbbd fix(mover): 🐛 workaround for vehicle not being removed in api on dismount 3 years ago
jay f336e3d736 feat(mover): switch between moving and riding automatically for manual movement 3 years ago
jay d953bd4cf6 fix(mover): 🎨 fix quiet not being "followed" 3 years ago