mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-25 12:15:59 +01:00
NPC Kill objective finished
Need to edit .gitignore to leave out build files
This commit is contained in:
parent
a2caa24e4f
commit
42c348c9f6
4
build/built-jar.properties
Normal file
4
build/built-jar.properties
Normal 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
35
build/classes/config.yml
Normal 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
13
build/classes/events.yml
Normal 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
|
||||||
|
|
BIN
build/classes/me/blackvein/quests/Event.class
Normal file
BIN
build/classes/me/blackvein/quests/Event.class
Normal file
Binary file not shown.
BIN
build/classes/me/blackvein/quests/EventFactory$1.class
Normal file
BIN
build/classes/me/blackvein/quests/EventFactory$1.class
Normal file
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.
BIN
build/classes/me/blackvein/quests/EventFactory$MenuPrompt.class
Normal file
BIN
build/classes/me/blackvein/quests/EventFactory$MenuPrompt.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
build/classes/me/blackvein/quests/EventFactory$MobPrompt.class
Normal file
BIN
build/classes/me/blackvein/quests/EventFactory$MobPrompt.class
Normal file
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.
BIN
build/classes/me/blackvein/quests/EventFactory$QuitPrompt.class
Normal file
BIN
build/classes/me/blackvein/quests/EventFactory$QuitPrompt.class
Normal file
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.
BIN
build/classes/me/blackvein/quests/EventFactory$StormPrompt.class
Normal file
BIN
build/classes/me/blackvein/quests/EventFactory$StormPrompt.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
build/classes/me/blackvein/quests/EventFactory.class
Normal file
BIN
build/classes/me/blackvein/quests/EventFactory.class
Normal file
Binary file not shown.
BIN
build/classes/me/blackvein/quests/NpcListener.class
Normal file
BIN
build/classes/me/blackvein/quests/NpcListener.class
Normal file
Binary file not shown.
BIN
build/classes/me/blackvein/quests/PlayerListener.class
Normal file
BIN
build/classes/me/blackvein/quests/PlayerListener.class
Normal file
Binary file not shown.
BIN
build/classes/me/blackvein/quests/Quest.class
Normal file
BIN
build/classes/me/blackvein/quests/Quest.class
Normal file
Binary file not shown.
BIN
build/classes/me/blackvein/quests/QuestFactory$1.class
Normal file
BIN
build/classes/me/blackvein/quests/QuestFactory$1.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
build/classes/me/blackvein/quests/QuestFactory$ExitPrompt.class
Normal file
BIN
build/classes/me/blackvein/quests/QuestFactory$ExitPrompt.class
Normal file
Binary file not shown.
Binary file not shown.
BIN
build/classes/me/blackvein/quests/QuestFactory$MenuPrompt.class
Normal file
BIN
build/classes/me/blackvein/quests/QuestFactory$MenuPrompt.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
build/classes/me/blackvein/quests/QuestFactory$SavePrompt.class
Normal file
BIN
build/classes/me/blackvein/quests/QuestFactory$SavePrompt.class
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
build/classes/me/blackvein/quests/QuestFactory.class
Normal file
BIN
build/classes/me/blackvein/quests/QuestFactory.class
Normal file
Binary file not shown.
BIN
build/classes/me/blackvein/quests/QuestTaskTrigger.class
Normal file
BIN
build/classes/me/blackvein/quests/QuestTaskTrigger.class
Normal file
Binary file not shown.
BIN
build/classes/me/blackvein/quests/Quester.class
Normal file
BIN
build/classes/me/blackvein/quests/Quester.class
Normal file
Binary file not shown.
BIN
build/classes/me/blackvein/quests/Quests$1.class
Normal file
BIN
build/classes/me/blackvein/quests/Quests$1.class
Normal file
Binary file not shown.
BIN
build/classes/me/blackvein/quests/Quests$2.class
Normal file
BIN
build/classes/me/blackvein/quests/Quests$2.class
Normal file
Binary file not shown.
BIN
build/classes/me/blackvein/quests/Quests$QuestPrompt.class
Normal file
BIN
build/classes/me/blackvein/quests/Quests$QuestPrompt.class
Normal file
Binary file not shown.
BIN
build/classes/me/blackvein/quests/Quests$QuestsPrefix.class
Normal file
BIN
build/classes/me/blackvein/quests/Quests$QuestsPrefix.class
Normal file
Binary file not shown.
BIN
build/classes/me/blackvein/quests/Quests.class
Normal file
BIN
build/classes/me/blackvein/quests/Quests.class
Normal file
Binary file not shown.
BIN
build/classes/me/blackvein/quests/Stage$1.class
Normal file
BIN
build/classes/me/blackvein/quests/Stage$1.class
Normal file
Binary file not shown.
BIN
build/classes/me/blackvein/quests/Stage$2.class
Normal file
BIN
build/classes/me/blackvein/quests/Stage$2.class
Normal file
Binary file not shown.
BIN
build/classes/me/blackvein/quests/Stage$3.class
Normal file
BIN
build/classes/me/blackvein/quests/Stage$3.class
Normal file
Binary file not shown.
BIN
build/classes/me/blackvein/quests/Stage.class
Normal file
BIN
build/classes/me/blackvein/quests/Stage.class
Normal file
Binary file not shown.
BIN
build/classes/me/blackvein/quests/StageTimer.class
Normal file
BIN
build/classes/me/blackvein/quests/StageTimer.class
Normal file
Binary file not shown.
0
build/classes/me/blackvein/quests/TODO
Normal file
0
build/classes/me/blackvein/quests/TODO
Normal file
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.
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.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user