A versatile template overlay for wplace.live
Find a file
2025-07-24 04:07:08 -04:00
.github/workflows Made build/ directory 2025-07-23 21:19:42 -04:00
build Removed text; bug fixes 2025-07-23 22:26:30 -04:00
dist Bumped version; Added some user info to the overlay 2025-07-24 07:30:16 +00:00
docs Updated README.md and other github files 2025-07-24 04:07:08 -04:00
src Bumped version; Added some user info to the overlay 2025-07-24 07:30:16 +00:00
.gitattributes Initial commit 2025-07-23 17:47:49 -04:00
.gitignore Initial commit 2025-07-23 17:47:49 -04:00
LICENSE.txt Updated README.md and other github files 2025-07-24 04:07:08 -04:00
package-lock.json Added some user info to the overlay 2025-07-24 03:29:56 -04:00
package.json Bumped version; Added some user info to the overlay 2025-07-24 07:30:16 +00:00

Blue Marble Discord Banner
Overview
How Versioning Works
Licenses
FAQ

Blue Marble

Latest Version Latest Release Software License: MPL-2.0 Contact Me WakaTime Total Patches Total Lines of Code Total Comments Build CodeQL

Overview

TBA

How Versioning Works

The versioning system for this userscript follows the Semantic Versioning rules. As such, it is formatted in an X.Y.Z format where:

  • X is the major version. This is incremented when a non-backward compatible update is pushed. This is for new features that break previous versions of the userscript. Additionally, if wplace.live breaks the userscript, this will be incremented.
  • Y is the minor version. This is incremented whenever I push to GitHub. This is for stable bug-fixes and new (non-breaking) features.
  • Z is the patch version. This is incremented whenever I launch a development version of the userscript to test a patch. This is for unstable bug-fixes/features.

Licenses

(Below, all mentions of the "userscript" refer to the "Blue Marble" userscript made by SwingTheVine)
Most of this userscript is licensed under the Mozilla Public License Version 2.0 (MPL-2.0). All software, code, and libraries in this repository are licensed under the MPL-2.0 license. However, the "Blue Marble" image in this userscript is owned by NASA and is licensed under the Creative Commons 0 1.0 Universal (CC0 1.0) license.

FAQ

TBA