21

Earlier this day (or yesterday, timezones 'n stuff) I posted a "rant" about my new Project:

"The Spigot Web Framework" - a Tool that should help Owners of Minecraftservers without dedicated Webserver and knowledge about developing a website.

In the Screenshot below I show you guys, how few lines of code can make a beautiful website.

The Modulemanager is fully done and people can build their own Modules, which can be live updated.

I am currently working on "cross communication" between the Client and the Modules.

I hope you guys stay tuned!

EDIT: As mentioned in my last rant (look @comments) I will be able to pull off a standalone version of this software.

Comments
  • 1
    @ScriptCoded a little update ^^
  • 1
    @SteffTek Hey that's nice!!
  • 1
  • 3
    Pretty cool! but I'm a bit put off that "params" is just a flat array when it should probably not be.
  • 3
    Cool project! I think MC is dying, but cool none the less.
  • 3
    "Without knowledge about web development"
    > Uses html tags and escaped non breaking spaces

    πŸ€”
  • 2
    @Codex404 Web development !== HTML

    I’m pretty sure writing a simple HTML markup than a whole template registering active users and stylings amongst other things. I think this is a pretty awesome project, not sure why exactly it should be for MC only, however
  • 1
    @halliFacks I follow rami his projects a bit, but ive never heard of this. He is one busy dude, presentations, guest lectures, being the face for indie games etc.
  • 3
    Reminds me a little of the Shoes Ruby gem.

    http://shoesrb.com/
  • 1
    @tokumei I made it an array because objects are not loaded in the order I type them in my files
  • 1
    @Codex404 that's because I want it to look cool, the main focus is about Module-Programming. One day you may be able to just go out on a forum and download an add-on that can do whatever you want, you just type it in the file, tadaaa
  • 0
    @Techno-Wizard @skepdimi You guys make me think I really should make a standalone program πŸ€”

    Should work easily, I don't use any common Minecraft API stuff
  • 2
    @Techno-Wizard
    "MC is dying"
    But still has more monthly players than fortnite... πŸ€”
  • 1
    @SteffTek At some point I think customization will require users to write this stuff by themselves...

    > I want to add bold tags
    > Learn HTML and add it like you would normally

    > I want to center my content and change the bg image
    > Learn CSS and use my plugin for custom styles

    > I want to use a custom template
    > Write it yourself with HTML/CSS and use my plugin to add it to your project

    But up to that point maybe, actually managing stuff like active users being displayed real-time, authentication, animations and other stuff involving MC’s API you could work on providing in a way that is not too technical for users :D

    I like this project, please continue to make updates
  • 0
    Thank you for your support, I'll add your requested features for the first release :3

    Maybe something like WhatsApps *test* for bold ^^
  • 1
    @skepdimi last comment was for you.

    Also bg image is changeable, just drop it in the Webserver.

    I didn't mentioned it, but it got a normal webserver on board with the custom webBuilder (I call it that :3)
  • 1
    Give your github if you need help
  • 0
    @jak645 thanks for the offer but I use my own private Gitlab.

    By now I don't need help because I got it nearly finished with all features I desired and I'll release a version this weekend :)
Add Comment