Skip to content

Commit

Permalink
chore: update run directory for 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BrycensRanch committed Nov 27, 2024
1 parent 062dd43 commit 5a7e81f
Show file tree
Hide file tree
Showing 25 changed files with 2,312 additions and 1,055 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,14 @@ run/plugins/Towny/settings/lang
run/plugins/Towny/logs/
run/plugins/Towny/data/
run/plugins/Towny/backup/
run/plugins/.paper-remapped
run/crash-reports/
run/world/
run/world_nether/
# Don't save jar files, it introduces potential legal issues
# We download them from the internet later, so it's fine
run/plugins/*.jar
run/plugins/**/*.jar

run/world_the_end/

# never include database files in git
Expand Down
29 changes: 23 additions & 6 deletions run/config/paper-global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@
# Discord: https://discord.gg/papermc
# Website: https://papermc.io/

_version: 28
async-chunks:
threads: -1
_version: 29
block-updates:
disable-chorus-plant-updates: false
disable-mushroom-block-updates: false
disable-noteblock-updates: false
disable-tripwire-updates: false
chunk-loading:
autoconfig-send-distance: true
enable-frustum-priority: false
Expand All @@ -26,6 +29,14 @@ chunk-loading:
player-max-chunk-load-rate: -1.0
player-max-concurrent-loads: 20.0
target-player-chunk-send-rate: 100.0
chunk-loading-advanced:
auto-config-send-distance: true
player-max-concurrent-chunk-generates: 0
player-max-concurrent-chunk-loads: 0
chunk-loading-basic:
player-max-chunk-generate-rate: -1.0
player-max-chunk-load-rate: 100.0
player-max-chunk-send-rate: 75.0
chunk-system:
gen-parallelism: default
io-threads: -1
Expand Down Expand Up @@ -54,8 +65,6 @@ item-validation:
resolve-selectors-in-books: false
logging:
deobfuscate-stacktraces: true
log-player-ip-addresses: true
use-rgb-for-named-text-colors: true
messages:
kick:
authentication-servers-down: <lang:multiplayer.disconnect.authservers_down>
Expand All @@ -69,6 +78,8 @@ misc:
chat-threads:
chat-executor-core-size: -1
chat-executor-max-size: -1
client-interaction-leniency-distance: default
compression-level: default
fix-entity-position-desync: true
lag-compensate-block-breaking: true
load-permissions-yml-before-plugins: true
Expand Down Expand Up @@ -108,6 +119,9 @@ spam-limiter:
recipe-spam-limit: 20
tab-spam-increment: 1
tab-spam-limit: 500
spark:
enable-immediately: false
enabled: true
timings:
enabled: true
hidden-config-entries:
Expand All @@ -123,11 +137,14 @@ timings:
url: https://timings.aikar.co/
verbose: true
unsupported-settings:
allow-grindstone-overstacking: false
allow-headless-pistons: false
allow-permanent-block-break-exploits: false
allow-piston-duplication: false
allow-tripwire-disarming-exploits: false
allow-unsafe-end-portal-teleportation: false
compression-format: ZLIB
perform-username-validation: true
skip-vanilla-damage-tick-when-shield-blocked: false
watchdog:
early-warning-delay: 10000
early-warning-every: 5000
48 changes: 42 additions & 6 deletions run/config/paper-world-defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# Discord: https://discord.gg/papermc
# Website: https://papermc.io/

_version: 30
_version: 31
anticheat:
anti-xray:
enabled: false
Expand Down Expand Up @@ -72,6 +72,9 @@ collisions:
fix-climbing-bypassing-cramming-rule: false
max-entity-collisions: 8
only-players-collide: false
command-blocks:
force-follow-perm-level: true
permissions-level: 2
entities:
armor-stands:
do-collision-entity-lookups: true
Expand Down Expand Up @@ -100,6 +103,7 @@ entities:
skeletons: false
zombies: false
nerf-pigmen-from-nether-portals: false
only-merge-items-horizontally: false
parrots-are-unaffected-by-player-movement: false
phantoms-do-not-spawn-on-creative-players: true
phantoms-only-attack-insomniacs: true
Expand All @@ -118,17 +122,18 @@ entities:
player-insomnia-start-ticks: 72000
should-remove-dragon: false
spawner-nerfed-mobs-should-jump: false
zombie-villager-infection-chance: -1.0
zombie-villager-infection-chance: default
zombies-target-turtle-eggs: true
entities-target-with-follow-range: false
markers:
tick: true
mob-effects:
immune-to-wither-effect:
wither: true
wither-skeleton: true
spiders-immune-to-poison-effect: true
undead-immune-to-certain-effects: true
sniffer:
boosted-hatch-time: default
hatch-time: default
spawning:
all-chunks-are-slime-chunks: false
alt-item-despawn-rate:
Expand All @@ -137,6 +142,7 @@ entities:
cobblestone: 300
count-all-mobs-for-spawning: false
creative-arrow-despawn-rate: default
despawn-range-shape: ELLIPSOID
despawn-ranges:
ambient:
hard: 128
Expand All @@ -162,6 +168,9 @@ entities:
water_creature:
hard: 128
soft: 32
despawn-time:
llama_spit: disabled
snowball: disabled
disable-mob-spawner-spawn-egg-transformation: false
duplicate-uuid:
mode: SAFE_REGEN
Expand All @@ -174,7 +183,7 @@ entities:
- SleepingY
- SleepingZ
iron-golems-can-spawn-in-air: false
monster-spawn-max-light-level: -1
monster-spawn-max-light-level: default
non-player-arrow-despawn-rate: default
per-player-mob-spawns: true
scan-for-legacy-ender-dragon: true
Expand All @@ -193,6 +202,14 @@ entities:
underground_water_creature: -1
water_ambient: -1
water_creature: -1
ticks-per-spawn:
ambient: -1
axolotls: -1
creature: -1
monster: -1
underground_water_creature: -1
water_ambient: -1
water_creature: -1
wandering-trader:
spawn-chance-failure-increment: 25
spawn-chance-max: 75
Expand All @@ -202,6 +219,14 @@ entities:
wateranimal-spawn-height:
maximum: default
minimum: default
tracking-range-y:
animal: default
display: default
enabled: false
misc: default
monster: default
other: default
player: default
environment:
disable-explosion-knockback: false
disable-ice-and-snow: false
Expand All @@ -214,6 +239,9 @@ environment:
min: 20
enabled: true
generate-flat-bedrock: false
locate-structures-outside-world-border: false
max-block-ticks: 65536
max-fluid-ticks: 65536
nether-ceiling-void-damage-height: disabled
optimize-explosions: false
portal-create-radius: 16
Expand All @@ -224,6 +252,8 @@ environment:
find-already-discovered:
loot-tables: default
villager-trade: false
void-damage-amount: 4.0
void-damage-min-build-height-offset: -64.0
water-over-lava-flow-speed: 5
feature-seeds:
generate-random-seeds-for-all: false
Expand All @@ -233,7 +263,6 @@ fishing-time-range:
fixes:
disable-unloaded-chunk-enderpearl-exploit: true
falling-block-height-nerf: disabled
fix-curing-zombie-villager-discount-exploit: true
fix-items-merging-through-walls: false
prevent-tnt-from-moving-in-water: false
remove-corrupt-tile-entities: false
Expand All @@ -250,6 +279,8 @@ lootables:
refresh-min: 12h
reset-seed-on-fill: true
restrict-player-reloot: true
restrict-player-reloot-time: disabled
retain-unlooted-shulker-box-loot-table-on-non-player-break: true
maps:
item-frame-cursor-limit: 128
item-frame-cursor-update-interval: 10
Expand All @@ -260,9 +291,11 @@ max-growth-height:
cactus: 3
reeds: 3
misc:
alternate-current-update-order: HORIZONTAL_FIRST_OUTWARD
disable-end-credits: false
disable-relative-projectile-velocity: false
disable-sprint-interruption-on-attack: false
legacy-ender-pearl-behavior: false
light-queue-size: 20
max-leash-distance: 10.0
redstone-implementation: VANILLA
Expand All @@ -281,10 +314,13 @@ tick-rates:
villager:
validatenearbypoi: -1
container-update: 1
dry-farmland: 1
grass-spread: 1
mob-spawner: 1
sensor:
villager:
secondarypoisensor: 40
wet-farmland: 1
unsupported-settings:
disable-world-ticking-when-empty: false
fix-invulnerable-end-crystal-exploit: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Info:
ID: c96a5850-c2ec-32a3-a768-969cf24122d2
Name: Romvnly
Type: player
Status: normal
CreationDate: 1732575647635
Pin: ''
LastOnline: 1732575647635
Holdings:
Main Server:
world:
c2eadede-4692-45c1-abb3-5207c9fff164:
tne:VIRTUAL_HOLDINGS: '200.0'
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Info:
ID: d8a70112-b126-3164-b0a6-ac91ea054bb3
Name: Server_Account
Type: non-player
Status: normal
CreationDate: 1732570092917
Pin: ''
Owner: d8a70112-b126-3164-b0a6-ac91ea054bb3
Holdings:
Main Server:
world:
c2eadede-4692-45c1-abb3-5207c9fff164:
tne:VIRTUAL_HOLDINGS: '500'
12 changes: 12 additions & 0 deletions run/plugins/TheNewEconomy/bukkit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# The New Economy v0.1.2.0
# Author: creatorfromhell
# License: https://github.com/TheNewEconomy/EconomyCore/blob/main/license.md
Bukkit:

config-version: 1

#The prefix used by the Factions plugin to denote faction UUIDs
Faction: faction-

#Should McMMO rewards that are item currencies be disabled?
McMMORewards: true
Loading

0 comments on commit 5a7e81f

Please sign in to comment.