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