summaryrefslogtreewikicommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/config.yml10
-rw-r--r--src/main/resources/items.yml27
-rw-r--r--src/main/resources/plugin.yml2
3 files changed, 24 insertions, 15 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml
index a514b56..522e10e 100644
--- a/src/main/resources/config.yml
+++ b/src/main/resources/config.yml
@@ -15,6 +15,10 @@ spawnPatch: false
# default: 1200 aka 20min
gameLength: 1200
+# How long in seconds will the initial hiding period last, minimum is 10 seconds
+# default: 30
+hidingTimer: 30
+
# Announce join/leave/game over messages to people not playing the game
# default: true
announceMessagesToNonPlayers: true
@@ -57,7 +61,7 @@ startingSeekerCount: 1
respawnAsSpectator: false
# If enabled, the game will go until no hiders are left. If the timer runs out all hiders left will be marked as winning.
-# If disabled the game wll go until there is only one hider left. If the timer runs out, all hiders left win, if t here is one
+# If disabled the game wll go until there is only one hider left. If the timer runs out, all hiders left win, if there is one
# hider left, all inital seekers win along with the last hider.
# default: true
waitTillNoneLeft: true
@@ -65,7 +69,7 @@ waitTillNoneLeft: true
# By default, if the last hider or seeker quits the game, a win type of NONE is given, which doesnt mark anyone as winning. This can be
# used as a way to prevent players form quitting in a loop to get someone else points.
# default: true
-dontRewardQuit: true
+dontRewardQuit: false
# The amount of seconds the game will wait until the players are teleported to the lobby after a game over
# default: 5
@@ -73,7 +77,7 @@ endGameDelay: 5
# Along with a chat message, display a title describing the gameover
# default: false
-gameOverTitle: false
+gameOverTitle: true
# This plugin by default functions as not tag to catch Hiders, but to pvp. All players are given weapons,
# and seekers slightly better weapons (this can be changed in items.yml). If you want, you can disable this
diff --git a/src/main/resources/items.yml b/src/main/resources/items.yml
index 682cfe4..de68cc0 100644
--- a/src/main/resources/items.yml
+++ b/src/main/resources/items.yml
@@ -4,7 +4,7 @@
# If pvp is disabled in config.yml, only effects will be given to players.
items:
seeker:
- '1':
+ '0':
material: DIAMOND_SWORD
amount: 1
enchantments:
@@ -13,7 +13,7 @@ items:
unbreakable: true
lore:
- 'This is the seeker sword'
- '2':
+ '1':
material: STICK
amount: 1
enchantments:
@@ -22,8 +22,19 @@ items:
lore:
- 'It will launch people very far'
- 'Use wisely!'
+ 'helmet':
+ material: LEATHER_HELMET
+ 'chestplate':
+ material: LEATHER_CHESTPLATE
+ 'leggings':
+ material: LEATHER_LEGGINGS
+ 'boots':
+ material: LEATHER_BOOTS
+ enchantments:
+ feather_falling: 4
+
hider:
- '1':
+ '0':
material: STONE_SWORD
amount: 1
enchantments:
@@ -32,11 +43,11 @@ items:
unbreakable: true
lore:
- 'This is the hider sword'
- '2':
+ '1':
material: SPLASH_POTION
amount: 1
type: REGEN
- '3':
+ '2':
material: POTION
amount: 2
type: INSTANT_HEAL
@@ -55,12 +66,6 @@ effects:
amplifier: 1
ambient: false
particles: false
- '3':
- type: SLOW_FALLING
- duration: 1000000
- amplifier: 1
- ambient: false
- particles: false
'4':
type: WATER_BREATHING
duration: 1000000
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml
index 777c1ba..5e681d0 100644
--- a/src/main/resources/plugin.yml
+++ b/src/main/resources/plugin.yml
@@ -1,5 +1,5 @@
name: KenshinsHideAndSeek
-main: net.tylermurphy.hideAndSeek.Main
+main: dev.tylerm.khs.Main
version: 1.7.5
author: KenshinEto
load: STARTUP