What's New in Version 24933 See changelog
Released
-
Fixed an Oxide issue where the language file was missing or empty and language registration was outside the registration hook(to add keys for custom monuments).
This caused translation keys to appear instead of proper translations until the plugin was reloaded again(after filling the language file) ; - Added more information for commands;
- Added the ability to change default monument sizes(vanilla and custom) in *SERVER*\oxide\data\MonumentsWatcher\DefaultBounds.json;
- Minor code improvements.
For developers:
- Added an additional argument for the OnCargoWatcherCreated hook;
- The current version of the plugin has been added to the parameters of the OnMonumentsWatcherLoaded hook "void OnMonumentsWatcherLoaded(VersionNumber version = default);" ;
-
Some API methods have been renamed:
- GetMonumentsList => GetAllMonuments
- GetMonumentsTypeDictionary => GetAllMonumentsCategories
- GetMonumentsByType => GetMonumentsByCategory
- GetMonumentType => GetMonumentCategory
-
New API methods have been added:
- GetMonumentDisplayNameByLang
- GetClosestMonument(Vector3 pos)
- GetPlayerClosestMonument
-
Return types have been changed from HashSet to Array for the following API methods:
- GetMonumentPlayers
- GetMonumentNpcs
- GetMonumentEntities
-
With version 24933:
- Download