summaryrefslogtreecommitdiffstats
path: root/Essentials/src/config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'Essentials/src/config.yml')
-rw-r--r--Essentials/src/config.yml30
1 files changed, 12 insertions, 18 deletions
diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml
index 472887d5d..cf39007e3 100644
--- a/Essentials/src/config.yml
+++ b/Essentials/src/config.yml
@@ -76,28 +76,14 @@ permission-based-item-spawn: false
# HOWEVER, it is known to cause lag upon users logging OUT, so beware!
reclaim-onlogout: false
-# Should primitive spawn protection be enabled? For most servers, this should be flase; it is better to use a third-party plugin to protect it.
-spawn-protection: false
-
# Mob limit on spawnmob
spawnmob-limit: 10
# Shall we notify users when using /lightning
warn-on-smite: true
-# The message of the day, displayed on connect and by typing /motd.
-# Valid tags are: {PLAYER}, {IP}, {BALANCE}, {MAILS}, {WORLD}, {ONLINE}, {UNIQUE}, {PLAYERLIST}
-motd:
- - '&cWelcome, {PLAYER}&c!'
- - '&fType &c/help&f for a list of commands.'
- - 'Currently online: {PLAYERLIST}'
-
-# The server rules, available by typing /rules
-rules:
- - '[1] Be respectful'
- - '[2] Be ethical'
- - '[3] Use common sense'
-
+# motd and rules are now configured in the files motd.txt and rules.txt
+
# When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take
# priority. If a command is in this list, Essentials will try to give ITSELF priority. This does not always work:
# usually whichever plugin was updated most recently wins out. However, the full name of the command will always work.
@@ -240,6 +226,10 @@ freeze-afk-players: false
# You can disable the death messages of minecraft here
death-messages: true
+# Add worlds to this list, if you want to automatically disable god mode there
+no-god-in-worlds:
+# - world_nether
+
############################################################
# +------------------------------------------------------+ #
# | EssentialsHome | #
@@ -410,14 +400,14 @@ protect:
chicken: false
cow: false
creeper: false
- ghast: true
+ ghast: false
giant: false
monster: false
pig: false
pig_zombie: false
sheep: false
skeleton: false
- slime: true
+ slime: false
spider: false
squid: false
zombie: false
@@ -425,6 +415,10 @@ protect:
cave_spider: false
enderman: false
silverfish: false
+ ender_dragon: false
+ villager: false
+ blaze: false
+ mushroom_cow: false
# Maximum height the creeper should explode. -1 allows them to explode everywhere.
# Set prevent.creeper-explosion to true, if you want to disable creeper explosions.