mirror of
https://github.com/kaboomserver/server.git
synced 2025-04-12 12:14:23 -04:00
fix: block outgoing transfers
We also allow players to get transferred into kaboom (just in case any servers wish to redirect players here)
This commit is contained in:
parent
9be2f95712
commit
be2d2943a2
2 changed files with 5 additions and 1 deletions
|
@ -153,6 +153,10 @@ aliases:
|
|||
- minecraft:time $1-
|
||||
tp:
|
||||
- minecraft:tp $1-
|
||||
transfer:
|
||||
- []
|
||||
minecraft:transfer:
|
||||
- []
|
||||
w:
|
||||
- minecraft:w $1-
|
||||
weather:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#Minecraft server properties
|
||||
#Wed Jan 29 00:00:00 UTC 2025
|
||||
accepts-transfers=false
|
||||
accepts-transfers=true
|
||||
allow-flight=true
|
||||
allow-nether=true
|
||||
broadcast-console-to-ops=true
|
||||
|
|
Loading…
Add table
Reference in a new issue