Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Releases: nulli0n/NexEngine-spigot

Engine 2.2.12 R2 Final

14 Dec 12:03
Compare
Choose a tag to compare
  • Added 1.20.4 as a known version.
  • Minor fixes and reverted some changes.

**hotfix 25/01/24:

  • Fixed custom heads textures for <= 1.20.1
  • Fixed menu item click cooldown for not cancelled click events.

This is final version of the NexEngine plugin. In near future it will be replaced with nightcore plugin - better version of NexEngine. All plugins using NexEngine will work as usual until updated (if ever) to use nightcore. Both, NexEngine and nightcore plugins can run together without issues.

FOR REGULAR USERS:

  • Stay on this version and install nightcore when it's available and required for any of my plugins.
  • Do not remove NexEngine unless there are no plugins left using it.

Engine 2.2.12 R2

26 Nov 15:09
Compare
Choose a tag to compare

A few more patches for plugin updates.

Engine 2.2.12

28 Sep 13:52
Compare
Choose a tag to compare

WARNING: This version requires all plugins to be updated!

CHANGES:

  • Improved various API classes.
  • Added /assets/ folder for localization of default game elements.
  • Added localized assets for English, Russian, Chinese, German, French, Spanish, Portugal, Czech languages.
  • Added 1.20.2 as a known version for version-dependent plugins.
  • Code clean up.

Patch 30/09/23:

  • Added "papi" argument for lang messages.
  • Added UniInt and UniDouble result methods for editor input wrapper.

Patch 07/10/23:

  • Added default old colors
  • Fixed user data save on reload/reboot.

Patch 10/10/23:

  • Fixed mojang authlib errors when fetching skull textures.

Patch 03/11/23:

  • ItemReplacer class for optimized item meta replace operations.
  • Various fixes and additions.

Engine 2.2.11 - Any Version

11 Jul 13:30
Compare
Choose a tag to compare
  • Now supports any version, but 1.17 1.18 is required minimum.
  • Improved command flags API, better handling, simplified usage.
  • Various fixes & improvements.
  • Removed hooks for MythicMobs, Citizens, WorldGuard (child plugins have to do it themselves).
  • Finally got rid of all NMS code. No more hard version dependency!
  • Cleaned up from old, deprecated and useless code & APIs.

Engine 2.2.10 - Spigot 1.20

12 Jun 15:43
Compare
Choose a tag to compare

Support for 1.20

Engine 2.2.10

27 Mar 01:04
Compare
Choose a tag to compare
  • Added Support for Spigot 1.19.4
  • Improved Menu API.
  • Improved Editor API. No more messy objects, handlers and enums.
  • Getting rid of 90% NMS code.
  • Getting rid of unnecessary plugin hooks.
  • Various minor fixes/changes/improvements.
  • Performance improved.

UPD 04/04/23:

  • Editor API additions.
  • Minor Menu API fixes.
  • Fix for item stack amount in item give function.
  • Rnd weight function fixes.

Engine 2.2.9

17 Feb 09:55
Compare
Choose a tag to compare

v2.2.9
Should be compatible with all plugins without extra patches. Use this version when plugin updates says so.

  • Improved API methods.
  • Improved SQL API.
  • Improved Menu API.
  • Additions to Utils.
  • Particle wrapper.
  • Deprecated old, badly named/located, unnecessary API methods.
  • Fixed URLs not working in messages.
  • Fixed Gradients.

Engine 2.2.8

26 Dec 11:58
Compare
Choose a tag to compare
  • Added Gradient colors support.
  • A bit smarter tab-completer for all commands.
  • No more split lines in YAML configs.
  • Updated syntax/format for the JSON, Lang, Command Flag options. Now more clean and user-friendly.
  • Code clean up.

UPD 29. Dec., 2022:

  • floodgate API

UPD 21 Jan., 2023:

  • Minor API additions

Engine 2.2.7 - 1.19.3

10 Dec 20:19
Compare
Choose a tag to compare
  • Support for 1.19.3.
  • Some improvements.

UPD 17 Dec. 2022:

  • Minor fixes.

Engine 2.2.7

16 Nov 22:15
Compare
Choose a tag to compare
  • New API for config options to automatically create default/missing values and comments.
  • New API for Permissions. Custom class for simplier permission define.
  • New API for Editor Menus. Item name and lore stored in the /lang/ config now. No more config files for editor GUIs.
  • Improved PlayerBlockTracker, now also track blocks/structures that were force growed by a player with bone meal.

UPD. 30/11/22:

  • Improved config & editor API.
  • Fixed SQLite pool size.
  • Fixed minor bugs.