TISUnion / Here

A MCDeamon plugin for broadcasting location.
GNU General Public License v3.0
22 stars 19 forks source link

Supporting inline !!here #20

Closed EasonSYC closed 2 years ago

EasonSYC commented 2 years ago

Changing the

info.content == '!!here')

into

info.content.find('!!here') != -1

can solve the Issue #19 .