mirror of
https://github.com/essentials/Essentials.git
synced 2025-09-06 20:50:46 +02:00
Compare commits
66 Commits
precompone
...
stable-2.6
Author | SHA1 | Date | |
---|---|---|---|
|
8bb50189bc | ||
|
eb665a059a | ||
|
a8cfbe1eab | ||
|
03b73072d9 | ||
|
3dc29be083 | ||
|
82e5447526 | ||
|
066f3fd726 | ||
|
f0acf733a5 | ||
|
96c4dd2ab9 | ||
|
df3b9a7ef9 | ||
|
70a3a5919e | ||
|
688d37ee60 | ||
|
3dcf8bc8fc | ||
|
7039d613ee | ||
|
256c963370 | ||
|
7b8c2a4575 | ||
|
7f1ba0d6ae | ||
|
7e5b79aa14 | ||
|
086343ee48 | ||
|
a1ad512a80 | ||
|
9bb2ef9cbe | ||
|
832910d480 | ||
|
13da2b2924 | ||
|
84ac520353 | ||
|
5613975314 | ||
|
662d30ae45 | ||
|
57bee443b1 | ||
|
621618e41f | ||
|
6ccb60813a | ||
|
b34119901e | ||
|
b317aef8c9 | ||
|
fdbc6fa94f | ||
|
0ffe24903a | ||
|
e550a7cc44 | ||
|
82165a2af6 | ||
|
63a4fe32c1 | ||
|
1c44a25a4a | ||
|
cf21ecee2e | ||
|
5467e502a5 | ||
|
6af9ec266b | ||
|
faa7e0e7a9 | ||
|
aa3606007a | ||
|
db5974970d | ||
|
ba2539db67 | ||
|
21d0661d79 | ||
|
9f3eb461a9 | ||
|
34b0deba29 | ||
|
d9a93d8dff | ||
|
747776344b | ||
|
f979a79081 | ||
|
367e9840cc | ||
|
ea590c2ed1 | ||
|
d93120257b | ||
|
e763b362d9 | ||
|
e5eb1ca0cb | ||
|
ea2649db5e | ||
|
b53fc9cadc | ||
|
4b35e1b729 | ||
|
40e106db13 | ||
|
3dc0659f66 | ||
|
e652ed2981 | ||
|
28db891aa5 | ||
|
b63ae9b771 | ||
|
27c84ceaac | ||
|
d67ccd03ca | ||
|
96b0f27c51 |
@@ -220,7 +220,7 @@ public class Settings implements ISettings
|
||||
@Override
|
||||
public boolean isNetherEnabled()
|
||||
{
|
||||
return config.getBoolean("nether.enabled", true);
|
||||
return config.getBoolean("nether.enabled", false);
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -362,7 +362,7 @@ public class Settings implements ISettings
|
||||
if (config.getBoolean("nether.use-1to1-ratio", false)) {
|
||||
return 1.0;
|
||||
}
|
||||
return config.getDouble("nether.ratio", 16.0);
|
||||
return config.getDouble("nether.ratio", 8.0);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@@ -79,14 +79,11 @@ 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
|
||||
|
||||
# Nether settings (switch between worlds with "/world nether" and "/world normal")
|
||||
# Sets whether the nether system is enabled, what folder to save the world in, and whether portals should teleport players between worlds.
|
||||
# Nether settings
|
||||
# Sets wether you want to change the default behaviour of the nether portals.
|
||||
nether:
|
||||
enabled: false
|
||||
folder: nether
|
||||
portals-enabled: false
|
||||
generate-exit-portals: false
|
||||
ratio: 16
|
||||
|
||||
# Mob limit on spawnmob
|
||||
spawnmob-limit: 10
|
||||
|
Reference in New Issue
Block a user