NPC Kill objective finished

Need to edit .gitignore to leave out build files
This commit is contained in:
136S-Clarke 2013-04-12 14:05:48 -07:00
parent a2caa24e4f
commit 42c348c9f6
171 changed files with 1801 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#Fri, 12 Apr 2013 13:03:10 -0700
/Users/136-aclarke/Desktop/Quests=

35
build/classes/config.yml Normal file
View File

@ -0,0 +1,35 @@
# Quests config
#
#
# allow-command-questing: true/false
# Should we allow players to take Quests via commands?
#
# allow-command-quests-with-npcs: true/false
# Should we allow players to take Quests via commands, that have NPCs as quest starters?
#
# show-requirements: true/false
# Should players be told the exact requirements of a Quest when they look at its info (via command)?
#
# allow-quitting: true/false
# Should players be allowed to quit a Quest after they've taken it?
#
# debug-mode: true/false
# Should debugging information be printed out to console?
#
# kill-time: number
# How long (in seconds) should a player have to wait before they can kill the same player for a Quest?
allow-command-questing: true
allow-command-quests-with-npcs: false
show-requirements: true
allow-quitting: true
debug-mode: false
kill-delay: 600
snoop: true
quester-blacklist:
- "SomeGuy12345"
- "somePrefix*"
- "*someSuffix"
- "*someRegex*"

13
build/classes/events.yml Normal file
View File

@ -0,0 +1,13 @@
events:
ExampleEvent:
message: '<red>Event happened!'
potion-effect-types:
- Speed
- Jump
potion-effect-durations:
- 100
- 25
potion-effect-amplifiers:
- 3
- 2

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.

Binary file not shown.

View File

Some files were not shown because too many files have changed in this diff Show More