summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorLeonard Kugis <leonard@kug.is>2022-04-25 18:50:36 +0200
committerLeonard Kugis <leonard@kug.is>2022-04-25 18:50:36 +0200
commit9e2ddeb55321b09086a5a27254197d783847e6e3 (patch)
tree620e4a7b326df2a77fff51aff390e0a6bef43631 /target
Initial commitHEADmaster
Diffstat (limited to 'target')
-rwxr-xr-xtarget/classes/config.json4
-rwxr-xr-xtarget/classes/descriptor.json59
-rwxr-xr-xtarget/classes/lang/de-DE.properties2
-rwxr-xr-xtarget/classes/lang/en-GB.properties28
-rwxr-xr-xtarget/classes/plugin.yml9
-rwxr-xr-xtarget/classes/schematics/test.schematicbin0 -> 187 bytes
-rwxr-xr-xtarget/maven-archiver/pom.properties5
-rwxr-xr-xtarget/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst0
-rwxr-xr-xtarget/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst15
-rwxr-xr-xtarget/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst0
10 files changed, 122 insertions, 0 deletions
diff --git a/target/classes/config.json b/target/classes/config.json
new file mode 100755
index 0000000..d074011
--- /dev/null
+++ b/target/classes/config.json
@@ -0,0 +1,4 @@
+{
+ "locale": "en-GB",
+ "world": "instance"
+} \ No newline at end of file
diff --git a/target/classes/descriptor.json b/target/classes/descriptor.json
new file mode 100755
index 0000000..1852c2c
--- /dev/null
+++ b/target/classes/descriptor.json
@@ -0,0 +1,59 @@
+[
+ {
+ "file": "test.schematic",
+ "name": "testmap",
+ "players": 4,
+ "spawn": [ 2, 1, 2 ],
+ "pointMultiplier": 1.0,
+ "mobs": [
+ {
+ "position": [ 2, 1, 2 ],
+ "type": 54,
+ "rounds": "%round% == 1 || %round% == 2",
+ "levers": [ ]
+ },
+ {
+ "position": [ 2, 1, 2 ],
+ "type": 51,
+ "rounds": "%round% > 2",
+ "levers": [ 0 ]
+ }
+ ],
+ "chests": [
+ {
+ "position": [ 2, 1, 1 ],
+ "cost": 1000,
+ "facing": "SOUTH"
+ },
+ {
+ "position": [ 3, 1, 2 ],
+ "cost": 1000,
+ "facing": "WEST"
+ },
+ {
+ "position": [ 2, 1, 3 ],
+ "cost": 1000,
+ "facing": "NORTH"
+ }
+ ],
+ "powerups": [
+ {
+ "position": [ 3, 2, 2 ],
+ "item": "DIAMOND_SWORD",
+ "enchantment":
+ {
+ "type": "DAMAGE_ALL",
+ "level": 1
+ },
+ "cost": 100
+ }
+ ],
+ "levers": [
+ {
+ "position": [ 0, 0, 0 ],
+ "cost": 100,
+ "toggle": [ ]
+ }
+ ]
+ }
+] \ No newline at end of file
diff --git a/target/classes/lang/de-DE.properties b/target/classes/lang/de-DE.properties
new file mode 100755
index 0000000..fcce013
--- /dev/null
+++ b/target/classes/lang/de-DE.properties
@@ -0,0 +1,2 @@
+no_player=Dieser Befehl kann nur durch einen Spieler aufgefuehrt werden.
+no_permission=Du hast keine Rechte fuer diesen Befehl.
diff --git a/target/classes/lang/en-GB.properties b/target/classes/lang/en-GB.properties
new file mode 100755
index 0000000..c382408
--- /dev/null
+++ b/target/classes/lang/en-GB.properties
@@ -0,0 +1,28 @@
+no_player=This command can only be issued by a player.
+no_permission=You dont have permission for this command.
+lobby_create_success=Lobby has been created.
+lobby_create_identifier=A lobby with that identifier already exists.
+lobby_create_membership=You are already in a lobby.
+lobby_create_map=A map with that name does not exist.
+lobby_disbanded=Your lobby has been disbanded.
+lobby_leave_success=You have left the lobby.
+lobby_leave_membership=You are in no lobby.
+lobby_left=%player% left your lobby.
+lobby_joined=%player% joined your lobby.
+lobby_join_full=The specified lobby is full.
+lobby_join_identifier=A lobby with that identifier does not exist.
+lobby_join_success=You joined the lobby.
+lobby_list=List of lobbies:
+lobby_start_success=Game has been started.
+lobby_start_failed=You need to be the creator of a lobby to start a game.
+game_player_fell=%player% fell.
+game_revive_countdown=You got %seconds% seconds left to revive %player%.
+game_player_died=%player% died.
+game_player_revived=%player1% revived %player2%.
+game_round=Round %round% is starting.
+game_points_gained=You gained %points% points.
+game_points=You have %points% points.
+game_paid=You paid %amount% points for this.
+game_no_points=You dont have enough points for this. You need at least %amount%.
+game_impossible=That action is impossible. Youve been refunded.
+plugin_enchantment=The enchantment "%type%" is not applicable on the item "%item%". Ignoring. \ No newline at end of file
diff --git a/target/classes/plugin.yml b/target/classes/plugin.yml
new file mode 100755
index 0000000..3d187bd
--- /dev/null
+++ b/target/classes/plugin.yml
@@ -0,0 +1,9 @@
+main: com.encrox.zombie.Zombie
+name: Zombie
+version: 1.0
+depend: [InstancedRegions]
+
+commands:
+ zombie:
+ description: Generic zombie command.
+ usage: /zombie help \ No newline at end of file
diff --git a/target/classes/schematics/test.schematic b/target/classes/schematics/test.schematic
new file mode 100755
index 0000000..1b32d4f
--- /dev/null
+++ b/target/classes/schematics/test.schematic
Binary files differ
diff --git a/target/maven-archiver/pom.properties b/target/maven-archiver/pom.properties
new file mode 100755
index 0000000..820b62c
--- /dev/null
+++ b/target/maven-archiver/pom.properties
@@ -0,0 +1,5 @@
+#Generated by Maven
+#Fri May 19 23:00:51 CEST 2017
+version=0.0.1-SNAPSHOT
+groupId=com.encrox
+artifactId=zombie
diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
new file mode 100755
index 0000000..e69de29
--- /dev/null
+++ b/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
diff --git a/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
new file mode 100755
index 0000000..af3adfa
--- /dev/null
+++ b/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
@@ -0,0 +1,15 @@
+C:\Users\Superleo1810\workspace\zombie\src\main\java\com\encrox\zombie\Misc.java
+C:\Users\Superleo1810\workspace\zombie\src\main\java\com\encrox\zombie\Mob.java
+C:\Users\Superleo1810\workspace\zombie\src\main\java\com\encrox\zombie\Lobby.java
+C:\Users\Superleo1810\workspace\zombie\src\main\java\com\encrox\zombie\Zombie.java
+C:\Users\Superleo1810\workspace\zombie\src\main\java\com\encrox\zombie\Map.java
+C:\Users\Superleo1810\workspace\zombie\src\main\java\com\encrox\zombie\interactable\Chest.java
+C:\Users\Superleo1810\workspace\zombie\src\main\java\com\encrox\zombie\Commander.java
+C:\Users\Superleo1810\workspace\zombie\src\main\java\com\encrox\zombie\GameListener.java
+C:\Users\Superleo1810\workspace\zombie\src\main\java\com\encrox\zombie\ZombieWorld.java
+C:\Users\Superleo1810\workspace\zombie\src\main\java\com\encrox\zombie\interactable\Powerup.java
+C:\Users\Superleo1810\workspace\zombie\src\main\java\com\encrox\zombie\Constants.java
+C:\Users\Superleo1810\workspace\zombie\src\main\java\com\encrox\zombie\interactable\Interactable.java
+C:\Users\Superleo1810\workspace\zombie\src\main\java\com\encrox\zombie\Schematic.java
+C:\Users\Superleo1810\workspace\zombie\src\main\java\com\encrox\zombie\Game.java
+C:\Users\Superleo1810\workspace\zombie\src\main\java\com\encrox\zombie\interactable\Lever.java
diff --git a/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
new file mode 100755
index 0000000..e69de29
--- /dev/null
+++ b/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst