config: misc
This commit is contained in:
parent
17ad007f23
commit
9778dca779
0
config/paraglider-common.toml
Executable file → Normal file
0
config/paraglider-common.toml
Executable file → Normal file
6
config/paucal-common.toml
Normal file
6
config/paucal-common.toml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#Whether to allow patting players with a shift-right-click.
|
||||||
|
allowPats = false
|
||||||
|
#Whether to load contributor info from the internet.
|
||||||
|
#If false, no one will appear as a contributor.
|
||||||
|
loadContributors = false
|
||||||
|
|
6
config/pehkui-client.toml
Normal file
6
config/pehkui-client.toml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
|
||||||
|
#Client only settings, mostly things related to rendering
|
||||||
|
[client]
|
||||||
|
#Range: 0.0 ~ 0.05
|
||||||
|
minimumCameraDepth = 3.051850947599719E-5
|
||||||
|
|
18
config/pehkui-common.toml
Normal file
18
config/pehkui-common.toml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
|
||||||
|
#General configuration settings
|
||||||
|
[general]
|
||||||
|
scaledFallDamage = true
|
||||||
|
scaledMotion = true
|
||||||
|
scaledReach = true
|
||||||
|
scaledAttack = true
|
||||||
|
scaledDefense = true
|
||||||
|
scaledHealth = true
|
||||||
|
scaledItemDrops = true
|
||||||
|
scaledProjectiles = true
|
||||||
|
scaledExplosions = true
|
||||||
|
keepAllScalesOnRespawn = false
|
||||||
|
accurateNetherPortals = true
|
||||||
|
scalesKeptOnRespawn = []
|
||||||
|
enableCommands = true
|
||||||
|
enableDebugCommands = false
|
||||||
|
|
26
config/portablehole-server.toml
Normal file
26
config/portablehole-server.toml
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
#How deep does the hole go created by a portable hole.
|
||||||
|
#Range: > 1
|
||||||
|
temporary_hole_depth = 16
|
||||||
|
#For how long does a temporary hole stay open.
|
||||||
|
#Range: > 0
|
||||||
|
temporary_hole_duration = 160
|
||||||
|
#Maximum block hardness a portable hole can replace.
|
||||||
|
#Check out the Minecraft Wiki for more information: https://minecraft.fandom.com/wiki/Breaking#Blocks_by_hardness
|
||||||
|
#Range: 4.9E-324 ~ 1.7976931348623157E308
|
||||||
|
max_block_hardness = 20.0
|
||||||
|
#Cooldown in ticks after using a portable hole.
|
||||||
|
#Range: 0 ~ 72000
|
||||||
|
portable_hole_cooldown = 40
|
||||||
|
#Allow portable holes to go through block entities. Not safe to use (e.g. breaks double chests), therefore disabled by default.
|
||||||
|
replace_block_entities = false
|
||||||
|
|
||||||
|
[visuals]
|
||||||
|
#Render the end portal overlay on the outside of a temporary hole.
|
||||||
|
portal_overlay = true
|
||||||
|
#Play a breaking sound and show particles when blocks reappear from a temporary hole.
|
||||||
|
#May want to disable this feature to increase performance when a large hole depth is set.
|
||||||
|
particles_for_reappearing_blocks = true
|
||||||
|
#Render spark particles to indicate the block replaced by a temporary hole.
|
||||||
|
#May want to disable this feature to increase performance when a large hole depth is set.
|
||||||
|
spark_particles = true
|
||||||
|
|
1054
config/quark-common.toml
Executable file → Normal file
1054
config/quark-common.toml
Executable file → Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user