Skip to content

Commit

Permalink
Hello world
Browse files Browse the repository at this point in the history
  • Loading branch information
Technofied committed Jul 31, 2024
0 parents commit ac3ff59
Show file tree
Hide file tree
Showing 209 changed files with 21,621 additions and 0 deletions.
55 changes: 55 additions & 0 deletions .github/workflows/deploy-to-github-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages

on:
# Runs on pushes targeting the default branch
push:
branches: [main]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

# Allow one concurrent deployment
concurrency:
group: "pages"
cancel-in-progress: true

env:
# Hosted GitHub runners have 7 GB of memory available, let's use 6 GB
NODE_OPTIONS: --max-old-space-size=6144

jobs:
# Single deploy job since we're just deploying
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: yarn
- name: Install dependencies
run: yarn install --non-interactive
- name: Build
run: yarn build
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
# Upload entire repository
path: build
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
41 changes: 41 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Website

This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.

### Installation

```
$ yarn
```

### Local Development

```
$ yarn start
```

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

### Build

```
$ yarn build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.

### Deployment

Using SSH:

```
$ USE_SSH=true yarn deploy
```

Not using SSH:

```
$ GIT_USER=<Your GitHub username> yarn deploy
```

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
3 changes: 3 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
};
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions blog/2024-02-04-system.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
slug: january-changelog
title: January Changelog
authors: Nacho
tags: [Updates, System]
---


Hello!

We have compiled a list of recent addons and changes we pushed during the month of January 2024! Check out the list below for a bit of insight with what the system team has been working on.

<!--truncate-->

## Bug Fixes
- Sign Edits changed to allow for use within the Construction / Player Build Worlds.
- Ability to '/exams cancel' midway through exams.
- Players restricted on specific world access to worlds (Vault, NewConstruction).
- Department Accounts have been restricted to Secretaries / Deputies.
- Voting Crate messages now say 9 instead of 7.
- Fuel for old vehicles have been re-enabled to allow for older cars to be able to be filled up.

## Changes / Additions
- Hiring & Firing Commands were migrated into the /about menu offering a suitable replacement to the millions of commands secretaries had to maintain during their tenure.
- Bus / Metro signage updated to to pull directly from MiniMessage formating to provide a cleaner appearance utilizing HEX color code formating.
- Weaponry Buffs allowing for increased damage to players and armor.
- New Vehicle Update - All recipes went live within /ia.
- Professors given the ability to speak within the DOE in-game channel.
- Server Updated to 1.20.4

## Retiried Features
- Donator Cosmetics were removed due to consistent abuse, which allowed for unfair play.
- No longer able to connect to versions older than 1.20.4.

##
We've had an amazing start of 2024 and look forward to brining new features and progressing the server each and everyday. Let us know if you would like to see more of these in #Suggestions within the DemocracryCraft Discord server!
53 changes: 53 additions & 0 deletions blog/2024-06-23-changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
slug: 2024-06-23-changelog
title: Changelog 2024-06-23
authors: Nacho
tags: [System, Changelog, June]
---


# Welcome
Welcome to this week's changelog! We're thrilled to share the latest updates and improvements, all aimed at making your experience smoother and more enjoyable. Check out the new features and enhancements we've rolled out for you!

# Features
- Storage Networks for storage systems!
- Check out the guide: https://wiki.democracycraft.net/features/networks
- Tyalus and Quix seeds can be planted.
- **80%** chance of harvesting 1-2 tyalus/quix **seeds**.
- **50%** chance of harvesting 1-2 tyalus/quix **plants**.
- DemocracryBusiness now supports sales exporting.
- Command: `/business sales export <firm> <days>`

:::note
There is no cap on days, however note that the plugin may struggle to go beyond **50-100** days!
:::
- Server Music Bots
- **New** (experimental) song sources: mixcloud, reddit, tiktok, and tts!
- **Changes** Instant song playback & Faster and more responsive
- DemocracryBusiness format update
- `/csn history` is no longer supported for businesses.
- No longer all **green**. Previously viewed sales are now **gray**.

# Government
- Training node for the Dept. Homeland Security is read-only
- Captains and Lieutenants are now able to `/unfine` for court orders, from the Dept. Homeland Security balance.
- Redmont Bar Association given access to #budget for budget reporting
- Event Warps are managed by the Department of Public Affairs.

# Staff
- Automatic tile entity limits are back online
- Aimed to help prevent overcrowding entities and thus reduce Staff intervention.
- This is a ***BETA*** change. Staff will continue to monitor and adjust accordingly.
- Duplicated Transaction Logging has been restored.
- Book o' Brews has been migrated to a new book.

:::note
The Old Book o' Brews will __**not**__ work.
:::
- AreaShop has finished migrating to a new command structure
- Whenever you are specifying a specific region name, do `--region <name>. i.e. /as info region --region c001`



# Summary
This week brings exciting new features and updates! From enhanced storage networks and new plantable seeds to improvements in DemocracyBusiness and new server music bot sources, there's plenty to explore. Government and staff updates aim to improve efficiency and ensure smooth operations. Stay tuned for more updates next week, and happy exploring!
38 changes: 38 additions & 0 deletions blog/2024-06-30-changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
slug: 2024-06-30-changelog
title: Changelog 2024-06-30
authors: Nacho
tags: [System, Changelog, June]
---


# Welcome
Welcome to this week's changelog! We had a quiet week regarding rolling out changes and implementing new items. However, we are still working on things in the background!!!!

# Features
- Nothing has been added this week!

# Government
- The government tutorial hologram for 'Cabinet' was changed to green.
- Reveille Prison
- The Department of Health added a clinic!
- Voter registration public announcement
- Added into a rolling announcement chain in chat.
- Department of Construction and Transportation
- Added reason code 'Rental Limitations' to eviction report form

# Staff
- Fuel is disabled for the custom textured vehicles from MTVehicles.
- Is a potential temporary change
- Furniture per chunk doubled to **20**
:::note
We should take a slow and cautious approach to changing this limit. We don't want to lag players out. If you notice your client side needs to catch up, reduce the number of these items in your area.
:::

- Rollout of new feature logging system.
- Designed to assist with backend management of ongoing project development.
- Rollout of new 'Bug Tracking' system.
- This will ensure that system support staff can see what bugs are being worked on and the triage to clear them out.

# Summary
Overall, the server didn't see much downtime this week. We are happy to see its performance and stability remain in great standing. Thanks for staying updated, and be sure to check back next week for more exciting changes!
60 changes: 60 additions & 0 deletions blog/2024-07-07-changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
slug: 2024-07-07-changelog
title: Changelog 2024-07-07
authors: Nacho
tags: [System, Changelog, July]
---


# Welcome
Welcome to this week's changelog! We're thrilled to share the latest updates and improvements, all aimed at making your experience smoother and more enjoyable. Check out the new features and enhancements we've rolled out for you!

# Features
- Wedding Rings
- A series of new weddings rings have been released and are available to the jewller profession.
- Toggle Stream Mode
- When streaming let others know by doing `/togglestream on/off`
- Website Changes
- Upload attachments that are 4096KB (4MB)
- Upload unlimited attachments to your messages
- Schematics with .schem extension are now able to be uploaded
- Furniture Update
- Addition of the summer time madness into the furniture and decore domains. Over **84+** different items added!
- Hats Update
- Take a look at the colorful and decorative hats added into the game! Over **100+** new hats added!

:::note
When we had massive amounts of items through new features. This is often to the surprise to the Department of Education. It's advised to allow the department to catch up before harassing them seeking where the new items are!
:::

- Flower Update
- Makeing the house smell like daisys has became easier with the addition of 100+ new flowers!
- Obtainable through drops as well as potential crafting recipes!
- Build World Plots
- Updated to go down to `y=-64` to allow for deep builds free of hassal in breaking it up into parts!


# Government
- Department of Health
- A clinic has been added to the prision.
- Diseases have been re-enabled
- Following a patching being pushed improperly we reverted the changed to restore the plugin.
- Executive `/about` menue Updated
- To include Special Advisors


# Staff
- DOS Vote Registration Reminder
- Has been updated to be the proper command `/dos-requestregistration`
- New `/fly` menu for Staff, Department of Public Affairs and the Department of the Interior.
- This is to provide simplicity within all fields who utilize flying.
- Syntax: `/fly <reason>`
- Staff Ticket Formating
- Has been updated to allow for tickets to look presentable to the greater public.
- ~~Bug Tracker Updated~~
- ~~To indicate what items are pending a restart to ensure there is a deck of pending items awaiting to be changed.~~



# Summary
This week's updates bring a host of exciting new features and improvements! Enjoy the new wedding rings, toggle stream mode, enhanced website functionality, and a plethora of new furniture, hats, and flowers. Government updates include a new clinic at the prison and re-enabled diseases, while staff updates improve voting registration, flying commands, and ticket formatting. Thanks for tuning in, and be sure to check back next week for more exciting changes and updates!
57 changes: 57 additions & 0 deletions blog/2024-07-14-changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
slug: 2024-07-14-changelog
title: Changelog 2024-07-14
authors: Nacho
tags: [System, Changelog, July]
---


# Welcome
Welcome back and welcome in to this weeks release of the rolling Changelog. We are excited that you have stopped in and taken a look at what we have been working on!

# Features
- Buisness In-Game Shoutouts
- The Department of Commerce is now able to manage Buisness Shoutouts in-game without having to require staff involvement!
- Color codes are not supported in these advertisements.
- Syntax: `/register-business-shoutout <slot> <ad>`
- Campaign In-Game Shoutouts
- The Department of Commerce is now able to manage Campaign Shoutouts in-game without having to require staff involvement!
- Color codes are not supported in these advertisements.
- Syntax: `/register-business-shoutout <slot> <ad>`

:::note
Did you know that staff work to remove our interaction with government action regularly. If you have something you fee we can automate open a ticket in #support
:::

- Hat Recipes Implmented!
- The previously released hates from the previous [Changelog](https://wiki.democracycraft.net/blog/2024-07-07-changelog) now has reciepes in `/ia`
- Profession Update
- All professions skills have been reset to **0** as updating to a new plugin.
- Previous plugin dropped support of skills hence the reason for change.
- You now get paid every **15-minutes** for skill payments!

# Government
- Budget Management
- The President is now able to fine/unfine directly from the government account.

# Staff
- BlueMap
- Has been rolled back **online**. Changes made to make it less abusable when utilizing it.
- Bedrock Support Updated to the latest version!
- Chestshops Update
- Updated the plugin to remove ghost holograms from removed shops!
- All shops now appear in `/find`
- DemocracyTreasury Updated
- Updated to have proper taxation messages. It was indicated that players were not being taxed double. However, it would that player were due to the wrong display.
- Shulker Shells Update
- ~~Disabled the ability to open shells in the air due to reasonable exploits.~~
- Enabled the ability after migrating to a new properly written plugin.
- DemocracryDiseases
- **ALL** diseases were reset due to a glitch of old disease non-exsistent disease data being uploaded.
- DemocracyCraft Midlife Crisis
- DemocracryCraft didnt win in it's midlife crisis... Too long of a story to explain...
- Derpy_Bird Retirement
- Following 954 days on the Staff Team, long time player Derpy_Bird handed in her ID and retired to nest to enjoy an evening making bird noises.

# Summary
Overall the server had a productive week in pushing new updates that included patching Postman Pat a long time feature all the way down to wishing the best to a long time staff member of the server. Overall the week was a success and we look forward to seeing you throughout this week.
Loading

0 comments on commit ac3ff59

Please sign in to comment.