forked from Computer_Society/open-goverance
Merge branch 'eliza-salmon-toad' into 'main'
Eliza salmon toad See merge request compsoc1/compsoc/open-goverance!1
This commit is contained in:
commit
85d1863be7
3 changed files with 93 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -30,3 +30,6 @@ test.*
|
||||||
# Dealing with Mac users
|
# Dealing with Mac users
|
||||||
.trash/
|
.trash/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
# VSCode settings
|
||||||
|
.vscode/
|
49
Events/Recurring/Recurring_01.md
Normal file
49
Events/Recurring/Recurring_01.md
Normal file
|
@ -0,0 +1,49 @@
|
||||||
|
# Minecraft Server Event
|
||||||
|
|
||||||
|
## Usual Details
|
||||||
|
|
||||||
|
| Day | ??? |
|
||||||
|
| --- | --- |
|
||||||
|
| Once every | 2 weeks |
|
||||||
|
| Time | 19:00 - 21:00 |
|
||||||
|
| Location | Online |
|
||||||
|
| Type | Social |
|
||||||
|
|
||||||
|
## Event #01
|
||||||
|
|
||||||
|
### Details
|
||||||
|
|
||||||
|
| Date | 2024/03/??? |
|
||||||
|
| --- | --- |
|
||||||
|
| Time | ??? - ??? |
|
||||||
|
|
||||||
|
### Overview
|
||||||
|
|
||||||
|
The broad plans for this session are:
|
||||||
|
- Group players into teams
|
||||||
|
- Create in-game voice chat groups; or on discord for people who don't have the voice chat mod
|
||||||
|
- Teams will go mining for resources for __??? (1 hour?)__
|
||||||
|
- Calculate points for each team by resources gathered:
|
||||||
|
> - 1 point / raw iron
|
||||||
|
> - 3 points / diamond
|
||||||
|
> - divide result by number of members if not all teams are equal
|
||||||
|
- Team with most points wins __???__
|
||||||
|
- All go to the end portal and defeat the Ender Dragon
|
||||||
|
|
||||||
|
### Requirements
|
||||||
|
|
||||||
|
- Computer/Console to join
|
||||||
|
- Linked Discord account with UL Wolves and Minecraft
|
||||||
|
- Simple Voice Chat mod installed (not required but reccommended)
|
||||||
|
|
||||||
|
### Promotion
|
||||||
|
|
||||||
|
#### Email
|
||||||
|
|
||||||
|
```
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Discord
|
||||||
|
|
||||||
|
```
|
||||||
|
```
|
41
Events/_Template_Recurring.md
Normal file
41
Events/_Template_Recurring.md
Normal file
|
@ -0,0 +1,41 @@
|
||||||
|
# {Event Name}
|
||||||
|
|
||||||
|
## Usual Details
|
||||||
|
|
||||||
|
| Day | ??? |
|
||||||
|
| --- | --- |
|
||||||
|
| Once every | ??? |
|
||||||
|
| Time | hh:mm - hh:mm |
|
||||||
|
| Location | Online/{Physical Location} |
|
||||||
|
| Type | Social/Technical |
|
||||||
|
|
||||||
|
## Event #01
|
||||||
|
|
||||||
|
### Details
|
||||||
|
|
||||||
|
| Date | yyyy/mm/dd |
|
||||||
|
| --- | --- |
|
||||||
|
| Location (optional) | Online/{Physical Location} |
|
||||||
|
| Time (optional) | hh:mm - hh:mm |
|
||||||
|
|
||||||
|
### Overview
|
||||||
|
|
||||||
|
{Overview of the event plans}
|
||||||
|
|
||||||
|
### Requirements
|
||||||
|
|
||||||
|
{What participants need}
|
||||||
|
|
||||||
|
### Promotion
|
||||||
|
|
||||||
|
#### Email
|
||||||
|
|
||||||
|
```
|
||||||
|
{add email announcement here}
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Discord
|
||||||
|
|
||||||
|
```
|
||||||
|
{add Discord announcement here}
|
||||||
|
```
|
Loading…
Reference in a new issue