Push latest files
This commit is contained in:
parent
41933676f6
commit
9042649e5a
15 changed files with 29 additions and 36 deletions
|
@ -77,6 +77,8 @@ op:
|
|||
worldedit.navigation.thru.command: true
|
||||
worldedit.navigation.jumpto.command: true
|
||||
worldedit.navigation.up: true
|
||||
worldedit.nbtinfo: true
|
||||
worldedit.regen: true
|
||||
worldedit.region.hollow: true
|
||||
worldedit.region.line: true
|
||||
worldedit.region.curve: true
|
||||
|
@ -173,6 +175,8 @@ op:
|
|||
worldedit.tool.flood-fill: true
|
||||
worldedit.tool.inspect: true
|
||||
worldedit.light.fix: true
|
||||
worldedit.light.remove: true
|
||||
worldedit.light.set: true
|
||||
worldedit.fill.recursive: true
|
||||
worldedit.scripting.execute: true
|
||||
worldedit.drain: true
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,30 +0,0 @@
|
|||
EventsLogger:
|
||||
enabled: true
|
||||
hierarchy: true
|
||||
log:
|
||||
- Event
|
||||
- PlayerStatisticIncrementEvent:100
|
||||
- PlayerMoveEvent:20
|
||||
- -VehicleEvent
|
||||
- -EntityAirChangeEvent
|
||||
- -ItemSpawnEvent
|
||||
- -BlockEvent
|
||||
PacketsLogger:
|
||||
enabled: false
|
||||
log:
|
||||
- Handshake
|
||||
- Status
|
||||
- Login
|
||||
- Play
|
||||
- Play.Client.POSITION:20
|
||||
- -Play.Client.LOOK
|
||||
- -Play.Server.MAP_CHUNK
|
||||
- -Play.Server.UPDATE_TIME
|
||||
- -Play.Server.ENTITY_HEAD_ROTATION
|
||||
- -Play.Server.ENTITY_VELOCITY
|
||||
- -Play.Server.ENTITY_TELEPORT
|
||||
- -Play.Server.ENTITY_METADATA
|
||||
- -Play.Server.ENTITY_LOOK
|
||||
- -Play.Server.ENTITY_STATUS
|
||||
- -Play.Server.REL_ENTITY_MOVE
|
||||
- -Play.Server.REL_ENTITY_MOVE_LOOK
|
Binary file not shown.
|
@ -50,13 +50,13 @@ lighting:
|
|||
# Generic tick limiter (not necessarily WorldEdit related, but useful to stop abuse)
|
||||
tick-limiter:
|
||||
# Enable the limiter
|
||||
enabled: false
|
||||
enabled: true
|
||||
# The interval in ticks
|
||||
interval: 20
|
||||
# Max falling blocks per interval (per chunk)
|
||||
falling: 10
|
||||
# Max physics per interval (excluding redstone)
|
||||
physics-ms: 90
|
||||
physics-ms: 10
|
||||
# Max item spawns per interval (per chunk)
|
||||
items: 20
|
||||
# Whether fireworks can load chunks
|
||||
|
|
BIN
plugins/Geyser-Bukkit.jar
Normal file
BIN
plugins/Geyser-Bukkit.jar
Normal file
Binary file not shown.
19
plugins/Geyser-Bukkit/config.yml
Normal file
19
plugins/Geyser-Bukkit/config.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
# --------------------------------
|
||||
# Geyser Configuration File
|
||||
bedrock:
|
||||
address: 0.0.0.0
|
||||
port: 19132
|
||||
motd1: "§7§lKaboom > §rFree OP - Anarchy"
|
||||
remote:
|
||||
address: 127.0.0.1
|
||||
port: 25565
|
||||
auth-type: offline
|
||||
floodgate-key-file: public-key.pem
|
||||
ping-passthrough: false
|
||||
max-players: 10000
|
||||
debug-mode: false
|
||||
general-thread-pool: 32
|
||||
allow-third-party-capes: true
|
||||
metrics:
|
||||
enabled: false
|
||||
uuid:
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
server.jar
BIN
server.jar
Binary file not shown.
|
@ -6,7 +6,7 @@ broadcast-rcon-to-ops=true
|
|||
debug=false
|
||||
difficulty=1
|
||||
enable-command-block=true
|
||||
enable-query=false
|
||||
enable-query=true
|
||||
enable-rcon=false
|
||||
enforce-whitelist=false
|
||||
force-gamemode=false
|
||||
|
@ -27,7 +27,7 @@ op-permission-level=4
|
|||
player-idle-timeout=0
|
||||
prevent-proxy-connections=false
|
||||
pvp=true
|
||||
query.port=
|
||||
query.port=25565
|
||||
rcon.password=
|
||||
rcon.port=
|
||||
resource-pack=
|
||||
|
|
|
@ -36,8 +36,8 @@ messages:
|
|||
whitelist: The server is temporarily down for maintenance. Please try again later!
|
||||
unknown-command: Unknown command. Type "/help" for help.
|
||||
server-full: The server is temporarily down for maintenance. Please try again later!
|
||||
outdated-client: Your client is outdated. Please join with Minecraft version 1.15.1!
|
||||
outdated-server: The server is outdated. Please join with Minecraft version 1.15.1!
|
||||
outdated-client: Your client is outdated. Please join with Minecraft version 1.15.2!
|
||||
outdated-server: The server is outdated. Please join with Minecraft version 1.15.2!
|
||||
restart: The server is restarting. Please wait...
|
||||
commands:
|
||||
spam-exclusions:
|
||||
|
|
Loading…
Reference in a new issue