TinyCore
A survival twist plugin that shrinks all players on the server down to a tiny size. With reduced health and the inability to jump a full block without sneaking, every step becomes a challenge.
⚠️
Caution: Once enabled,
all online players will be small for ever. I will add a function that will revert people to their normal size if desired in a following update.
These settings are pretty good for survival, would not change.
Code (YAML):
# TinyCore Plugin Configuration
# Make players tiny with customizable attributes!
# Random player scale range (1.0 = normal size)
scale
:
# Minimum scale (smallest size)
min
: 0.29
# Maximum scale (biggest size)
max
: 0.333
# Step height - how high blocks players can walk up without jumping
step-height
: 0.4
# Jump strength - how high players can jump normally
jump-strength
: 0.3
# Super jump strength - how high players can jump when holding shift
super-jump-strength
: 0.37
# Movement speed (0.1 = normal walking speed)
movement-speed
: 0.08
# Block break speed (1.0 = normal mining speed)
block-break-speed
: 0.8
# Maximum health (20.0 = normal max health)
max-health
: 15.0
# Attack damage - how much damage tiny players deal when hitting others
# (1.0 = normal damage, lower = less damage)
attack-damage
: 0.8
# Attack knockback - how much knockback tiny players give when hitting others
# (0.0 = normal knockback, higher = more knockback)
attack-knockback
: -0.2
# Knockback resistance - how much knockback tiny players resist when hit
# (0.0 = normal resistance)
knockback-resistance
: -0.3
# Safe fall distance - how far tiny players can fall without taking damage
# (3.0 = normal safe fall distance, lower = take damage from shorter falls)
safe-fall-distance
: 2.0
# Entity interaction range - how far tiny players can reach to hit mobs/players
# (3.0 = normal reach, lower = shorter reach)
entity-interaction-range
: 2.5
# Block interaction range - how far tiny players can reach to place/break blocks
# (4.5 = normal reach, lower = shorter reach)
block-interaction-range
: 3.5
# Super jump feature - allows higher jumping when holding shift
super-jump
:
# Enable or disable super jump feature
enabled
: true