Revision as of 10:03, 18 August 2026 by Rabbi Bob(talk | contribs)(Created page with "<mermaid> graph TD A[Start] --> B{Is it working?} B -- Yes --> C[Great!] B -- No --> D[Check LocalSettings.php] click D "/index.php?Minecraft" "Go to LocalSettings" </mermaid> Category:Mermaid")
graph TD
A[Start] --> B{Is it working?}
B -- Yes --> C[Great!]
B -- No --> D[Check LocalSettings.php]
click D "/index.php?Minecraft" "Go to LocalSettings"