Init backup

This commit is contained in:
bento64 2022-08-04 17:18:15 +07:00
commit ed87937734
304 changed files with 7781 additions and 0 deletions

1
banned-ips.json Normal file
View File

@ -0,0 +1 @@
[]

1
banned-players.json Normal file
View File

@ -0,0 +1 @@
[]

31
bukkit.yml Normal file
View File

@ -0,0 +1,31 @@
settings:
allow-end: true
warn-on-overload: true
permissions-file: permissions.yml
update-folder: update
plugin-profiling: false
connection-throttle: 4000
query-plugins: true
deprecated-verbose: default
shutdown-message: Server closed
minimum-api: none
spawn-limits:
monsters: 70
animals: 10
water-animals: 5
water-ambient: 20
water-underground-creature: 5
axolotls: 5
ambient: 15
chunk-gc:
period-in-ticks: 600
ticks-per:
animal-spawns: 400
monster-spawns: 1
water-spawns: 1
water-ambient-spawns: 1
water-underground-creature-spawns: 1
axolotl-spawns: 1
ambient-spawns: 1
autosave: 6000
aliases: now-in-commands.yml

BIN
cache/mojang_1.18.2.jar vendored Normal file

Binary file not shown.

5
commands.yml Normal file
View File

@ -0,0 +1,5 @@
command-block-overrides: []
ignore-vanilla-permissions: false
aliases:
icanhasbukkit:
- version $1-

BIN
core.jar Normal file

Binary file not shown.

1
eula.txt Normal file
View File

@ -0,0 +1 @@
eula=true

0
help.yml Normal file
View File

1
launch.sh Executable file
View File

@ -0,0 +1 @@
java -Xmx2048M -Xms2048M -jar ./core.jar

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
logs/2022-08-03-1.log.gz Normal file

Binary file not shown.

BIN
logs/2022-08-03-2.log.gz Normal file

Binary file not shown.

BIN
logs/2022-08-04-1.log.gz Normal file

Binary file not shown.

BIN
logs/2022-08-04-2.log.gz Normal file

Binary file not shown.

BIN
logs/2022-08-04-3.log.gz Normal file

Binary file not shown.

BIN
logs/2022-08-04-4.log.gz Normal file

Binary file not shown.

117
logs/latest.log Normal file
View File

@ -0,0 +1,117 @@
[17:08:09] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[17:08:10] [Worker-Main-4/INFO]: Loaded 7 recipes
[17:08:11] [Server thread/INFO]: Starting minecraft server version 1.18.2
[17:08:11] [Server thread/INFO]: Loading properties
[17:08:11] [Server thread/INFO]: This server is running Paper version git-Paper-387 (MC: 1.18.2) (Implementing API version 1.18.2-R0.1-SNAPSHOT) (Git: df630a2 on ver/1.18.2)
[17:08:12] [Server thread/INFO]: Server Ping Player Sample Count: 12
[17:08:12] [Server thread/INFO]: Using 4 threads for Netty based IO
[17:08:12] [Server thread/INFO]: Default game type: SURVIVAL
[17:08:12] [Server thread/INFO]: Generating keypair
[17:08:12] [Server thread/INFO]: Starting Minecraft server on localhost:25565
[17:08:12] [Server thread/INFO]: Using epoll channel type
[17:08:12] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[17:08:12] [Server thread/INFO]: Paper: Using OpenSSL 1.1.x (Linux x86_64) cipher from Velocity.
[17:08:12] [Server thread/INFO]: [PasswordProtect] Loading PasswordProtect v3.1.0
[17:08:12] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v14.2.1
[17:08:12] [Server thread/INFO]: [TAB] Loading TAB v3.1.3
[17:08:12] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[17:08:12] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[17:08:12] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[17:08:12] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[17:08:12] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[17:08:12] [Server thread/INFO]: Preparing level "world"
[17:08:13] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[17:08:13] [Server thread/INFO]: Time elapsed: 159 ms
[17:08:13] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[17:08:13] [Server thread/INFO]: Time elapsed: 127 ms
[17:08:13] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[17:08:13] [Server thread/INFO]: Time elapsed: 59 ms
[17:08:13] [Server thread/INFO]: [PasswordProtect] Enabling PasswordProtect v3.1.0
[17:08:13] [Server thread/WARN]: [PasswordProtect] Failed to copy the default config!
java.nio.file.NoSuchFileException: plugins/PasswordProtect/jails.yml
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) ~[?:?]
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) ~[?:?]
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) ~[?:?]
at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:218) ~[?:?]
at java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:484) ~[?:?]
at java.nio.file.Files.newOutputStream(Files.java:228) ~[?:?]
at de.dustplanet.passwordprotect.utils.PasswordProtectUtilities.copy(PasswordProtectUtilities.java:72) ~[PasswordProtect.jar:?]
at de.dustplanet.passwordprotect.PasswordProtect.onEnable(PasswordProtect.java:81) ~[PasswordProtect.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:541) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServer.java:560) ~[paper-1.18.2.jar:git-Paper-387]
at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServer.java:474) ~[paper-1.18.2.jar:git-Paper-387]
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:665) ~[paper-1.18.2.jar:git-Paper-387]
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:432) ~[paper-1.18.2.jar:git-Paper-387]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:316) ~[paper-1.18.2.jar:git-Paper-387]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1164) ~[paper-1.18.2.jar:git-Paper-387]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[paper-1.18.2.jar:git-Paper-387]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
[17:08:13] [Server thread/ERROR]: Cannot load plugins/PasswordProtect/jails.yml
java.io.FileNotFoundException: plugins/PasswordProtect/jails.yml (No such file or directory)
at java.io.FileInputStream.open0(Native Method) ~[?:?]
at java.io.FileInputStream.open(FileInputStream.java:216) ~[?:?]
at java.io.FileInputStream.<init>(FileInputStream.java:157) ~[?:?]
at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:126) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
at de.dustplanet.passwordprotect.utils.ScalarYamlConfiguration.loadConfiguration(ScalarYamlConfiguration.java:46) ~[PasswordProtect.jar:?]
at de.dustplanet.passwordprotect.PasswordProtect.onEnable(PasswordProtect.java:83) ~[PasswordProtect.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:541) ~[paper-api-1.18.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServer.java:560) ~[paper-1.18.2.jar:git-Paper-387]
at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServer.java:474) ~[paper-1.18.2.jar:git-Paper-387]
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:665) ~[paper-1.18.2.jar:git-Paper-387]
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:432) ~[paper-1.18.2.jar:git-Paper-387]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:316) ~[paper-1.18.2.jar:git-Paper-387]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1164) ~[paper-1.18.2.jar:git-Paper-387]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[paper-1.18.2.jar:git-Paper-387]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
[17:08:13] [Server thread/INFO]: [PasswordProtect] AutoUpdater is enabled and now running.
[17:08:13] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v14.2.1
[17:08:13] [Server thread/INFO]: [SkinsRestorer] Detected Minecraft v1_18_R2, using PaperSkinRefresher.
[17:08:14] [Server thread/INFO]: [SkinsRestorer] [ACF] Enabled Asynchronous Tab Completion Support!
[17:08:14] [Server thread/INFO]: [TAB] Enabling TAB v3.1.3
[17:08:14] [Server thread/INFO]: [TAB] Server version: 1.18.2 (v1_18_R2)
[17:08:14] [Server thread/INFO]: [TAB] Loaded NMS hook in 63ms
[17:08:14] [Server thread/INFO]: [TAB] Enabled in 89ms
[17:08:14] [Server thread/INFO]: Running delayed init tasks
[17:08:14] [Server thread/INFO]: Done (2.655s)! For help, type "help"
[17:08:14] [Server thread/INFO]: Timings Reset
[17:08:14] [Craft Scheduler Thread - 3 - SkinsRestorer/INFO]: [SkinsRestorer] ----------------------------------------------
[17:08:14] [Craft Scheduler Thread - 3 - SkinsRestorer/INFO]: [SkinsRestorer]  +==================+
[17:08:14] [Craft Scheduler Thread - 3 - SkinsRestorer/INFO]: [SkinsRestorer]  | SkinsRestorer |
[17:08:14] [Craft Scheduler Thread - 3 - SkinsRestorer/INFO]: [SkinsRestorer]  |------------------|
[17:08:14] [Craft Scheduler Thread - 3 - SkinsRestorer/INFO]: [SkinsRestorer]  | Standalone Mode |
[17:08:14] [Craft Scheduler Thread - 3 - SkinsRestorer/INFO]: [SkinsRestorer]  +==================+
[17:08:14] [Craft Scheduler Thread - 3 - SkinsRestorer/INFO]: [SkinsRestorer] ----------------------------------------------
[17:08:14] [Craft Scheduler Thread - 3 - SkinsRestorer/INFO]: [SkinsRestorer]  Current version: 14.2.1
[17:08:14] [Craft Scheduler Thread - 3 - SkinsRestorer/INFO]: [SkinsRestorer]  This is the latest version!
[17:08:14] [Craft Scheduler Thread - 3 - SkinsRestorer/INFO]: [SkinsRestorer] ----------------------------------------------
[17:08:14] [Server thread/INFO]: [PasswordProtect] Result from AutoUpdater is: NO_UPDATE
[17:08:37] [User Authenticator #1/INFO]: UUID of player bento64 is fd5e51a3-31c4-3585-880e-6af9a7a22e85
[17:08:37] [Server thread/INFO]: bento64 joined the game
[17:08:37] [Server thread/INFO]: bento64[/127.0.0.1:38520] logged in with entity id 69 at ([world]-3023.847371793117, 69.0, 2039.2394333644481)
[17:08:50] [Server thread/INFO]: bento64 issued server command: /setpassword 61433395
[17:09:23] [Server thread/INFO]: bento64 issued server command: /gamemode creative
[17:09:23] [Server thread/INFO]: [bento64: Set own game mode to Creative Mode]
[17:10:15] [Server thread/INFO]: bento64 issued server command: /setjaillocation 5
[17:10:34] [Server thread/INFO]: bento64 lost connection: Disconnected
[17:10:34] [Server thread/INFO]: bento64 left the game
[17:12:25] [Server thread/INFO]: Stopping server
[17:12:25] [Server thread/INFO]: [TAB] Disabling TAB v3.1.3
[17:12:25] [Server thread/INFO]: [TAB] Disabled in 1ms
[17:12:25] [Server thread/INFO]: [SkinsRestorer] Disabling SkinsRestorer v14.2.1
[17:12:25] [Server thread/INFO]: [PasswordProtect] Disabling PasswordProtect v3.1.0
[17:12:25] [Server thread/INFO]: Saving players
[17:12:25] [Server thread/INFO]: Saving worlds
[17:12:25] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
[17:12:26] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_nether]'/minecraft:the_nether
[17:12:26] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end
[17:12:26] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
[17:12:26] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[17:12:26] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[17:12:26] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
[17:12:28] [Server thread/INFO]: Flushing Chunk IO
[17:12:28] [Server thread/INFO]: Closing Thread Pool
[17:12:28] [Server thread/INFO]: Closing Server

View File

@ -0,0 +1,4 @@
2022-08-03T14:25:33.268217Z INFO agent: Starting UI
2022-08-03T14:25:33.268355Z INFO agent::agent_config: generating claim key to setup playit program
2022-08-03T14:25:33.268369Z INFO agent::agent_config: generated claim url claim_url=https://playit.gg/claim/545cea12c60a08aa9f37d7d50a1ee3c0bf95e8af34547539119649e4099bbe86
2022-08-03T14:25:36.499041Z INFO agent: program closed

8
ops.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"uuid": "fd5e51a3-31c4-3585-880e-6af9a7a22e85",
"name": "bento64",
"level": 4,
"bypassesPlayerLimit": false
}
]

372
paper.yml Normal file
View File

@ -0,0 +1,372 @@
# This is the main configuration file for Paper.
# As you can see, there's tons to configure. Some options may impact gameplay, so use
# with caution, and make sure you know what each option does before configuring.
#
# If you need help with the configuration or have any questions related to Paper,
# join us in our Discord or IRC channel.
#
# Discord: https://discord.gg/papermc
# IRC: #paper @ irc.esper.net ( https://webchat.esper.net/?channels=paper )
# Website: https://papermc.io/
# Docs: https://docs.papermc.io/
verbose: false
messages:
kick:
authentication-servers-down: ''
connection-throttle: Connection throttled! Please wait before reconnecting.
flying-player: Flying is not enabled on this server
flying-vehicle: Flying is not enabled on this server
no-permission: '&cI''m sorry, but you do not have permission to perform this command.
Please contact the server administrators if you believe that this is in error.'
timings:
enabled: true
verbose: true
url: https://timings.aikar.co/
server-name-privacy: false
hidden-config-entries:
- database
- settings.bungeecord-addresses
- settings.velocity-support.secret
history-interval: 300
history-length: 3600
server-name: Unknown Server
config-version: 27
settings:
fix-entity-position-desync: true
use-display-name-in-quit-message: false
load-permissions-yml-before-plugins: true
region-file-cache-size: 256
enable-player-collisions: true
save-empty-scoreboard-teams: false
bungee-online-mode: true
incoming-packet-spam-threshold: 300
use-alternative-luck-formula: false
velocity-support:
enabled: false
online-mode: false
secret: ''
console-has-all-permissions: false
player-auto-save-rate: -1
max-player-auto-save-per-tick: -1
fix-target-selector-tag-completion: true
lag-compensate-block-breaking: true
send-full-pos-for-hard-colliding-entities: true
time-command-affects-all-worlds: false
max-joins-per-tick: 3
track-plugin-scoreboards: false
use-dimension-type-for-custom-spawners: false
proxy-protocol: false
resolve-selectors-in-books: false
log-player-ip-addresses: true
console:
enable-brigadier-highlighting: true
enable-brigadier-completions: true
suggest-player-names-when-null-tab-completions: true
watchdog:
early-warning-every: 5000
early-warning-delay: 10000
spam-limiter:
tab-spam-increment: 1
tab-spam-limit: 500
recipe-spam-increment: 1
recipe-spam-limit: 20
book-size:
page-max: 2560
total-multiplier: 0.98
loggers:
deobfuscate-stacktraces: true
use-rgb-for-named-text-colors: true
item-validation:
display-name: 8192
loc-name: 8192
lore-line: 8192
book:
title: 8192
author: 8192
page: 16384
chunk-loading:
min-load-radius: 2
max-concurrent-sends: 2
autoconfig-send-distance: true
target-player-chunk-send-rate: 100.0
global-max-chunk-send-rate: -1.0
enable-frustum-priority: false
global-max-chunk-load-rate: -1.0
player-max-concurrent-loads: 20.0
global-max-concurrent-loads: 500.0
player-max-chunk-load-rate: -1.0
async-chunks:
threads: -1
unsupported-settings:
allow-permanent-block-break-exploits: false
allow-piston-duplication: false
perform-username-validation: true
allow-headless-pistons: false
allow-permanent-block-break-exploits-readme: This setting controls if players
should be able to break bedrock, end portals and other intended to be permanent
blocks.
allow-piston-duplication-readme: This setting controls if player should be able
to use TNT duplication, but this also allows duplicating carpet, rails and potentially
other items
allow-headless-pistons-readme: This setting controls if players should be able
to create headless pistons.
packet-limiter:
kick-message: '&cSent too many packets'
limits:
all:
interval: 7.0
max-packet-rate: 500.0
PacketPlayInAutoRecipe:
interval: 4.0
max-packet-rate: 5.0
action: DROP
world-settings:
default:
disable-teleportation-suffocation-check: false
delay-chunk-unloads-by: 10s
piglins-guard-chests: true
should-remove-dragon: false
max-auto-save-chunks-per-tick: 24
baby-zombie-movement-modifier: 0.5
optimize-explosions: false
use-vanilla-world-scoreboard-name-coloring: false
game-mechanics:
scan-for-legacy-ender-dragon: true
fix-curing-zombie-villager-discount-exploit: true
disable-pillager-patrols: false
pillager-patrols:
spawn-chance: 0.2
spawn-delay:
per-player: false
ticks: 12000
start:
per-player: false
day: 5
disable-end-credits: false
disable-player-crits: false
disable-sprint-interruption-on-attack: false
shield-blocking-delay: 5
disable-chest-cat-detection: false
nerf-pigmen-from-nether-portals: false
disable-unloaded-chunk-enderpearl-exploit: true
disable-relative-projectile-velocity: false
disable-mob-spawner-spawn-egg-transformation: false
prevent-moving-into-unloaded-chunks: false
count-all-mobs-for-spawning: false
spawn-limits:
monster: -1
creature: -1
ambient: -1
axolotls: -1
underground_water_creature: -1
water_creature: -1
water_ambient: -1
experience-merge-max-value: -1
allow-using-signs-inside-spawn-protection: false
wandering-trader:
spawn-minute-length: 1200
spawn-day-length: 24000
spawn-chance-failure-increment: 25
spawn-chance-min: 25
spawn-chance-max: 75
door-breaking-difficulty:
zombie:
- HARD
zombie_villager:
- HARD
husk:
- HARD
zombified_piglin:
- HARD
vindicator:
- NORMAL
- HARD
max-growth-height:
cactus: 3
reeds: 3
bamboo:
max: 16
min: 11
despawn-ranges:
monster:
soft: 32
hard: 128
creature:
soft: 32
hard: 128
ambient:
soft: 32
hard: 128
axolotls:
soft: 32
hard: 128
underground_water_creature:
soft: 32
hard: 128
water_creature:
soft: 32
hard: 128
water_ambient:
soft: 32
hard: 64
misc:
soft: 32
hard: 128
falling-block-height-nerf: 0
tnt-entity-height-nerf: 0
slime-spawn-height:
swamp-biome:
maximum: 70.0
minimum: 50.0
slime-chunk:
maximum: 40.0
frosted-ice:
enabled: true
delay:
min: 20
max: 40
lootables:
auto-replenish: false
restrict-player-reloot: true
reset-seed-on-fill: true
max-refills: -1
refresh-min: 12h
refresh-max: 2d
filter-nbt-data-from-spawn-eggs-and-related: true
enable-treasure-maps: true
treasure-maps-find-already-discovered:
villager-trade: false
loot-tables: default
max-entity-collisions: 8
disable-creeper-lingering-effect: false
duplicate-uuid-resolver: saferegen
duplicate-uuid-saferegen-delete-range: 32
hopper:
cooldown-when-full: true
disable-move-event: false
ignore-occluding-blocks: false
mob-effects:
undead-immune-to-certain-effects: true
spiders-immune-to-poison-effect: true
immune-to-wither-effect:
wither: true
wither-skeleton: true
update-pathfinding-on-block-update: true
phantoms-do-not-spawn-on-creative-players: true
phantoms-only-attack-insomniacs: true
mobs-can-always-pick-up-loot:
zombies: false
skeletons: false
map-item-frame-cursor-update-interval: 10
allow-player-cramming-damage: false
anticheat:
obfuscation:
items:
hide-itemmeta: false
hide-durability: false
monster-spawn-max-light-level: -1
map-item-frame-cursor-limit: 128
light-queue-size: 20
auto-save-interval: -1
armor-stands-do-collision-entity-lookups: true
container-update-tick-rate: 1
anti-xray:
enabled: false
engine-mode: 1
max-block-height: 64
update-radius: 2
lava-obscures: false
use-permission: false
hidden-blocks:
- copper_ore
- deepslate_copper_ore
- gold_ore
- deepslate_gold_ore
- iron_ore
- deepslate_iron_ore
- coal_ore
- deepslate_coal_ore
- lapis_ore
- deepslate_lapis_ore
- mossy_cobblestone
- obsidian
- chest
- diamond_ore
- deepslate_diamond_ore
- redstone_ore
- deepslate_redstone_ore
- clay
- emerald_ore
- deepslate_emerald_ore
- ender_chest
replacement-blocks:
- stone
- oak_planks
- deepslate
keep-spawn-loaded: true
disable-thunder: false
skeleton-horse-thunder-spawn-chance: 0.01
disable-ice-and-snow: false
keep-spawn-loaded-range: 10
nether-ceiling-void-damage-height: 0
only-players-collide: false
allow-vehicle-collisions: true
allow-non-player-entities-on-scoreboards: false
portal-search-radius: 128
portal-create-radius: 16
portal-search-vanilla-dimension-scaling: true
fix-items-merging-through-walls: false
parrots-are-unaffected-by-player-movement: false
disable-explosion-knockback: false
fix-climbing-bypassing-cramming-rule: false
water-over-lava-flow-speed: 5
grass-spread-tick-rate: 1
redstone-implementation: vanilla
fixed-chunk-inhabited-time: -1
prevent-tnt-from-moving-in-water: false
iron-golems-can-spawn-in-air: false
max-leash-distance: 10.0
show-sign-click-command-failure-msgs-to-player: false
armor-stands-tick: true
non-player-arrow-despawn-rate: -1
creative-arrow-despawn-rate: -1
spawner-nerfed-mobs-should-jump: false
entities-target-with-follow-range: false
wateranimal-spawn-height:
maximum: default
minimum: default
zombies-target-turtle-eggs: true
zombie-villager-infection-chance: -1.0
unsupported-settings:
fix-invulnerable-end-crystal-exploit: true
all-chunks-are-slime-chunks: false
mob-spawner-tick-rate: 1
per-player-mob-spawns: true
generator-settings:
flat-bedrock: false
split-overstacked-loot: true
ender-dragons-death-always-places-dragon-egg: false
fishing-time-range:
MinimumTicks: 100
MaximumTicks: 600
entity-per-chunk-save-limit:
experience_orb: -1
snowball: -1
ender_pearl: -1
arrow: -1
fireball: -1
small_fireball: -1
tick-rates:
sensor:
villager:
secondarypoisensor: 40
behavior:
villager:
validatenearbypoi: -1
feature-seeds:
generate-random-seeds-for-all: false
alt-item-despawn-rate:
enabled: false
items:
cobblestone: 300

0
permissions.yml Normal file
View File

3
playit.toml Normal file
View File

@ -0,0 +1,3 @@
refresh_from_api = true
secret_key = "put-secret-here"
mappings = []

BIN
plugins/PasswordProtect.jar Normal file

Binary file not shown.

View File

@ -0,0 +1,40 @@
# For help please refer to https://dev.bukkit.org/projects/passwordprotect
# For help please refer to https://dev.bukkit.org/projects/passwordprotect
hash: SHA-512
opsRequirePassword: true
disableJailArea: false
cleanPassword: false
password: ff8bd17df3078877cc396b85e7cbfd5925f67dad36868eadc4ca5d552ba89b2b0bc14211f82f31a124c1cb9ddf94e8d040a12e04a83135a235f7a3a6b6814d92
passwordClean: ''
autoUpdater: true
prevent:
movement: true
interaction: true
interactionMobs: true
itemPickup: true
itemDrop: true
portal: true
blockPlace: true
blockBreak: true
triggering: true
attacks: true
damage: true
chat: true
deathDrops: true
flying: true
wrongAttempts:
kick: 3
ban: 5
banIP: true
broadcast:
kick: true
ban: true
darkness: true
slowness: true
allowedCommands:
- help
- rules
- motd
teleportBack: true
loginMessage: true

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More