Skip to content

Latest commit

 

History

History
61 lines (55 loc) · 1.88 KB

TODO.md

File metadata and controls

61 lines (55 loc) · 1.88 KB

TO DO list

This page contains plans for each Addon version.

For Future Releases:

  • Issue #3
    • Store Biome per Island.
      • On owner change, reset biomes that is not available for new owner.

Release 0.5.0

  • Rework GUI again:
    • Do the same tricks as in Challenges GUI.
    • Add proper Biomes Description #18
    • Simplify user GUI
  • Store Biome change information per:
    • Player
    • Island
  • Implement more cost options:
    • Cost per biome change (linear / exponential)
    • Cost per block
  • Remove deprecated code.

Release 0.4.0

  • Create unlockable biomes:
    • By challenge #11
    • By level #10
    • By permission #8
    • By chance #12
    • By items #9
  • Clean Up GUI Panel Hierarchy
  • Create Biomes Per GameMode addon.
  • Delete biome from memory.
  • Hide unavailable biomes from users. #13

Release 0.3.0

  • Improve Admin panel
    • Add description changing through ingame menu.
    • Allow to add new biome through ingame menu.
  • Add extra admin commands.
    • Implement new Biome command.
  • Clean Up lang file.
  • Populate permissions file.

Release 0.2.0

  • Improve Admin panel
    • Allow to edit Addon settings through ingame menu.
    • Add Biome changing through ingame menu.
    • Add Biome disabling ability through ingame menu.
  • Add extra admin commands.
    • Implement Edit Addon Settings command.
    • Implement Edit Biome Properties command.
    • Implement Change User Biome command.
  • Add extra user commands.
  • Implement automatic import on first init.

Release 0.1.0

  • Create Admin panel
    • Allow to edit existing biomes through ingame menu.
    • Allow to change other players biomes.
  • Add all lang elements to file.
  • Make BiomeUpdating as Event, to avoid freezing on large area updating.
  • Fix/Implement multiple chunk updating.