BroadcastChunkDiscovery

Discussion in 'Plugin Requests' started by madtomic, Nov 3, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    madtomic

    Suggested name: BiomeChunkDiscovery

    What I want:

    A simple plugin that broadcast when a player discover a newly generated biome chunk on the server.

    New biome discovery as in new biome for the map and only on newly generating chunk's biomes.

    config.yml
    discoverymessage: "&6 Land Discovery! &e{player}, &rjust discovered more new lands on the server.

    Requirements:

    No commands or permissions needed.

    When I like it by: As soon as you have time to code this!

    Thanks,
    madtomic
     
    Last edited: Jan 11, 2016
  2. Offline

    DoggyCode™

    I'll look into it, yea?
     
  3. Offline

    DevMaster

    Last edited: Nov 3, 2015
  4. Offline

    madtomic

    Thanks!

    Thanks!
     
  5. Offline

    madtomic

    update?
     
  6. Offline

    oliver276

    @madtomic
    I'm quite sure that there's no need to use flatfile storage, if I remember correctly, there's a chunk load/generate event in Bukkit. Also, you do realise that a 'chunk' is a 16x16 area of land (it's divided this way so Minecraft can save it easily, and so it isn't too consuming to be sent to a client). therefore, for every 16 blocks traveled in a new area (if you're heading straight along the X or Z axis, another of these messages will be sent out.

    Do you still want this?
     
  7. Or, for a more reasonable/contextual broadcast, make it on biome discovery and then broadcast what biome was found?
     
  8. Offline

    madtomic

    @oliver276

    Give it a shot, maybe go with biome discovery?


    @BreezerFly

    I like that. Biome discovery, broadcast when a player comes across a new biome.
     
  9. Offline

    madtomic

    Any update from anyone?
     
  10. Offline

    chickenputty

    Define a new biome.

    New biome for that player?
    New biome for the map?
    New biome from what their current chunk biome is?
    New biome compared to other generating chunk's biomes?
     
  11. Offline

    madtomic

    @chickenputty

    New biome for the map and only on newly generating chunk's biomes.
     
Thread Status:
Not open for further replies.

Share This Page