disabled nether in server.properties and end in bukkit.yml
This commit is contained in:
parent
cddab7bca4
commit
84bda15088
@ -1,5 +1,5 @@
|
|||||||
settings:
|
settings:
|
||||||
allow-end: true
|
allow-end: false
|
||||||
warn-on-overload: true
|
warn-on-overload: true
|
||||||
permissions-file: permissions.yml
|
permissions-file: permissions.yml
|
||||||
update-folder: update
|
update-folder: update
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#Sun Jun 01 22:12:23 EEST 2025
|
#Sun Jun 01 22:12:23 EEST 2025
|
||||||
accepts-transfers=false
|
accepts-transfers=false
|
||||||
allow-flight=false
|
allow-flight=false
|
||||||
allow-nether=true
|
allow-nether=false
|
||||||
broadcast-console-to-ops=true
|
broadcast-console-to-ops=true
|
||||||
broadcast-rcon-to-ops=true
|
broadcast-rcon-to-ops=true
|
||||||
bug-report-link=
|
bug-report-link=
|
||||||
|
Loading…
Reference in New Issue
Block a user