[nodebb-plugin-minecraft-integration] Minecraft Integration!
-
@yariplus That command without root privileges doesn't work, but when I execute it with root privileges it works. After this, i have tried to install the plugin through admin panel and through command and doesn't work. This is the error file: https://drive.google.com/open?id=0B8ceUuNll-PFd1hMOERFaWhxdVk
-
hmm, node-gyp should not require root. When you install it as root, my plugin still cannot call it because it doesn't have root.
There is some permission issue going on here. What is the error when you
npm install -g node-gyp
-
This is the error: https://drive.google.com/open?id=0B8ceUuNll-PFMFNwQlZBbUo1aUE
I have tried to install your plugin with root privileges, but it gives me an error too. -
I'm sorry, there's really not much I can do. Nothing should be requiring sudo. You may want to find a guide on installing npm without sudo.
But, I can recommend installing
nvm
. By default it installs so that everything has the correct permissions. -
I have been trying diferents things and the one that works with node-gyp is set the node-modules on a user folder (As recommended on archlinux wiki page), but then when I try to install your plugin I get this error: http://pastebin.com/HUKv1ccr
npm-debug.log: https://drive.google.com/open?id=0B8ceUuNll-PFRTZUdVZkNnZxbTA
-
Oh, dammit.
I am sorry. I realize what the problem is now. I am supporting ancient node versions, down to v0.10.0, that make the plugin require additional setup for it to work. There is really no reason for me to do this, if I raise compatibility to v4 and update the dependencies, you shouldn't have these issues. I will make update as soon as I can, this is probably affecting a lot more people.
Again, I'm sorry about this. I've been under a lot of stress lately, and if I would have taken a little more time to look through your errors I would have noticed sooner.
-
So sorry for the late reply, don't worry about the update, do it when you can, I understand if you may be busy. Thanks for the quick support
-
@Pablolop002 The new version 0.7.3 should load now without any of that node-gyp stuff.
-
Hey @yariplus
Do you intend to also create a sponge plugin for us special sponge folk? Besides this, I think the only other reason enjin would retain me would be all the voting data for the different voting website. Having the ability to show who my top five voters are in game via heads/signs is pretty appealing. I know this would be a larger project though for you and I think I am good with scrapping that bit as long as there is a sponge plugin existing. -
@Jsnbrown1989 You are in luck! I support Sponge already, current builds should be fully compatible.
The only difference is on Sponge, I have not implemented any plugin hooks, but I am planning to support NuVotifier.
-
As of NodeBB 1.5.x, I cannot connect to the server via NodeBB's end. Seems a lot of widgets have been broken since the update and sorta new here, so i think it has been discussed. This plugin sounds awesome and i want to try it out.
-
@Legoman99573 Hi there. Thanks for the report. I'm working on updating all of my plugins to 1.5 now. You can watch this topic and I'll be posting here once complete.
-
@legoman99573 said in [nodebb-plugin-minecraft-integration] Minecraft Integration!:
As of NodeBB 1.5.x, I cannot connect to the server via NodeBB's end.
I had to regen the API keys in the admin panel and reset it on the gameservers, then the widgets I use worked again.
-
Hello, just a quick update to let you know this project isn't dead. I am actively developing this again and you should expect a new release at some point. Aside from many bugfixes, the much anticipated Forge and PocketMine compatibility will be available soon.
-
Finally got this guy working.
https://puu.sh/x9vd9/d96cdbfaf3.png
Not quite stable yet, but very soon.