benbaptist / wrapper.py

Wrapper.py is a Minecraft server wrapper that adds additional features to a vanilla server, including backups, dashboard access, plugins, and more.
http://wrapper.benbaptist.com/
48 stars 2 forks source link

plugins load but do not function. #8

Closed l33tlinuxh4x0r closed 4 years ago

l33tlinuxh4x0r commented 4 years ago

I can get the test plugin to load, however I cannot run any of the test commands. Am I missing something. I remember that the old version of the wrapper needed a proxy mode. Is that still a thing? If so how do I use it?

benbaptist commented 4 years ago

So, in this new Wrapper, there's no proxy mode implememted yet - instead, custom commands can are ran by sending messages starting with the command prefix as defined in wrapper-data/config.json, which defaults to "."

e.g. .getpos

Of course, once proxy mode is implemented, it'll be possible to use normal /command commands

benbaptist commented 4 years ago

Should be functional; feel free to re-oepn if you're still having issues.