diff --git a/.gitignore b/.gitignore index 0f7906a..a25651e 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,6 @@ test.* # Dealing with Mac users .trash/ .DS_Store + +# VSCode settings +.vscode/ \ No newline at end of file diff --git a/Events/Recurring/Recurring_01.md b/Events/Recurring/Recurring_01.md new file mode 100644 index 0000000..7872f98 --- /dev/null +++ b/Events/Recurring/Recurring_01.md @@ -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 + +``` +``` \ No newline at end of file diff --git a/Events/_Template_Recurring.md b/Events/_Template_Recurring.md new file mode 100644 index 0000000..ace1dc6 --- /dev/null +++ b/Events/_Template_Recurring.md @@ -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} +``` \ No newline at end of file