What's New in Version 29492 See changelog
Released
-
The fallback system has been updated.
-
The library now holds items in the save file more reliably and recovers without restarting the server after successfully loading the plugin that provides the item.
The fallback system only works when the library is loaded. If the library is not loaded before the save file is loaded and further saving occurs - ITEMS WILL BE LOST.
The server makes several saves so that you can roll back the save.
-
The library now holds items in the save file more reliably and recovers without restarting the server after successfully loading the plugin that provides the item.
-
Added support for icons from server storage. Use FileStorage.server.Store to store your image to storage (different image sizes can be used, not necessarily 512x512). After receiving the CRC, use it when registering the item.
public uint iconFileId;
-
Minor code refactoring:
-
Now, when using the reference approach to register an item, you should use:
CustomItemDefinitions.For(this).RegisterDefinition(new ItemDefinitionDto { ... });
- The old methods still work, but are marked with the Obsolete attribute.
- The changes do not affect the plugin API via hooks.
-
Now, when using the reference approach to register an item, you should use:
-
With version 29492:
- Download
- 2.5.4 7 Current
- 2.5.3 136
- 2.5.2 207
- 2.5.1 72
- 2.4.2 175
- 2.4.1 331
- 2.4.0 74
- 2.3.2 371
- 2.3.1 23
- 2.2.2 12
- 2.2.1 18
- 2.1.2 13
- 2.1.1 14
- 2.1.0 22
- 2.0.2 16
- 2.0.1 21
- 1.3.2 13
- 1.3.1 15
- 1.3.0 14
- 1.2.0 14
- 1.1.9 18
- 1.1.8 17
- 1.1.7 17
- 1.1.6 20
- 1.1.5 135
- 1.1.4 12
- 1.1.3 13
- 1.1.2 18
- 1.1.1 18
- 1.1.0 15
- 1.0.3 42
- 1.0.1 16
- 1.0.0 13