Skip to content

Commit

Permalink
Merge pull request #25 from ModularSoftAU/release-zander-1.2.0
Browse files Browse the repository at this point in the history
Release zander 1.2.0 patch notes and update packages
  • Loading branch information
benrobson authored Aug 23, 2024
2 parents 658b9d3 + db54f72 commit 733934e
Show file tree
Hide file tree
Showing 5 changed files with 9,129 additions and 20,630 deletions.
2 changes: 1 addition & 1 deletion blog/zander/12-11-2023-zander-v1.0.0-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ We're releasing our first of many patch notes for Zander, a multi-platform Minec
* [Announcements](/docs/products/zander/features/announcement) - Announcements is a feature that allows Administration to broadcast messages across your Server and Website and have linked in to external URLs if required.
* [Applications](/docs/products/zander/features/application) - Allows administrative users to create, edit and delete applications. Applications are used for things like Server Position applications and other Server roles.
* [Discord](/docs/products/zander/features/discord) - The Discord feature allows for moderation, community interaction and much more.
* [Discord](/docs/products/zander/features/server) - Allows administrative users to add, edit and remove Servers. Adding a server will list the server on the `/play` page and also list the server on the `/play` command on Discord.
* [Server](/docs/products/zander/features/server) - Allows administrative users to add, edit and remove Servers. Adding a server will list the server on the `/play` page and also list the server on the `/play` command on Discord.

## Patch Notes

Expand Down
62 changes: 62 additions & 0 deletions blog/zander/23-08-2024-zander-v1.2.0-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
title: Zander v1.2.0 Patch Notes
description: Zander release notes and changes for version 1.2.0.
slug: zander-1.2.0
authors:
- name: Ben Robson
title: Founder & Developer at Modular Software
url: https://github.com/benrobson
image_url: https://github.com/benrobson.png
- name: Jaedan
title: Developer at Modular Software
url: https://github.com/JaedanC
image_url: https://github.com/JaedanC.png
- name: Aron
title: Developer at Modular Software
url: https://github.com/birdwing
image_url: https://github.com/birdwing.png
hide_table_of_contents: false
---

Hello Everyone,

Hope you are all well, we're releasing a new update which introduces account linking between Discord, Minecraft and the Website, some modification to configuration and some bug fixes.

## Features
* [Player Profiles](/docs/products/zander/features/profiles) - Players can now link their Minecraft accounts with Discord and can sign in to customise and style their own player profile.

## Patch Notes

### `config.json`
* A new `googleTag` field to utilise Google Analytics.

### Permissions
* Added `zander.web.punishments` for viewing player and Network punishments for an upcoming update.
* Added `zander.web.audit` for viewing player and audit log on profile.

### Hub
> No changes added in this update.
### Proxy
> No changes added in this update.
### Auth
* Added `zander-auth` module JAR for backend Minecraft-based authentication.

### Web
* Added player profiles and profile editor.
* Allows the user to add social media, about page, interests and more.
* Implemented Discord-based authentication gateway.
* Implement Google Analytics tags and config.

#### API
* Implemented Discord-based authentication gateway.

> Have a look at our API documentation for information on routes functionality.
#### Discord
* Implemented the following commands:
* `apply` - A simple application command to direct users to the application page.
* `poll` - Command in the previous update, ported and updated for this suite.
* Removed the following commands:
* `legoflip` - due to the proxying of Minecraft images via Craftatar this killed all requests via discord making this command useless (Removed all Craftatar discord side features due to traffic amplification attacks.)
24 changes: 24 additions & 0 deletions docs/products/zander/features/profiles.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Player Profiles
description: An overview of player profiles and how to get players to get started with their profiles.
sidebar_label: Player Profiles
sidebar_position: 2
---

## Introduction
This feature allows linked players to edit their player profiles to add things from their Social Media handles, interests and more.

### Profile Options
Currently we support the following profile options

* About
* Interests
* Social Media
* Discord
* Steam
* Twitch
* YouTube
* Twitter
* X/Twitter
* Spotify
* Reddit
4 changes: 3 additions & 1 deletion docs/products/zander/permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ To provision permissions, using the tables below you can add these permisssions
| zander.web.announcements | Access to create, edit and delete announcements in the Administration Panel. |
| zander.web.application | Access to create, edit and delete applications in the Administration Panel. |
| zander.web.server | Access to create, edit and delete servers in the Administration Panel. |
| zander.web.logs | Access to view application logs. |
| zander.web.logs | Access to view application logs. |
| zander.web.punishments | Ability to see user and network punishments |
| zander.web.audit | Ability to view and audit users and groups. |

### Hub
| Permission | Description |
Expand Down
Loading

0 comments on commit 733934e

Please sign in to comment.