You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add /cglow command - same syntax as /cfind, except causes target entities to glow as if they were hit by a spectral arrow.
Can now use regular expressions inside @e[name=...] between / slashes. Use \/ to escape the closing slash. Example: to find entities whose name contains a digit, use @e[name=/.*\d.*/]. Only works in client-side commands.
Allow block and item tags in /cfindblock and /cfinditem (#69, #77)
Fix enchant seed ready message appearing when it isn't supposed to (#72)
Fix some auto-completion bugs, including that annoying one in /cfind (#73)