/Blockland-TemperedGlass

Blockland Glasss add-on modifications - formerly Tempered Glass

Primary LanguageC#

Logo

Overview

Blockland Glass is a service made for Blockland to help expand and cultivate the community. Glass acts as a mod management service / content distribution system. It also also gives users' friends lists, direct messaging and a chatroom to socialize in.

Installing

The latest stable version will always be found on the official website @ https://blocklandglass.com/

Likewise, you can also download it from this repo's "development" branch to receive changes as soon as they are committed. Download the .zip, change the name to 'System_BlocklandGlass' (if you've downloaded it from the repo directly), then transfer it to your Add-Ons folder.

The "development" branch is not guaranteed to be stable, and may load you into a development server and not the public one that every body else will be connected to.

Contributing

If you find any problem(s) in Glass, feel free to submit an issue here.

If you know how to fix it, feel free to make a pull request for the issue.

If you would like to suggest a feature or change, feel free to also submit it as an issue - the appropriate tag will be set when we see it.

Branches

master is the current live branch

fix for patch changes, x.x.1

development for minor version, x.1.x

feature for major version, 1.x.x

Feature should be merged in to development after it has a self-contained new feature. After reaching development, the new feature should be integrated with the rest of the project, tweaking pre-existing features to co-exist and work with the new feature.

Fix should contain non-released fixes to the currently released version. It should be merged in to master first, then master merged to development and feature.