Added Bedwars
Added ConfigurationHandler for games Further progress
This commit is contained in:
@@ -1 +1 @@
|
||||
,elias,ELIAS-PC,03.10.2022 16:40,file:///home/elias/.config/libreoffice/4;
|
||||
,elias,ELIAS-PC,07.01.2023 22:39,file:///home/elias/.config/libreoffice/4;
|
||||
@@ -10,6 +10,13 @@ welcome;Welcome!;Willkommen!
|
||||
back;Back;Zurück
|
||||
forward;Next;Nächste
|
||||
;;
|
||||
ns:tablist#UNUSED;;
|
||||
title;MineNet Network;MineNet Servernetzwerk
|
||||
players;Players;Spieler
|
||||
ram;RAM;RAM
|
||||
tick;TICK;TICK
|
||||
;;
|
||||
;;
|
||||
ns:GameType#;;
|
||||
other;Other games;Andere Spiele
|
||||
other_description;Games which does not fit into other Categories;Spiele welche nicht in die anderen Kategorien passen
|
||||
@@ -29,8 +36,8 @@ join_notFound;Lobby not found: ;Lobby konnte nicht gefunden werden:
|
||||
;;
|
||||
ns:score#;;
|
||||
result;Results;Ergebnisse
|
||||
thanks;Thank you for Playing;Danke für‘s spielen
|
||||
;;
|
||||
thanks;Thank you for Playing;Danke fürs spielen
|
||||
finish;Finish;Fertig
|
||||
;;
|
||||
ns:restriction#;;
|
||||
fail;Some requirements are not met;Bedinungen sind nicht erfüllt
|
||||
@@ -47,13 +54,6 @@ length;Length;Länge
|
||||
height;Height;Höhe
|
||||
radius;Radius;Radius
|
||||
;;
|
||||
;;
|
||||
;;
|
||||
;;
|
||||
;;
|
||||
;;
|
||||
;;
|
||||
;;
|
||||
ns:room#;;
|
||||
invTitle;Select a Minigame;Wähle einen Spielmodus
|
||||
noOption;No options here;Keine Optionen hier
|
||||
@@ -79,3 +79,7 @@ description;Push your opponents off the Bridge;Stoße deine Gegener von der Brü
|
||||
ns:game_TrafficlightRace#;;
|
||||
name;Red light green light;Rotes licht, Grünes licht
|
||||
description;Only go forward if the Trafficlights show green;Gehe nur bei Grün vorran
|
||||
;;
|
||||
ns:game_Towerdefense#;;
|
||||
name;Towerdefense;Towerdefense
|
||||
description;Protect the path ????;??????
|
||||
|
||||
|
@@ -0,0 +1,29 @@
|
||||
setup:
|
||||
teams:
|
||||
- 'blue'
|
||||
- 'orange'
|
||||
|
||||
teams:
|
||||
blue:
|
||||
name: 'blue'
|
||||
pos:
|
||||
spawn: '31.5,11,0.5,90,0'
|
||||
spawner: '31.5,11,0.5'
|
||||
bed:
|
||||
- '32,11,0'
|
||||
- '33,11,0'
|
||||
material:
|
||||
block: 'BLUE_WOOL'
|
||||
bed: 'BLUE_BED'
|
||||
|
||||
orange:
|
||||
name: "orange"
|
||||
pos:
|
||||
spawn: '-31.5,11,0.5,-90,0'
|
||||
spawner: '-31.5,11,0.5'
|
||||
bed:
|
||||
- '-33,11,0'
|
||||
- '-34,11,0'
|
||||
material:
|
||||
block: 'ORANGE_WOOL'
|
||||
bed: 'ORANGE_BED'
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user