Getting the README up
This commit is contained in:
parent
3cb57b0804
commit
a045b02cfe
8
.classpath
Normal file
8
.classpath
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<classpath>
|
||||||
|
<classpathentry kind="src" path="src"/>
|
||||||
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||||
|
<classpathentry kind="lib" path="C:/Documents and Settings/TJ/Desktop/bukkit-1.2.5-R0.1-20120330.213519-1.jar"/>
|
||||||
|
<classpathentry kind="lib" path="C:/Documents and Settings/TJ/Desktop/MC Servers/Survival 1.2/craftbukkit-1.2.5-R1.0.jar"/>
|
||||||
|
<classpathentry kind="output" path="bin"/>
|
||||||
|
</classpath>
|
17
.project
Normal file
17
.project
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<projectDescription>
|
||||||
|
<name>HungerArena</name>
|
||||||
|
<comment></comment>
|
||||||
|
<projects>
|
||||||
|
</projects>
|
||||||
|
<buildSpec>
|
||||||
|
<buildCommand>
|
||||||
|
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
</buildSpec>
|
||||||
|
<natures>
|
||||||
|
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||||
|
</natures>
|
||||||
|
</projectDescription>
|
12
.settings/org.eclipse.jdt.core.prefs
Normal file
12
.settings/org.eclipse.jdt.core.prefs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
#Thu Mar 29 22:18:31 MDT 2012
|
||||||
|
eclipse.preferences.version=1
|
||||||
|
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
|
||||||
|
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
|
||||||
|
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
|
||||||
|
org.eclipse.jdt.core.compiler.compliance=1.6
|
||||||
|
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
|
||||||
|
org.eclipse.jdt.core.compiler.debug.localVariable=generate
|
||||||
|
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
|
||||||
|
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
||||||
|
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
|
||||||
|
org.eclipse.jdt.core.compiler.source=1.6
|
BIN
bin/me/Travja/HungerArena/DeathListener$1.class
Normal file
BIN
bin/me/Travja/HungerArena/DeathListener$1.class
Normal file
Binary file not shown.
BIN
bin/me/Travja/HungerArena/DeathListener$2.class
Normal file
BIN
bin/me/Travja/HungerArena/DeathListener$2.class
Normal file
Binary file not shown.
BIN
bin/me/Travja/HungerArena/DeathListener$3.class
Normal file
BIN
bin/me/Travja/HungerArena/DeathListener$3.class
Normal file
Binary file not shown.
BIN
bin/me/Travja/HungerArena/DeathListener.class
Normal file
BIN
bin/me/Travja/HungerArena/DeathListener.class
Normal file
Binary file not shown.
BIN
bin/me/Travja/HungerArena/Main$1.class
Normal file
BIN
bin/me/Travja/HungerArena/Main$1.class
Normal file
Binary file not shown.
BIN
bin/me/Travja/HungerArena/Main$10.class
Normal file
BIN
bin/me/Travja/HungerArena/Main$10.class
Normal file
Binary file not shown.
BIN
bin/me/Travja/HungerArena/Main$11.class
Normal file
BIN
bin/me/Travja/HungerArena/Main$11.class
Normal file
Binary file not shown.
BIN
bin/me/Travja/HungerArena/Main$2.class
Normal file
BIN
bin/me/Travja/HungerArena/Main$2.class
Normal file
Binary file not shown.
BIN
bin/me/Travja/HungerArena/Main$3.class
Normal file
BIN
bin/me/Travja/HungerArena/Main$3.class
Normal file
Binary file not shown.
BIN
bin/me/Travja/HungerArena/Main$4.class
Normal file
BIN
bin/me/Travja/HungerArena/Main$4.class
Normal file
Binary file not shown.
BIN
bin/me/Travja/HungerArena/Main$5.class
Normal file
BIN
bin/me/Travja/HungerArena/Main$5.class
Normal file
Binary file not shown.
BIN
bin/me/Travja/HungerArena/Main$6.class
Normal file
BIN
bin/me/Travja/HungerArena/Main$6.class
Normal file
Binary file not shown.
BIN
bin/me/Travja/HungerArena/Main$7.class
Normal file
BIN
bin/me/Travja/HungerArena/Main$7.class
Normal file
Binary file not shown.
BIN
bin/me/Travja/HungerArena/Main$8.class
Normal file
BIN
bin/me/Travja/HungerArena/Main$8.class
Normal file
Binary file not shown.
BIN
bin/me/Travja/HungerArena/Main$9.class
Normal file
BIN
bin/me/Travja/HungerArena/Main$9.class
Normal file
Binary file not shown.
BIN
bin/me/Travja/HungerArena/Main.class
Normal file
BIN
bin/me/Travja/HungerArena/Main.class
Normal file
Binary file not shown.
47
config.yml
Normal file
47
config.yml
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
# default config.yml
|
||||||
|
Start_Message: '&bLet The Games Begin!'
|
||||||
|
Auto_Restart: 'false'
|
||||||
|
Reward:
|
||||||
|
ID: 264
|
||||||
|
Amount: 10
|
||||||
|
# What sponsors have to pay to sponsor tributes
|
||||||
|
Sponsor_Cost:
|
||||||
|
ID: 264
|
||||||
|
Amount: 1
|
||||||
|
# Whether or not the countdown will start upon warping.
|
||||||
|
Countdown: 'true'
|
||||||
|
Spawn_coords: 100,100,100
|
||||||
|
# If players will only talk to close players of the whole server
|
||||||
|
ChatClose: 'true'
|
||||||
|
# How close the players have to be to talk to them
|
||||||
|
ChatClose_Radius: 10
|
||||||
|
# Whether or not players can break blocks while playing
|
||||||
|
Protected_Arena: 'true'
|
||||||
|
# Whether or not players will be frozen when they are teleported to their positions
|
||||||
|
Frozen_Teleport: 'true'
|
||||||
|
# Whether or not thunder will sound upon a players death
|
||||||
|
Cannon_Death: 'true'
|
||||||
|
Tribute_one_spawn: 100,100,100
|
||||||
|
Tribute_two_spawn: 100,100,100
|
||||||
|
Tribute_three_spawn: 100,100,100
|
||||||
|
Tribute_four_spawn: 100,100,100
|
||||||
|
Tribute_five_spawn: 100,100,100
|
||||||
|
Tribute_six_spawn: 100,100,100
|
||||||
|
Tribute_seven_spawn: 100,100,100
|
||||||
|
Tribute_eight_spawn: 100,100,100
|
||||||
|
Tribute_nine_spawn: 100,100,100
|
||||||
|
Tribute_ten_spawn: 100,100,100
|
||||||
|
Tribute_eleven_spawn: 100,100,100
|
||||||
|
Tribute_twelve_spawn: 100,100,100
|
||||||
|
Tribute_thirteen_spawn: 100,100,100
|
||||||
|
Tribute_fourteen_spawn: 100,100,100
|
||||||
|
Tribute_fifteen_spawn: 100,100,100
|
||||||
|
Tribute_sixteen_spawn: 100,100,100
|
||||||
|
Tribute_seventeen_spawn: 100,100,100
|
||||||
|
Tribute_eighteen_spawn: 100,100,100
|
||||||
|
Tribute_nineteen_spawn: 100,100,100
|
||||||
|
Tribute_twenty_spawn: 100,100,100
|
||||||
|
Tribute_twentyone_spawn: 100,100,100
|
||||||
|
Tribute_twentytwo_spawn: 100,100,100
|
||||||
|
Tribute_twentythree_spawn: 100,100,100
|
||||||
|
Tribute_twentyfour_spawn: 100,100,100
|
11
plugin.yml
Normal file
11
plugin.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
name: HungerArena
|
||||||
|
main: me.Travja.HungerArena.Main
|
||||||
|
version: 1.2.2.2
|
||||||
|
description: A plugin to help with playing The Hunger Games!
|
||||||
|
commands:
|
||||||
|
Ha:
|
||||||
|
description: Makes you join a game or start the game!
|
||||||
|
StartPoint:
|
||||||
|
description: Sets the starting point of a tribute.
|
||||||
|
Sponsor:
|
||||||
|
description: Sponsors a Tribute
|
1313
src/me/Travja/HungerArena/Main.java
Normal file
1313
src/me/Travja/HungerArena/Main.java
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user