My version of a plugin repository - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Plugins (https://forum.cuberite.org/forum-1.html) +--- Forum: Plugin Discussion (https://forum.cuberite.org/forum-8.html) +--- Thread: My version of a plugin repository (/thread-1591.html) |
RE: My version of a plugin repository - FakeTruth - 03-09-2015 So now we have another plugin repository? xD RE: My version of a plugin repository - sphinxc0re - 03-09-2015 No, just as I said, it's just a draft. A suggestion. I am though aiming to build a centralized collection point for all the plugins. RE: My version of a plugin repository - jan64 - 03-09-2015 I wouldn't say it's another one, mainly because i don't know about any plugin repository that works atm. RE: My version of a plugin repository - sphinxc0re - 03-10-2015 Here is another draft of my repo. A page for adding a new plugin. RE: My version of a plugin repository - sphinxc0re - 03-10-2015 I thought about making this free software but what about security issues? I'm using the meteor js framework. Does anyone have an idea? RE: My version of a plugin repository - jan64 - 03-11-2015 If the source code is closed You can still quite easily discover security issues. I'm not particularly familiar with node.js, but you should obviously make sure there's no sql injection. RE: My version of a plugin repository - sphinxc0re - 03-11-2015 You mean this? Nope. Not possible with Meteor. ... okay, correction: It is possible but much more difficult because of the information hiding you do within the server side RE: My version of a plugin repository - tigerw - 03-13-2015 Well, here's another: http://mcsplugins.justae.me.uk/ :P RE: My version of a plugin repository - sphinxc0re - 03-13-2015 Not bad Why do not we work together on the project? RE: My version of a plugin repository - NiLSPACE - 03-13-2015 It would be great if we could somehow make the repo read the Info.lua file if it exists. |