[nodebb-plugin-minecraft-integration] Minecraft Integration!
-
@yariplus said in [nodebb-plugin-minecraft-integration] Minecraft Integration!:
@_axe said in [nodebb-plugin-minecraft-integration] Minecraft Integration!:
Any chance you can add support for prefixes that players get from groups they're in? I'm running PermissionsEx and the only prefix that went through is the custom one that was set manually.Hmm, they should get all PEX prefixes automatically, have they relogged after linking their account? The prefixes are updated when the player logs in to the server next.
also I can't seem to get the widgets to appear, any ideas/troubleshooting you can give me?
Are they appearing correctly in the admin panel? If so, there may have been an error writing to the database. Check the browser console and nodebb logs.
They're mostly working now, thanks the PEX was just that the person with the custom prefix happened to be the only person who relogged, haha. Server status and top players are working fine now, but TPS graph isn't working... the only thing in ./nodebb log is a bunch of "Got socket request", any ideas why it specifically wont work?
-
-
@CaptainDuck Not yet, but I am working on it.
-
@yariplus , I get this error when I try to install the plugin.
I can install your other plugin (nodebb-widget-minecraft-essentials)
NodeBB version: NodeBB v1.0.3
Database: MongoDB
System: Archlinux (All up to date)
npm-debug.log: http://pastebin.com/3TXuC1vT -
@Pablolop002 That's strange. Contextify appears to require node-gyp but is not installing it.
Perhaps try doing
npm install -g node-gyp
then try again. -
@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.