AnarchyExploitFixes
AnarchyExploitFixes copied to clipboard
Custom TNT & Fireballs
Hi! I have custom tnt's and fireballs installed on my server. The problem is that AEF limits amount of possible fireballs in the sky and a bit of TNT explosions. Is it possible to disable this feature in config? I tried do increase amount of ProjectileTimeTicks, ProjectilesMaxPerTime but nothing worked.
Try changing these
ProjectilesMaxPerTime: 3
ProjectileTimeTicks: 10 # 3 projectiles can be sent every 10 ticks (0.5 seconds)
and these
PreventTooManyEntitiesInChunk: false # Check all chunks every 30 seconds for too many entities, removes any entities left after reaching limit
MaxEntitiesInChunk: 100 # Does not include living entities. (animals/monsters) useful if players are placing a shit ton of crystals etc in one chunk and crashing the server.
LogEntityRemovals: false
EntityCheckTimeTicks: 20 # 1 second
this might affect it too
# Prevent massive sand chunks from killing the server, prevents any falling blocks from falling if there is more than 50 falling blocks in a chunk
LimitFallingBlocks: true
FallingBlockLimit: 50 # Max in a chunk