Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
tokumei21316yPretty cool! but I'm a bit put off that "params" is just a flat array when it should probably not be.
-
"Without knowledge about web development"
> Uses html tags and escaped non breaking spaces
π€ -
skepdimi1316y@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 -
@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.
-
@tokumei I made it an array because objects are not loaded in the order I type them in my files
-
@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
-
@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 -
-
skepdimi1316y@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 -
Thank you for your support, I'll add your requested features for the first release :3
Maybe something like WhatsApps *test* for bold ^^ -
@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) -
@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 :)
Related Rants
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.
rant
minecraft
framework
web developement