Changes:
- Updated to support 1.19
Changes:
- Initial stable release.
- Completely rewritten API.
- Added support for 1.15, 1.16, 1.17.
- Added initial support for Starlight.
Changes:
- Restored old API from 5.0.0-old for ShinyItems.
Stable release in next week (valve time moment).
Changes:
-
(STARLIGHT) Fix ConcurrentModificationException
-
(STARLIGHT) Fix random crashes (?)
- Fix crashes during shutdown
- Drop support 1.13
- Completely rewritten API.
- Added support for 1.15, 1.16, 1.17.
- Added initial support for Starlight.
WARNING: This is a preview build created specifically for testing and to familiarize the new API with legacy version support.
IN THE STABLE VERSION, LEGACY PLUGIN SUPPORT WILL BE REMOVED.
* perhaps, fixes random crashes
- Support Spigot 1.14
- There are some bugs with the new lighting engine. For example, when you remove a light source, other light sources that are in close proximity may also be removed.
- Removed Herobrine from strange sauce code
- Removed async requesting and supporting for the following versions: 1.8, 1.9, 1.10, 1.11
- Removed Herobrine
The new year 2018 has come. I have long lost interest in minecraft and started working on mobile devices on the platform android, so I declare this resource inactive. Source code was and will be open. The thread and resource will not be deleted. If you want to get the latest working version, go to
fork resource. More info in resource thread in spigot forum. GL & HF.
P.S. Jar file is not tested. I just quickly compiled from Ubuntu workspace.
- Fixes for events (events could not be cancelled)
- Moved BungeeChatAPI checker method
- fix issue error with CraftBukkit builds
*Plugin goes into "archive" status. Major updates are not planned for future (I hope). Will go out minor updates for fixes and additions of new versions of Spigot.
- Add command code for console
- I hope this will be the last update associated with the API
from: GitHub commits
- Bump version (according with Semantic versioning)
- Updater: add info about repository
- Updater: add view changelog option
- Smm: remove unused code
- Cmd: add server name information
- LightAPI: add commands
- Add license header
- Cmd: init commands
Full changelog
- 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
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 implementations.
- Improvement of RequestMachine
- Removed Herobrine
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
- 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).
- Changed API access section to old version. Plugins who use this library require recoding. (Again)
- Now auto-update chunks can disable / enable / update itself.
- Changed API access section to old version. Plugins who use this library require recoding. (Again)
- Now the plugin updates the itself after installing the light.
- Methods removed argument needUpdate.
- Added Metrics
- Little optimized ILightRegistry's
- Small bug fixes
- Changed API access section. Plugins who use this library require recoding.
- Added support CraftBukkit 1.8.4
- Small bug fixes
- A new system update chunks. Now, the number of packets with chunks depends on the level of light. For example, the light level 5 - the number of packages ~ 1-4, and light level 15 - ~ 8-9 packages. On vanilla version regardless of the level of light sends 9 packets.
- Added the updater from albionco.
- Added new methods.
Changes:
- Add support 1.8.3 for CraftBukkit/Spigot