Majiir / RealtimeRender

Map rendering plugin for Bukkit that updates as the world changes.
2 stars 1 forks source link

Config entries for automatic terrain discovery #25

Closed Majiir closed 12 years ago

Majiir commented 12 years ago

The terrain discovery system should optionally run in the background at all times. Example config parameters:

discovery:
    enabled: true
    frequency: 2
    buffer: 100
    threshold: 1.2
Majiir commented 12 years ago

Simple implementation in commit bda004f23b920cf2d895f13d3f333d7c32844b6d.