Changed hosts and switched to Purpur
This commit is contained in:
parent
1cd3cd4626
commit
5ebf564751
7 changed files with 985 additions and 4 deletions
53
Server/airplane.air
Normal file
53
Server/airplane.air
Normal file
|
@ -0,0 +1,53 @@
|
||||||
|
# Airplane Configuration
|
||||||
|
# Read https://blog.airplane.gg/ to find out more about Airplane
|
||||||
|
# Join our Discord to receive support & optimization help: https://discord.gg/3gtc45q
|
||||||
|
[info]
|
||||||
|
version = "1.0"
|
||||||
|
|
||||||
|
# Configures Flare, the built-in profiler
|
||||||
|
[flare]
|
||||||
|
# Sets the server to use for profiles.
|
||||||
|
url = "https://flare.airplane.gg"
|
||||||
|
|
||||||
|
# Optimizes how entities act when
|
||||||
|
# they're far away from the player
|
||||||
|
[activation-range]
|
||||||
|
# This value determines how far away an entity has to be
|
||||||
|
# from the player to start being effected by DEAR.
|
||||||
|
start-distance = 12
|
||||||
|
# This value defines how often in ticks, the furthest entity
|
||||||
|
# will get their pathfinders and behaviors ticked. 20 = 1s
|
||||||
|
max-tick-freq = 20
|
||||||
|
# This value defines how much distance modifies an entity's
|
||||||
|
# tick frequency. freq = (distanceToPlayer^2) / (2^value)
|
||||||
|
# If you want further away entities to tick less often, use 7.
|
||||||
|
# If you want further away entities to tick more often, try 9.
|
||||||
|
activation-dist-mod = 8
|
||||||
|
|
||||||
|
# A list of entities to use the dynamic activation range
|
||||||
|
# to modify how often their behaviors are ticked
|
||||||
|
[behavior-activation]
|
||||||
|
villager = true
|
||||||
|
piglin = true
|
||||||
|
hoglin = true
|
||||||
|
|
||||||
|
# Options for connecting to Airplane's online utilities
|
||||||
|
[web-services]
|
||||||
|
token = ""
|
||||||
|
|
||||||
|
# Settings for things that don't belong elsewhere
|
||||||
|
[misc]
|
||||||
|
disable-method-profiler = true
|
||||||
|
|
||||||
|
# Options to improve the performance of the entity tracker
|
||||||
|
[tracker]
|
||||||
|
# This enables the multithreading of the tracker.
|
||||||
|
multithreaded = false
|
||||||
|
# This option can break plugins that assume packets from the
|
||||||
|
# entity tracker will be sent sync.
|
||||||
|
unsafe-async-packets = false
|
||||||
|
|
||||||
|
# Configures settings for generic entities
|
||||||
|
[entities]
|
||||||
|
despawn-check-freq = 8
|
||||||
|
|
0
Server/bukkit.yml
Normal file → Executable file
0
Server/bukkit.yml
Normal file → Executable file
14
Server/paper.yml
Normal file → Executable file
14
Server/paper.yml
Normal file → Executable file
|
@ -10,6 +10,7 @@
|
||||||
# Website: https://papermc.io/
|
# Website: https://papermc.io/
|
||||||
# Docs: https://paper.readthedocs.org/
|
# Docs: https://paper.readthedocs.org/
|
||||||
|
|
||||||
|
use-display-name-in-quit-message: false
|
||||||
verbose: false
|
verbose: false
|
||||||
config-version: 20
|
config-version: 20
|
||||||
settings:
|
settings:
|
||||||
|
@ -60,6 +61,9 @@ settings:
|
||||||
other items
|
other items
|
||||||
allow-headless-pistons-readme: This setting controls if players should be able
|
allow-headless-pistons-readme: This setting controls if players should be able
|
||||||
to create headless pistons.
|
to create headless pistons.
|
||||||
|
console:
|
||||||
|
enable-brigadier-highlighting: true
|
||||||
|
enable-brigadier-completions: true
|
||||||
messages:
|
messages:
|
||||||
no-permission: '&cI''m sorry, but you do not have permission to perform this command.
|
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.'
|
Please contact the server administrators if you believe that this is in error.'
|
||||||
|
@ -76,11 +80,21 @@ timings:
|
||||||
- database
|
- database
|
||||||
- settings.bungeecord-addresses
|
- settings.bungeecord-addresses
|
||||||
- settings.velocity-support.secret
|
- settings.velocity-support.secret
|
||||||
|
- settings.seed
|
||||||
|
- settings.seed.dungeon
|
||||||
|
- settings.seed.end-spike
|
||||||
|
- server-ip
|
||||||
|
- worldgen.seeds.populator
|
||||||
history-interval: 300
|
history-interval: 300
|
||||||
history-length: 3600
|
history-length: 3600
|
||||||
server-name: Unknown Server
|
server-name: Unknown Server
|
||||||
world-settings:
|
world-settings:
|
||||||
default:
|
default:
|
||||||
|
allow-using-signs-inside-spawn-protection: false
|
||||||
|
piglins-guard-chests: true
|
||||||
|
ender-dragons-death-always-places-dragon-egg: false
|
||||||
|
update-pathfinding-on-block-update: true
|
||||||
|
fix-wither-targeting-bug: false
|
||||||
only-players-collide: false
|
only-players-collide: false
|
||||||
allow-vehicle-collisions: true
|
allow-vehicle-collisions: true
|
||||||
portal-search-vanilla-dimension-scaling: true
|
portal-search-vanilla-dimension-scaling: true
|
||||||
|
|
869
Server/purpur.yml
Normal file
869
Server/purpur.yml
Normal file
|
@ -0,0 +1,869 @@
|
||||||
|
# This is the main configuration file for Purpur.
|
||||||
|
# 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 Purpur,
|
||||||
|
# join us in our Discord guild.
|
||||||
|
#
|
||||||
|
# Website: https://github.com/pl3xgaming/Purpur
|
||||||
|
# Wiki: https://github.com/pl3xgaming/Purpur/wiki
|
||||||
|
|
||||||
|
verbose: false
|
||||||
|
config-version: 12
|
||||||
|
settings:
|
||||||
|
tps-catchup: true
|
||||||
|
server-mod-name: Purpur
|
||||||
|
use-alternate-keepalive: false
|
||||||
|
disable-give-dropping: false
|
||||||
|
dont-send-useless-entity-packets: false
|
||||||
|
lagging-threshold: 19.0
|
||||||
|
allow-water-placement-in-the-end: true
|
||||||
|
messages:
|
||||||
|
afk-broadcast-away: §e§o%s is now AFK
|
||||||
|
afk-broadcast-back: §e§o%s is no longer AFK
|
||||||
|
afk-tab-list-prefix: '[AFK] '
|
||||||
|
afk-tab-list-suffix: ''
|
||||||
|
demo-command-output: §a%s has been shown the demo screen
|
||||||
|
ping-command-output: §a%s's ping is %sms
|
||||||
|
cannot-ride-mob: §cYou cannot mount that mob
|
||||||
|
seed:
|
||||||
|
dungeon: -1
|
||||||
|
end-spike: -1
|
||||||
|
timings:
|
||||||
|
url: https://timings.pl3x.net
|
||||||
|
blocks:
|
||||||
|
disable-mushroom-updates: false
|
||||||
|
disable-note-block-updates: false
|
||||||
|
barrel:
|
||||||
|
six-rows: false
|
||||||
|
ender_chest:
|
||||||
|
six-rows: false
|
||||||
|
use-permissions-for-rows: false
|
||||||
|
crying_obsidian:
|
||||||
|
valid-for-portal-frame: false
|
||||||
|
beehive:
|
||||||
|
max-bees-inside: 3
|
||||||
|
enchantment:
|
||||||
|
allow-infinity-and-mending-together: false
|
||||||
|
allow-infinity-on-crossbow: false
|
||||||
|
allow-unsafe-enchants: false
|
||||||
|
entity:
|
||||||
|
enderman:
|
||||||
|
short-height: false
|
||||||
|
logger:
|
||||||
|
suppress-init-legacy-material-errors: false
|
||||||
|
suppress-ignored-advancement-warnings: false
|
||||||
|
world-settings:
|
||||||
|
default:
|
||||||
|
mobs:
|
||||||
|
pillager:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
bypass-mob-griefing: false
|
||||||
|
attributes:
|
||||||
|
max_health: 24.0
|
||||||
|
phantom:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
ridable-max-y: 256.0
|
||||||
|
attacked-by-crystal-range: 0.0
|
||||||
|
attacked-by-crystal-damage: 1.0
|
||||||
|
orbit-crystal-radius: 0.0
|
||||||
|
burn-in-light: 0
|
||||||
|
burn-in-daylight: true
|
||||||
|
ignore-players-with-torch: false
|
||||||
|
allow-griefing: false
|
||||||
|
flames-on-swoop: false
|
||||||
|
flames:
|
||||||
|
damage: 1.0
|
||||||
|
fire-time: 8
|
||||||
|
spawn:
|
||||||
|
min-sky-darkness: 5
|
||||||
|
only-above-sea-level: true
|
||||||
|
only-with-visible-sky: true
|
||||||
|
local-difficulty-chance: 3.0
|
||||||
|
min-time-since-slept: 72000
|
||||||
|
delay:
|
||||||
|
min: 1200
|
||||||
|
max: 2400
|
||||||
|
overhead:
|
||||||
|
min: 20
|
||||||
|
max: 35
|
||||||
|
radius: 10
|
||||||
|
per-attempt:
|
||||||
|
min: 1
|
||||||
|
max: -1
|
||||||
|
attributes:
|
||||||
|
max_health: 20.0
|
||||||
|
wither:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
ridable-max-y: 256.0
|
||||||
|
bypass-mob-griefing: false
|
||||||
|
health-regen-amount: 1.0
|
||||||
|
health-regen-delay: 20
|
||||||
|
can-ride-vehicles: false
|
||||||
|
explosion-radius: 1.0
|
||||||
|
attributes:
|
||||||
|
max_health: 300.0
|
||||||
|
bat:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
ridable-max-y: 256.0
|
||||||
|
attributes:
|
||||||
|
max_health: 6.0
|
||||||
|
bee:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
ridable-max-y: 256.0
|
||||||
|
breeding-delay-ticks: 6000
|
||||||
|
attributes:
|
||||||
|
max_health: 10.0
|
||||||
|
blaze:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
ridable-max-y: 256.0
|
||||||
|
takes-damage-from-water: true
|
||||||
|
attributes:
|
||||||
|
max_health: 20.0
|
||||||
|
cat:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
spawn-delay: 1200
|
||||||
|
breeding-delay-ticks: 6000
|
||||||
|
scan-range-for-other-cats:
|
||||||
|
swamp-hut: 16
|
||||||
|
village: 48
|
||||||
|
attributes:
|
||||||
|
max_health: 10.0
|
||||||
|
cave_spider:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
attributes:
|
||||||
|
max_health: 12.0
|
||||||
|
chicken:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
retaliate: false
|
||||||
|
breeding-delay-ticks: 6000
|
||||||
|
attributes:
|
||||||
|
max_health: 4.0
|
||||||
|
cod:
|
||||||
|
ridable: false
|
||||||
|
attributes:
|
||||||
|
max_health: 3.0
|
||||||
|
cow:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
feed-mushrooms-for-mooshroom: 0
|
||||||
|
breeding-delay-ticks: 6000
|
||||||
|
attributes:
|
||||||
|
max_health: 10.0
|
||||||
|
creeper:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
explode-when-killed: false
|
||||||
|
allow-griefing: true
|
||||||
|
naturally-charged-chance: 0.0
|
||||||
|
attributes:
|
||||||
|
max_health: 20.0
|
||||||
|
dolphin:
|
||||||
|
ridable: false
|
||||||
|
disable-treasure-searching: false
|
||||||
|
spit:
|
||||||
|
cooldown: 20
|
||||||
|
speed: 1.0
|
||||||
|
damage: 2.0
|
||||||
|
attributes:
|
||||||
|
max_health: 10.0
|
||||||
|
donkey:
|
||||||
|
ridable-in-water: false
|
||||||
|
breeding-delay-ticks: 6000
|
||||||
|
attributes:
|
||||||
|
max_health:
|
||||||
|
min: 15.0
|
||||||
|
max: 30.0
|
||||||
|
jump_strength:
|
||||||
|
min: 0.5
|
||||||
|
max: 0.5
|
||||||
|
movement_speed:
|
||||||
|
min: 0.175
|
||||||
|
max: 0.175
|
||||||
|
drowned:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
jockey:
|
||||||
|
only-babies: true
|
||||||
|
chance: 0.05
|
||||||
|
try-existing-chickens: true
|
||||||
|
attributes:
|
||||||
|
max_health: 20.0
|
||||||
|
spawn_reinforcements: 0.1
|
||||||
|
elder_guardian:
|
||||||
|
ridable: false
|
||||||
|
attributes:
|
||||||
|
max_health: 80.0
|
||||||
|
ender_dragon:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
ridable-max-y: 256.0
|
||||||
|
always-drop-full-exp: false
|
||||||
|
bypass-mob-griefing: false
|
||||||
|
can-ride-vehicles: false
|
||||||
|
attributes:
|
||||||
|
max_health: 200.0
|
||||||
|
enderman:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
allow-griefing: true
|
||||||
|
bypass-mob-griefing: false
|
||||||
|
can-despawn-with-held-block: false
|
||||||
|
takes-damage-from-water: true
|
||||||
|
aggressive-towards-spawned-endermites: false
|
||||||
|
ignore-players-wearing-dragon-head: false
|
||||||
|
disable-player-stare-aggression: false
|
||||||
|
attributes:
|
||||||
|
max_health: 40.0
|
||||||
|
endermite:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
attributes:
|
||||||
|
max_health: 8.0
|
||||||
|
evoker:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
bypass-mob-griefing: false
|
||||||
|
attributes:
|
||||||
|
max_health: 24.0
|
||||||
|
fox:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
bypass-mob-griefing: false
|
||||||
|
tulips-change-type: false
|
||||||
|
breeding-delay-ticks: 6000
|
||||||
|
attributes:
|
||||||
|
max_health: 10.0
|
||||||
|
ghast:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
ridable-max-y: 256.0
|
||||||
|
allow-griefing: true
|
||||||
|
attributes:
|
||||||
|
max_health: 10.0
|
||||||
|
giant:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
step-height: 2.0
|
||||||
|
jump-height: 1.0
|
||||||
|
movement-speed: 0.5
|
||||||
|
attack-damage: 50.0
|
||||||
|
have-ai: false
|
||||||
|
have-hostile-ai: false
|
||||||
|
attributes:
|
||||||
|
max_health: 100.0
|
||||||
|
guardian:
|
||||||
|
ridable: false
|
||||||
|
attributes:
|
||||||
|
max_health: 30.0
|
||||||
|
hoglin:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
breeding-delay-ticks: 6000
|
||||||
|
attributes:
|
||||||
|
max_health: 40.0
|
||||||
|
horse:
|
||||||
|
ridable-in-water: false
|
||||||
|
breeding-delay-ticks: 6000
|
||||||
|
attributes:
|
||||||
|
max_health:
|
||||||
|
min: 15.0
|
||||||
|
max: 30.0
|
||||||
|
jump_strength:
|
||||||
|
min: 0.4
|
||||||
|
max: 1.0
|
||||||
|
movement_speed:
|
||||||
|
min: 0.1125
|
||||||
|
max: 0.3375
|
||||||
|
husk:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
jockey:
|
||||||
|
only-babies: true
|
||||||
|
chance: 0.05
|
||||||
|
try-existing-chickens: true
|
||||||
|
attributes:
|
||||||
|
max_health: 20.0
|
||||||
|
spawn_reinforcements: 0.1
|
||||||
|
illusioner:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
movement-speed: 0.5
|
||||||
|
follow-range: 18.0
|
||||||
|
attributes:
|
||||||
|
max_health: 32.0
|
||||||
|
iron_golem:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
can-swim: false
|
||||||
|
attributes:
|
||||||
|
max_health: 100.0
|
||||||
|
llama:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
join-caravans: true
|
||||||
|
breeding-delay-ticks: 6000
|
||||||
|
attributes:
|
||||||
|
max_health:
|
||||||
|
min: 15.0
|
||||||
|
max: 30.0
|
||||||
|
jump_strength:
|
||||||
|
min: 0.5
|
||||||
|
max: 0.5
|
||||||
|
movement_speed:
|
||||||
|
min: 0.175
|
||||||
|
max: 0.175
|
||||||
|
trader_llama:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
attributes:
|
||||||
|
max_health:
|
||||||
|
min: 15.0
|
||||||
|
max: 30.0
|
||||||
|
jump_strength:
|
||||||
|
min: 0.5
|
||||||
|
max: 0.5
|
||||||
|
movement_speed:
|
||||||
|
min: 0.175
|
||||||
|
max: 0.175
|
||||||
|
magma_cube:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
attributes:
|
||||||
|
max_health: size * size
|
||||||
|
mooshroom:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
breeding-delay-ticks: 6000
|
||||||
|
attributes:
|
||||||
|
max_health: 10.0
|
||||||
|
mule:
|
||||||
|
ridable-in-water: false
|
||||||
|
breeding-delay-ticks: 6000
|
||||||
|
attributes:
|
||||||
|
max_health:
|
||||||
|
min: 15.0
|
||||||
|
max: 30.0
|
||||||
|
jump_strength:
|
||||||
|
min: 0.5
|
||||||
|
max: 0.5
|
||||||
|
movement_speed:
|
||||||
|
min: 0.175
|
||||||
|
max: 0.175
|
||||||
|
ocelot:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
breeding-delay-ticks: 6000
|
||||||
|
attributes:
|
||||||
|
max_health: 10.0
|
||||||
|
panda:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
breeding-delay-ticks: 6000
|
||||||
|
attributes:
|
||||||
|
max_health: 20.0
|
||||||
|
parrot:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
ridable-max-y: 256.0
|
||||||
|
attributes:
|
||||||
|
max_health: 6.0
|
||||||
|
pig:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
give-saddle-back: false
|
||||||
|
breeding-delay-ticks: 6000
|
||||||
|
attributes:
|
||||||
|
max_health: 10.0
|
||||||
|
piglin:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
portal-spawn-modifier: 2000
|
||||||
|
attributes:
|
||||||
|
max_health: 16.0
|
||||||
|
piglin_brute:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
attributes:
|
||||||
|
max_health: 50.0
|
||||||
|
polar_bear:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
breedable-item: ''
|
||||||
|
breeding-delay-ticks: 6000
|
||||||
|
attributes:
|
||||||
|
max_health: 30.0
|
||||||
|
pufferfish:
|
||||||
|
ridable: false
|
||||||
|
attributes:
|
||||||
|
max_health: 3.0
|
||||||
|
rabbit:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
bypass-mob-griefing: false
|
||||||
|
spawn-toast-chance: 0.0
|
||||||
|
spawn-killer-rabbit-chance: 0.0
|
||||||
|
breeding-delay-ticks: 6000
|
||||||
|
attributes:
|
||||||
|
max_health: 3.0
|
||||||
|
ravager:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
bypass-mob-griefing: false
|
||||||
|
griefable-blocks:
|
||||||
|
- minecraft:oak_leaves
|
||||||
|
- minecraft:spruce_leaves
|
||||||
|
- minecraft:birch_leaves
|
||||||
|
- minecraft:jungle_leaves
|
||||||
|
- minecraft:acacia_leaves
|
||||||
|
- minecraft:dark_oak_leaves
|
||||||
|
- minecraft:beetroots
|
||||||
|
- minecraft:carrots
|
||||||
|
- minecraft:potatoes
|
||||||
|
- minecraft:wheat
|
||||||
|
attributes:
|
||||||
|
max_health: 100.0
|
||||||
|
salmon:
|
||||||
|
ridable: false
|
||||||
|
attributes:
|
||||||
|
max_health: 3.0
|
||||||
|
sheep:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
breeding-delay-ticks: 6000
|
||||||
|
bypass-mob-griefing: false
|
||||||
|
attributes:
|
||||||
|
max_health: 8.0
|
||||||
|
shulker:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
attributes:
|
||||||
|
max_health: 30.0
|
||||||
|
silverfish:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
bypass-mob-griefing: false
|
||||||
|
attributes:
|
||||||
|
max_health: 8.0
|
||||||
|
skeleton:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
attributes:
|
||||||
|
max_health: 20.0
|
||||||
|
skeleton_horse:
|
||||||
|
can-swim: false
|
||||||
|
ridable-in-water: true
|
||||||
|
attributes:
|
||||||
|
max_health:
|
||||||
|
min: 15.0
|
||||||
|
max: 15.0
|
||||||
|
jump_strength:
|
||||||
|
min: 0.4
|
||||||
|
max: 1.0
|
||||||
|
movement_speed:
|
||||||
|
min: 0.2
|
||||||
|
max: 0.2
|
||||||
|
slime:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
attributes:
|
||||||
|
max_health: size * size
|
||||||
|
snow_golem:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
leave-trail-when-ridden: false
|
||||||
|
bypass-mob-griefing: false
|
||||||
|
drop-pumpkin-when-sheared: true
|
||||||
|
pumpkin-can-be-added-back: false
|
||||||
|
min-shoot-interval-ticks: 20
|
||||||
|
max-shoot-interval-ticks: 20
|
||||||
|
snow-ball-modifier: 10.0
|
||||||
|
attack-distance: 1.25
|
||||||
|
takes-damage-from-water: true
|
||||||
|
attributes:
|
||||||
|
max_health: 4.0
|
||||||
|
squid:
|
||||||
|
ridable: false
|
||||||
|
immune-to-EAR: true
|
||||||
|
water-offset-check: 0.0
|
||||||
|
can-fly: false
|
||||||
|
attributes:
|
||||||
|
max_health: 10.0
|
||||||
|
spider:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
attributes:
|
||||||
|
max_health: 16.0
|
||||||
|
stray:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
attributes:
|
||||||
|
max_health: 20.0
|
||||||
|
strider:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
breeding-delay-ticks: 6000
|
||||||
|
give-saddle-back: false
|
||||||
|
takes-damage-from-water: true
|
||||||
|
attributes:
|
||||||
|
max_health: 20.0
|
||||||
|
tropical_fish:
|
||||||
|
ridable: false
|
||||||
|
attributes:
|
||||||
|
max_health: 3.0
|
||||||
|
turtle:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
breeding-delay-ticks: 6000
|
||||||
|
attributes:
|
||||||
|
max_health: 30.0
|
||||||
|
vex:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
ridable-max-y: 256.0
|
||||||
|
attributes:
|
||||||
|
max_health: 14.0
|
||||||
|
villager:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
brain-ticks: 1
|
||||||
|
use-brain-ticks-only-when-lagging: true
|
||||||
|
can-be-leashed: false
|
||||||
|
bypass-mob-griefing: false
|
||||||
|
follow-emerald-blocks: false
|
||||||
|
can-breed: true
|
||||||
|
breeding-delay-ticks: 6000
|
||||||
|
clerics-farm-warts: false
|
||||||
|
cleric-wart-farmers-throw-warts-at-villagers: true
|
||||||
|
allow-trading: true
|
||||||
|
spawn-iron-golem:
|
||||||
|
radius: 0
|
||||||
|
limit: 0
|
||||||
|
lobotomize:
|
||||||
|
enabled: false
|
||||||
|
check-interval: 60
|
||||||
|
attributes:
|
||||||
|
max_health: 20.0
|
||||||
|
wandering_trader:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
can-be-leashed: false
|
||||||
|
follow-emerald-blocks: false
|
||||||
|
allow-trading: true
|
||||||
|
attributes:
|
||||||
|
max_health: 20.0
|
||||||
|
vindicator:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
johnny:
|
||||||
|
spawn-chance: 0.0
|
||||||
|
attributes:
|
||||||
|
max_health: 24.0
|
||||||
|
witch:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
attributes:
|
||||||
|
max_health: 26.0
|
||||||
|
wither_skeleton:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
takes-wither-damage: false
|
||||||
|
attributes:
|
||||||
|
max_health: 20.0
|
||||||
|
wolf:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
default-collar-color: RED
|
||||||
|
milk-cures-rabid-wolves: true
|
||||||
|
spawn-rabid-chance: 0.0
|
||||||
|
breeding-delay-ticks: 6000
|
||||||
|
attributes:
|
||||||
|
max_health: 8.0
|
||||||
|
zoglin:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
attributes:
|
||||||
|
max_health: 40.0
|
||||||
|
zombie:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
bypass-mob-griefing: false
|
||||||
|
aggressive-towards-villager-when-lagging: true
|
||||||
|
break-door-minimum-difficulty: HARD
|
||||||
|
jockey:
|
||||||
|
only-babies: true
|
||||||
|
chance: 0.05
|
||||||
|
try-existing-chickens: true
|
||||||
|
attributes:
|
||||||
|
max_health: 20.0
|
||||||
|
spawn_reinforcements: 0.1
|
||||||
|
zombie_horse:
|
||||||
|
can-swim: false
|
||||||
|
ridable-in-water: false
|
||||||
|
spawn-chance: 0.0
|
||||||
|
attributes:
|
||||||
|
max_health:
|
||||||
|
min: 15.0
|
||||||
|
max: 15.0
|
||||||
|
jump_strength:
|
||||||
|
min: 0.4
|
||||||
|
max: 1.0
|
||||||
|
movement_speed:
|
||||||
|
min: 0.2
|
||||||
|
max: 0.2
|
||||||
|
zombified_piglin:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
count-as-player-kill-when-angry: true
|
||||||
|
jockey:
|
||||||
|
only-babies: true
|
||||||
|
chance: 0.05
|
||||||
|
try-existing-chickens: true
|
||||||
|
attributes:
|
||||||
|
max_health: 20.0
|
||||||
|
spawn_reinforcements: 0.0
|
||||||
|
zombie_villager:
|
||||||
|
ridable: false
|
||||||
|
ridable-in-water: false
|
||||||
|
jockey:
|
||||||
|
only-babies: true
|
||||||
|
chance: 0.05
|
||||||
|
try-existing-chickens: true
|
||||||
|
attributes:
|
||||||
|
max_health: 20.0
|
||||||
|
spawn_reinforcements: 0.1
|
||||||
|
gameplay-mechanics:
|
||||||
|
tick-fluids: true
|
||||||
|
use-better-mending: false
|
||||||
|
always-tame-in-creative: false
|
||||||
|
disable-drops-on-cramming-death: false
|
||||||
|
entities-pick-up-loot-bypass-mob-griefing: false
|
||||||
|
entities-can-use-portals: true
|
||||||
|
fireballs-bypass-mob-griefing: false
|
||||||
|
milk-cures-bad-omen: true
|
||||||
|
note-block-ignore-above: false
|
||||||
|
persistent-tileentity-display-names-and-lore: false
|
||||||
|
persistent-droppable-entity-display-names: false
|
||||||
|
trident-loyalty-void-return-height: 0.0
|
||||||
|
void-damage-height: -64.0
|
||||||
|
raid-cooldown-seconds: 0
|
||||||
|
animal-breeding-cooldown-seconds: 0
|
||||||
|
impose-teleport-restrictions-on-gateways: false
|
||||||
|
entity-lifespan: 0
|
||||||
|
entity-left-handed-chance: 0.05000000074505806
|
||||||
|
minecart:
|
||||||
|
max-speed: 0.4
|
||||||
|
place-anywhere: false
|
||||||
|
controllable:
|
||||||
|
enabled: false
|
||||||
|
step-height: 1.0
|
||||||
|
hop-boost: 0.5
|
||||||
|
fall-damage: true
|
||||||
|
base-speed: 0.1
|
||||||
|
block-speed:
|
||||||
|
grass_block: 0.3
|
||||||
|
stone: 0.5
|
||||||
|
armorstand:
|
||||||
|
set-name-visible-when-placing-with-custom-name: false
|
||||||
|
fix-nametags: false
|
||||||
|
step-height: 0.0
|
||||||
|
can-movement-tick: true
|
||||||
|
can-move-in-water: true
|
||||||
|
can-move-in-water-over-fence: true
|
||||||
|
place-with-arms-visible: false
|
||||||
|
daylight-cycle-ticks:
|
||||||
|
daytime: 12000
|
||||||
|
nighttime: 12000
|
||||||
|
item:
|
||||||
|
immune:
|
||||||
|
cactus: []
|
||||||
|
explosion: []
|
||||||
|
fire: []
|
||||||
|
shears:
|
||||||
|
damage-if-sprinting: false
|
||||||
|
sprinting-damage: 1.0
|
||||||
|
ender-pearl:
|
||||||
|
damage: 5.0
|
||||||
|
cooldown: 20
|
||||||
|
creative-cooldown: 20
|
||||||
|
endermite-spawn-chance: 0.05000000074505806
|
||||||
|
player:
|
||||||
|
one-punch-in-creative: false
|
||||||
|
sleep-ignore-nearby-mobs: false
|
||||||
|
can-skip-night: true
|
||||||
|
spawn-invulnerable-ticks: 60
|
||||||
|
invulnerable-while-accepting-resource-pack: false
|
||||||
|
fix-stuck-in-portal: false
|
||||||
|
teleport-if-outside-border: false
|
||||||
|
totem-of-undying-works-in-inventory: false
|
||||||
|
idle-timeout:
|
||||||
|
kick-if-idle: true
|
||||||
|
tick-nearby-entities: true
|
||||||
|
count-as-sleeping: false
|
||||||
|
update-tab-list: false
|
||||||
|
exp-dropped-on-death:
|
||||||
|
equation: expLevel * 7
|
||||||
|
maximum: 100
|
||||||
|
netherite-fire-resistance:
|
||||||
|
duration: 0
|
||||||
|
amplifier: 0
|
||||||
|
ambient: false
|
||||||
|
show-particles: false
|
||||||
|
show-icon: true
|
||||||
|
infinity-bow:
|
||||||
|
works-without-arrows: false
|
||||||
|
normal-arrows: true
|
||||||
|
spectral-arrows: false
|
||||||
|
tipped-arrows: false
|
||||||
|
projectile-despawn-rates:
|
||||||
|
dragon_fireball: -1
|
||||||
|
egg: -1
|
||||||
|
ender_pearl: -1
|
||||||
|
experience_bottle: -1
|
||||||
|
firework_rocket: -1
|
||||||
|
fishing_bobber: -1
|
||||||
|
fireball: -1
|
||||||
|
llama_spit: -1
|
||||||
|
potion: -1
|
||||||
|
shulker_bullet: -1
|
||||||
|
small_fireball: -1
|
||||||
|
snowball: -1
|
||||||
|
wither_skull: -1
|
||||||
|
projectile-damage:
|
||||||
|
snowball: -1
|
||||||
|
projectile-offset:
|
||||||
|
bow: 1.0
|
||||||
|
crossbow: 1.0
|
||||||
|
egg: 1.0
|
||||||
|
ender-pearl: 1.0
|
||||||
|
throwable-potion: 1.0
|
||||||
|
trident: 1.0
|
||||||
|
snowball: 1.0
|
||||||
|
boat:
|
||||||
|
eject-players-on-land: false
|
||||||
|
do-fall-damage: true
|
||||||
|
mob-spawning:
|
||||||
|
village-cats: default
|
||||||
|
raid-patrols: default
|
||||||
|
phantoms: default
|
||||||
|
wandering-traders: default
|
||||||
|
village-sieges: default
|
||||||
|
elytra:
|
||||||
|
damage-per-second: 1
|
||||||
|
damage-multiplied-by-speed: 0.0
|
||||||
|
ignore-unbreaking: false
|
||||||
|
damage-per-boost:
|
||||||
|
firework: 0
|
||||||
|
trident: 0
|
||||||
|
silk-touch:
|
||||||
|
enabled: false
|
||||||
|
spawner-name: Spawner
|
||||||
|
spawner-lore:
|
||||||
|
- Spawns a {mob}
|
||||||
|
tools:
|
||||||
|
- minecraft:iron_pickaxe
|
||||||
|
- minecraft:golden_pickaxe
|
||||||
|
- minecraft:diamond_pickaxe
|
||||||
|
- minecraft:netherite_pickaxe
|
||||||
|
drowning:
|
||||||
|
air-ticks: 300
|
||||||
|
ticks-per-damage: 20
|
||||||
|
damage-from-drowning: 2.0
|
||||||
|
blocks:
|
||||||
|
no-random-tick: []
|
||||||
|
anvil:
|
||||||
|
allow-colors: false
|
||||||
|
bed:
|
||||||
|
explode: true
|
||||||
|
explosion-power: 5.0
|
||||||
|
explosion-fire: true
|
||||||
|
explosion-effect: DESTROY
|
||||||
|
door:
|
||||||
|
requires-redstone: []
|
||||||
|
blue_ice:
|
||||||
|
allow-snow-formation: true
|
||||||
|
allow-mob-spawns: true
|
||||||
|
packed_ice:
|
||||||
|
allow-mob-spawns: true
|
||||||
|
chest:
|
||||||
|
open-with-solid-block-on-top: false
|
||||||
|
composter:
|
||||||
|
sneak-to-bulk-process: false
|
||||||
|
dispenser:
|
||||||
|
apply-cursed-to-armor-slots: true
|
||||||
|
place-anvils: false
|
||||||
|
farmland:
|
||||||
|
bypass-mob-griefing: false
|
||||||
|
gets-moist-from-below: false
|
||||||
|
use-alpha-farmland: false
|
||||||
|
disable-trampling: false
|
||||||
|
only-players-trample: false
|
||||||
|
feather-fall-distance-affects-trampling: false
|
||||||
|
furnace:
|
||||||
|
infinite-fuel: false
|
||||||
|
kelp:
|
||||||
|
max-growth-age: 25
|
||||||
|
lava:
|
||||||
|
infinite-source: false
|
||||||
|
infinite-required-sources: 2
|
||||||
|
speed:
|
||||||
|
nether: 10
|
||||||
|
not-nether: 30
|
||||||
|
powered-rail:
|
||||||
|
activation-range: 8
|
||||||
|
respawn_anchor:
|
||||||
|
explode: true
|
||||||
|
explosion-power: 5.0
|
||||||
|
explosion-fire: true
|
||||||
|
explosion-effect: DESTROY
|
||||||
|
sign:
|
||||||
|
allow-colors: false
|
||||||
|
right-click-edit: false
|
||||||
|
slab:
|
||||||
|
break-individual-slabs-when-sneaking: false
|
||||||
|
spawner:
|
||||||
|
deactivate-by-redstone: false
|
||||||
|
sponge:
|
||||||
|
absorption:
|
||||||
|
area: 64
|
||||||
|
radius: 6
|
||||||
|
stonecutter:
|
||||||
|
damage: 0.0
|
||||||
|
turtle_egg:
|
||||||
|
bypass-mob-griefing: false
|
||||||
|
break-from-exp-orbs: true
|
||||||
|
break-from-items: true
|
||||||
|
break-from-minecarts: true
|
||||||
|
twisting_vines:
|
||||||
|
growth-modifier: 0.1
|
||||||
|
max-growth-age: 25
|
||||||
|
weeping_vines:
|
||||||
|
growth-modifier: 0.1
|
||||||
|
max-growth-age: 25
|
||||||
|
end-crystal:
|
||||||
|
baseless:
|
||||||
|
explode: true
|
||||||
|
explosion-power: 6.0
|
||||||
|
explosion-fire: false
|
||||||
|
explosion-effect: DESTROY
|
||||||
|
base:
|
||||||
|
explode: true
|
||||||
|
explosion-power: 6.0
|
||||||
|
explosion-fire: false
|
||||||
|
explosion-effect: DESTROY
|
||||||
|
magma-block:
|
||||||
|
damage-when-sneaking: false
|
||||||
|
damage-with-frost-walker: false
|
||||||
|
ridable-settings:
|
||||||
|
babies-are-ridable: true
|
||||||
|
untamed-tamables-are-ridable: true
|
||||||
|
use-night-vision: false
|
6
Server/server.properties
Normal file → Executable file
6
Server/server.properties
Normal file → Executable file
|
@ -8,7 +8,7 @@ gamemode=survival
|
||||||
enable-query=false
|
enable-query=false
|
||||||
generator-settings=
|
generator-settings=
|
||||||
level-name=world
|
level-name=world
|
||||||
motd=Chromacraft v5
|
motd=\u00A73Chromacraft \u00A79v5
|
||||||
query.port=25565
|
query.port=25565
|
||||||
pvp=true
|
pvp=true
|
||||||
generate-structures=true
|
generate-structures=true
|
||||||
|
@ -18,12 +18,12 @@ max-tick-time=60000
|
||||||
max-players=20
|
max-players=20
|
||||||
use-native-transport=true
|
use-native-transport=true
|
||||||
enable-status=true
|
enable-status=true
|
||||||
online-mode=false
|
online-mode=true
|
||||||
allow-flight=false
|
allow-flight=false
|
||||||
broadcast-rcon-to-ops=true
|
broadcast-rcon-to-ops=true
|
||||||
view-distance=10
|
view-distance=10
|
||||||
max-build-height=256
|
max-build-height=256
|
||||||
server-ip=127.0.0.1
|
server-ip=
|
||||||
allow-nether=true
|
allow-nether=true
|
||||||
server-port=25585
|
server-port=25585
|
||||||
sync-chunk-writes=true
|
sync-chunk-writes=true
|
||||||
|
|
2
Server/spigot.yml
Normal file → Executable file
2
Server/spigot.yml
Normal file → Executable file
|
@ -14,7 +14,7 @@ config-version: 12
|
||||||
settings:
|
settings:
|
||||||
log-villager-deaths: true
|
log-villager-deaths: true
|
||||||
save-user-cache-on-stop-only: false
|
save-user-cache-on-stop-only: false
|
||||||
bungeecord: true
|
bungeecord: false
|
||||||
sample-count: 12
|
sample-count: 12
|
||||||
player-shuffle: 0
|
player-shuffle: 0
|
||||||
user-cache-size: 1000
|
user-cache-size: 1000
|
||||||
|
|
45
Server/tuinity.yml
Normal file
45
Server/tuinity.yml
Normal file
|
@ -0,0 +1,45 @@
|
||||||
|
# Configuration file for Tuinity.
|
||||||
|
delay-chunkunloads-by: 5
|
||||||
|
lag-compensate-block-breaking: true
|
||||||
|
send-full-pos-for-hard-colliding-entities: true
|
||||||
|
use-new-light-engine: true
|
||||||
|
config-version-please-do-not-modify-me: 2
|
||||||
|
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
|
||||||
|
player-chunks:
|
||||||
|
min-load-radius: 2
|
||||||
|
max-concurrent-sends: 5.0
|
||||||
|
max-concurrent-loads: -6.0
|
||||||
|
autoconfig-send-distance: true
|
||||||
|
enable-mc162253-workaround: true
|
||||||
|
target-chunk-send-rate: -35.0
|
||||||
|
enable-frustum-priority: false
|
||||||
|
world-settings:
|
||||||
|
default:
|
||||||
|
spawn-limits:
|
||||||
|
monsters: -1
|
||||||
|
animals: -1
|
||||||
|
water-ambient: -1
|
||||||
|
water-animals: -1
|
||||||
|
ambient: -1
|
||||||
|
worldgen:
|
||||||
|
seeds:
|
||||||
|
populator: default
|
||||||
|
world: {}
|
||||||
|
world_nether: {}
|
||||||
|
world_the_end: {}
|
||||||
|
plotworld: {}
|
||||||
|
flatworld: {}
|
||||||
|
v1: {}
|
||||||
|
worldhub: {}
|
||||||
|
v2: {}
|
||||||
|
v3: {}
|
||||||
|
v4: {}
|
Loading…
Reference in a new issue