Block a user
feb0b0927a
feat(informer): ✨ add villager profession details
8276e68489
feat(informer): ✨ add block info based on relative position for players
2b7163bef3
feat(informer): ✨ add block info based on other players
a0b4641f37
feat(informer): ✨ add entity detail by type and kind for some entities
186d6ac3d2
feat(informer): 🚸 add more detail to entity info
cbb105fe49
fix(command): 🚸 make bot address regex (prefix) more lenient
356f83e39b
fix(command): 👽 fix
whisper
event api change with an extra parameter
5b3804893b
feat(command): ✨ fix to show web (including extra [MODE]) messages
9f6fea2423
feat(command): 🔊 add system (non-chat) messages to console log
3686bab167
fix: 🐛 fix plugin reload for multi-file/dir based plugins
e0c477a46f
feat: 🔨 make
fs.watch
recursive, so it reloadplugin
works also on directories
6046123074
build: ⬆️ update deps
afd2e002df
feat(mover): ✨ add new pathfinder Movements
3c5ec6b360
fix(mover): ✏️ fix
!go up
moving left instead
b71728e503
feat(mover): ✨ add Mule to ridable mobs
d001280383
fix: 🥅 fix a plugin loading error
f50e388c39
feat: 🔊 fix path in plugin reload log so that it actually works
135ce6567b
fix(mover): 🐛 attempt to fix move while riding vehicle
e5803eee59
fix(mover): ✏️ fix missed variable during rename
1b21fcb096
refactor(mover): ♻️ use a better name for default move
4b3e58ceb3
fix(mover): 🐛 attempt to fix move while riding vehicle
8e854a0a2f
refactor(mover): 🔊 improve debug logging code
c42a3a2304
feat(mover): ✨ add an action to move / run away from an entity or goal
b453b7d6bd
feat(mover): ♿ add shortcuts and aliases for the jump command
aded1e4193
style: 🎨 fix crlf -> lf for real this time, using .gitattributes
60394e38eb
refactor: ♻️ replace
add
with vec3.offset
22490f7ec1
fix(command): 🐛 fix bot address regex returning undefined
72c4622091
feat(informer): ✨ various improvements and fixes
0757776d8b
feat(command): 🎨 make botaddress prefix and regex more flexible and configurable
a0ffaf1654
build(typescript): 🚨 add @types dep to satisfy typescript errors
1e82045221
build: ⬆️ update deps
33c4fc0c77
ci: 🔧 add vscode conventional commits scopes
33c4233223
feat(statemachine): 🚧 first draft of new xstate based statemachine implementation
3f3ebbae10
build: ⬆️ update deps
fd0e1e1347
build(statemachine): ➕ add xstate for state machines
2f88eedce9
fix(mover): ♿ lessen move duration for more precise control
a0893f2b29
feat(mover): ✨ allow riding specific entity by name
b1a592dbbd
fix(mover): 🐛 workaround for vehicle not being removed in api on dismount
f336e3d736
feat(mover): ✨ switch between moving and riding automatically for manual movement
d953bd4cf6
fix(mover): 🎨 fix quiet not being "followed"
1d361e04a6
build: ⬆️ update deps
7597620626
ci: 🔧 add vscode conventional commits scopes
e5faa6f022
feat(informer): ✨ add more detail to item info
cc18ac5c2e
refactor(mover): 🚚 move commands inside mover plugin itself
7050a1621b
fix(informer): 🐛 add missing name for entity info when entity is a player
b1dab1968c
fix(command): ✏️ fix
follow
command not working
3219ec6155
feat(informer): ✨ actually add a command for info plugin
f38ad8c819
fix(command): 🚧 fix and workaround bot look at
this
4b8a39d38c
feat(informer): ✨ add optional metadata to block info display
6b71de0356
refactor(informer): 🚚 proper name to block info function
96214ffe37
fix(informer): 🐛 use block.type instead of block.id
034f8d331a
fix(informer): 🐛 convert array to string for chat
69d0f5830d
feat(mover): ✨ add close(er) command to follow / come closer
8e719d5ccf
feat(sleeper): ✨ add and adjust functionality to properly sleep
112eb04a8d
refactor(sleeper): ♻️ simplify and make sleeping code more robust
ba7c53be0c
refactor(command): ♻️ make toss exit early if non-existent block
5b4718fa5d
fix(command): 🐛 add missing return
288b7045b6
feat: ✨ add informer plugin to show info
94574a4296
refactor: ♻️ reorder plugin loading
68e60921b1
refactor(mover): 🔥 remove unused code + comments, minor fixes
f2281a7cb3
feat(command): ✨ temp. move inventory chat handling to command
e9f2080556
refactor(command): ♻️ refactor how mcData is loaded