3.1.0
- Method "updateChunks(ChunkInfo)" is deprecated
- Rename "updateChunks(ChunkInfo)" to "updateChunk(ChunkInfo)"
- Now method "updateChunks(location)" updates the nearest beside chunks
- Add methods for update single chunk
- Fix unused configuration parameters
- Introduce update type information (Major, Minor, Patch) with warning message for major updates
- Changed default "max-iterations-per-tick"
- Improvement async execute
- Many fixes
EvilSpawn, Thursday at 12:57 PM
Report
Like
Androkai, andrew28 and mat41997 like this.
3.0.0
CAUTION! This version is experimental! Needed additional tests with a large number of players. The main folder has been renamed and will need to rewrite plugins using the API.
- Major changes in the API (Again)
- Added support for 1.10 (CraftBukkit, Spigot, Paper, TacoSpigot)
- Removed support for 1.8 (except 1.8.8)
- Removed support for Cauldron
- Added ServerModManager: now developers can add their own implementation NMSHandler for other CraftBukkit...
EvilSpawn, Jun 20, 2016
Report
... Read More
Like
mat41997 and SirFaizdat like this.
2.0.1
from 2.0.0:
- Renamed the main folder
- Major changes in the API (Again)
- Removed support for 1.7 (except 1.7.10)
- Added support for 1.9 (Spigot and Paper)
- Added asynchronous calculation of light (no idea why ?)
- Added configuration
- Removed Herobrine
from 2.0.1:
- Implementation of queue for chunks
EvilSpawn, Apr 3, 2016
Report
Like
hexosse, Wrenn, SirFaizdat and 1 other person like this.
1.4.2
- Renamed some methods more appropriate meaning.
- Renamed ChunkCoord to ChunkInfo.
- Load handler is now based on a string getVersion().
- Added support for PaperSpigot 1.8.8 (Implementation by DenAbr).