From ff3e260e256e3018a3b199924b141bc973cb0fbb Mon Sep 17 00:00:00 2001 From: Ocelot5836 Date: Mon, 21 May 2018 07:48:11 -0700 Subject: [PATCH] added Super Mario World site (.craft) designed as a helpful wiki type site for the super mario world app by Ocelot. May be moved to .app suffix or .wiki in the future --- craft/supermarioworld/about/index | 69 ++++++++++++++++++++++ craft/supermarioworld/index | 34 +++++++++++ craft/supermarioworld/pages/controls/index | 48 +++++++++++++++ craft/supermarioworld/pages/index | 27 +++++++++ craft/supermarioworld/pages/wiki/index | 27 +++++++++ 5 files changed, 205 insertions(+) create mode 100644 craft/supermarioworld/about/index create mode 100644 craft/supermarioworld/index create mode 100644 craft/supermarioworld/pages/controls/index create mode 100644 craft/supermarioworld/pages/index create mode 100644 craft/supermarioworld/pages/wiki/index diff --git a/craft/supermarioworld/about/index b/craft/supermarioworld/about/index new file mode 100644 index 0000000..71ca0a8 --- /dev/null +++ b/craft/supermarioworld/about/index @@ -0,0 +1,69 @@ +#banner +image=http://www.auroracrafters.com/playerdata/ocelot/smw.png +text=&9&lSuper Mario World + +#navigation +item-link-1=supermarioworld.craft +item-label-1=Home +item-icon-1=HOME +item-link-2=supermarioworld.craft/about +item-label-2=About +item-icon-2=USER +item-link-3=supermarioworld.craft/pages +item-label-3=Pages +item-icon-3=BOOK_OPEN + +#header +scale=2 +text=&c&lAbout +align=center + +#paragraph +text=The &9Super Mario World Application's&r coding concept came from an old project of mine called the &6"Advanced Tech Mod"&r. This project made me think more about having a game inside of a GUI in &aMinecraft&r. The project may have been abandoned, but it sprouted a whole new way of thinking about &aMinecraft&r for me. + +#header +scale=2 +text=&c&lCreators +align=center + +#header +scale=1 +text=&4&lOcelot5836 +align=left + +#paragraph +text=Ocelot5836 is mostly known for starting amazing projects and showing them off, only to let them die. His most recent project, &4Super Mario World&r, so far is still in development. + +#header +scale=1 +text=&4&lMrCrayfish +align=left + +#paragraph +text=MrCrayfish or Creyfush is known best for being the creator of both &6MrCrayfish's Furniture Mod&r and &cMrCrayfish's Device Mod&r. He is an amazing modder who created a massive community surrounding all of his mods. He helped with the development of the &4Super Mario World&r Application. +#header +scale=2 +text=&c&lBiography +align=center + +#header +scale=1 +text=&4&lOcelot5836 +align=left + +#paragraph +text=My name is & &eOcelot5836&r, and I have been programming for roughly four years now. I would consider myself an intermediate coder at &cJava&r since I know and understand the basics of the language. There are many above me who could probably think twenty different ways to do what I have done here, but that doesn't mean I can't do what I want to accomplish. I always try to keep on learning from people who are better at programming (like &4MrCrayfish&r) than I since that allows me to learn and grow as not only a programmer, but a person. I hope any person who has such a dream as to program can take the chance to become the very best programmer the world has ever seen. +image=http://www.auroracrafters.com/playerdata/ocelot/Ocelot5836_Head_Toon.png + +#header +scale=1 +text=&4&lMrCrayfish +align=left + +#paragraph +text=No Information Provided + +#footer +title=Super Mario World +sub-title=Developed by Ocelot5836 +home-page=supermarioworld.craft \ No newline at end of file diff --git a/craft/supermarioworld/index b/craft/supermarioworld/index new file mode 100644 index 0000000..fdde263 --- /dev/null +++ b/craft/supermarioworld/index @@ -0,0 +1,34 @@ +#banner +image=http://www.auroracrafters.com/playerdata/ocelot/smw.png +text=&9&lSuper Mario World + +#navigation +item-link-1=supermarioworld.craft +item-label-1=Home +item-icon-1=HOME +item-link-2=supermarioworld.craft/about +item-label-2=About +item-icon-2=USER +item-link-3=supermarioworld.craft/pages +item-label-3=Pages +item-icon-3=BOOK_OPEN + +#header +scale=2 +text=&c&lWelcome +align=center + +#paragraph +text=The Super Mario World website is a site that talks about the Super Mario World Application designed by Ocelot5836. + +#header +scale=1 +text=&c&lContent + +#paragraph +text=This site contains all the information that you would ever need in order to play the app. This page also contains a wiki about each object in the game. + +#footer +title=Super Mario World +sub-title=Developed by Ocelot5836 +home-page=supermarioworld.craft \ No newline at end of file diff --git a/craft/supermarioworld/pages/controls/index b/craft/supermarioworld/pages/controls/index new file mode 100644 index 0000000..4dac453 --- /dev/null +++ b/craft/supermarioworld/pages/controls/index @@ -0,0 +1,48 @@ +#banner +image=http://www.auroracrafters.com/playerdata/ocelot/smw.png +text=&9&lSuper Mario World + +#navigation +item-link-1=supermarioworld.craft +item-label-1=Home +item-icon-1=HOME +item-link-2=supermarioworld.craft/about +item-label-2=About +item-icon-2=USER +item-link-3=supermarioworld.craft/pages +item-label-3=Pages +item-icon-3=BOOK_OPEN + +#header +scale=3 +text=&c&lControls +align=center + +#header +scale=1 +text=&4&lMovement +align=left + +#paragraph +text=&cW&r - Look Up\n&cS&r - Duck\n&cA&r - Move Left\n&cD&r - Move Right\n&cSPACE&r - Jump\n&cE&r - Run/Hold Item + +#header +scale=1 +text=&4Debug +align=left + +#paragraph +text=&cT&r - Reset Level + +#header +scale=1 +text=&4Menu +align=left + +#paragraph +text=&cUP&r - Move selection up\n&cDOWN&r - Move selection down\n&cENTER&r - Select State + +#footer +title=Super Mario World +sub-title=Developed by Ocelot5836 +home-page=supermarioworld.craft \ No newline at end of file diff --git a/craft/supermarioworld/pages/index b/craft/supermarioworld/pages/index new file mode 100644 index 0000000..efcfd3b --- /dev/null +++ b/craft/supermarioworld/pages/index @@ -0,0 +1,27 @@ +#banner +image=http://www.auroracrafters.com/playerdata/ocelot/smw.png +text=&9&lSuper Mario World + +#navigation +item-link-1=supermarioworld.craft +item-label-1=Home +item-icon-1=HOME +item-link-2=supermarioworld.craft/about +item-label-2=About +item-icon-2=USER +item-link-3=supermarioworld.craft/pages +item-label-3=Pages +item-icon-3=BOOK_OPEN + +#header +scale=2 +text=&c&lPages +align=center + +#paragraph +text=This site contains the links the pages that are connected to this website.\n\n&4&lControls:&r &bsupermarioworld.craft/pages/controls&r\n&4&lWiki:&r &bsupermarioworld.craft/pages/wiki&r + +#footer +title=Super Mario World +sub-title=Developed by Ocelot5836 +home-page=supermarioworld.craft \ No newline at end of file diff --git a/craft/supermarioworld/pages/wiki/index b/craft/supermarioworld/pages/wiki/index new file mode 100644 index 0000000..497f1e9 --- /dev/null +++ b/craft/supermarioworld/pages/wiki/index @@ -0,0 +1,27 @@ +#banner +image=http://www.auroracrafters.com/playerdata/ocelot/smw.png +text=&9&lSuper Mario World + +#navigation +item-link-1=supermarioworld.craft +item-label-1=Home +item-icon-1=HOME +item-link-2=supermarioworld.craft/about +item-label-2=About +item-icon-2=USER +item-link-3=supermarioworld.craft/pages +item-label-3=Pages +item-icon-3=BOOK_OPEN + +#header +scale=2 +text=&c&lWiki +align=center + +#paragraph +text=Not Implemented Yet. Will be implemented in the future when all the objects are added to the game. + +#footer +title=Super Mario World +sub-title=Developed by Ocelot5836 +home-page=supermarioworld.craft \ No newline at end of file