As long as a user does not have at least one reviewed and activated contribution, the user is unable to edit his profile, set a avatar, title picture or a signature.
NIDTOOLBOX' DOWNLOAD LOCATION CHANGED TO -> https://eco.mod.io <-
! UP TO DATE DOCUMENTATION ONLY UNDER THE ABOVE ADDRESS !
I had to limit the amout of places I need to update the texts whenever I add or remove commands and update individual modules, sorry!
Chat Logger module
for NidToolbox Light
requries nid-core module available here
NEW - if you would like to have your server logo appear in the notifications area in messages that come from NidToolbox. Please join my Discord https://discord.nidaren.net/ and post them in #server-logos channel.
Useful at any - smaller and bigger community server. Registers data about ongoing chat on the server.
Support is provided as well as suggestions are accepted on my Discord here
Chat Logger module functionality:
- Not much to say here, simple chat logger registering chat sent events on the server and writing it to the file.
Requirements:
As any module of NidToolbox set, it requires nid-core version 1.0.1+ module, available in the main forum thread: here
How to install:
- Unpack .zip archive
- Copy nid-chatlogger.dll to Mods\NidToolbox\Modules
Settings files:
Config files are located at Configs\Mods\NidToolbox\ChatLogger.json
{
"Info": "NidToolbox Light: Chat Logger settings.",
"ChatLogEnabled": true
}
Available commands:
/help ChatLog
Displays information about all commands contained within this module.
/chatlog-enable
Enables or disables the module
/chatlog-enable bool trueFalse
Code
/chatlog-enable true/false
-
Version none
-
nid -
May 4, 2024 at 12:18 PM -
106 Byte -
347 Downloads
Main mod page changed
-
-
Version 1.10.0
-
nid -
December 17, 2023 at 12:59 PM -
4.92 kB -
731 Downloads
Patchnotes:
Major changes are listed below.
Core module:
* Added required server version checker to prevent running pre-release/newer builds on unsupported server.
* Member class can now be used in hash tables properly.
* Added display version information property to feedback on host operating system. (ie. 22H2 etc).
* Added more detailed information on branch of pre-release used on updater feedback in console.
Clean Server Module:
* Added option to preserve stumps on cleanup.
* Added more detailed breakdown to /debris-report.
* /clear-FallenTrees command now has optional argument to remove stumps, default to false.
* Fixed issue where changing the timer on periodic cleanups would also turn them on.
Chat Tags module:
* ChatTags Config files will now preserve sorting. This is useful for people who use any kind of version control for their configuration files.
* Changed ChatTag to record type and made ChatTag usable in hash tables.
* Logic for commands relating to tags, where they add, remove or modify tag properties has been chaged taking into account changes to ChatTag class.
* Command tag-show has been updated to list members properly when config file contains users from older server saves that no longer exist in the current session.
* Fixed Reputation Title and Title Occupants strings not updating due to changes in tooltips properties.
* Added a way to validate members of the tag in situations where their SlgId or SteamId gets updated or added. Thx MonzUn for reporting!
MOTD module:
* MOTD window changed to new type that has a scroller and does not cut text and has a button.
* Option added in config to add button text.
Rules module:
* Updated AuthProvider to the newest version.
Timed Messages:
* All applicable timers now use PeriodicTimer.
Player Manager module:
* Added commands to manage vehicles.
* Video will be available that shows the usage of new vehicle commands in practice.
* Added new command /player-rl - reloads module configuration from the file and validates it.
* Added new command /car-List - lists player's vehicles. Provides links that copy full, usable commands ready to paste into chat window.
* Added new command /car-TpToUsr - teleports vehicle to player.
* Added new command /car-MyCars - lists only the command issuing player's vehicles.
* Added new command /car-Rez - resurects and teleports player's vehicle to their position. Use ready commands from /car-MyCars. Subject to cooldown if enabled.
* Added new command /car-Cd - shows user's cooldown on /car-Rez command.
* Added new command /car-EnableRez - enables /car-Rez command on server.
* Added new command /car-SetCd - sets /car-Rez command cooldown.
* In next updates I will expand these commands by tp to location, consume calories cost etc.
* Changed command /on to /online as the name colided with newly added command in vanilla server, causing crash on startup.
General:
* Updated all modules to changes in newest Eco 10 release.
-
-
Version 1.7.2
-
nid -
June 17, 2023 at 1:37 PM -
4.91 kB -
482 Downloads
Update to timers and changes made in nid-core 1.7.10.
Updates to code for the upcoming Eco 10.
Requires nid-core 1.7.10.
-
-
Version 1.7.1
-
nid -
December 21, 2022 at 11:59 AM -
5.72 kB -
514 Downloads
* Updated project to net7.
-
-
Version 1.7.0
-
nid -
November 23, 2022 at 9:11 PM -
5.56 kB -
516 Downloads
Compatibility with Eco 9.7
-
-
Version 1.6.0
-
nid -
August 31, 2022 at 11:19 PM -
6.04 kB -
554 Downloads
* Updated module to Eco version 9.6.0
* Updated to net6.
* REQUIRES: EM-Framework 3.3.0-beta2 or higher
-
-
Version 1.5.0
-
nid -
April 29, 2022 at 11:54 PM -
5.8 kB -
571 Downloads
* (RC.3/4) Reverted changes meant for future server build 2291.
* (RC.2) Module output filename updated to match namespace.
* Module updated to Eco 9.5.0
* REQUIRES: EM-Framework 3.2.0-RC.3 or higher.
-
-
Version 1.1.2
-
nid -
September 4, 2021 at 7:10 AM -
5.7 kB -
472 Downloads
Version 1.1.2
- Compatibility patch with EM Framework 3.1.0
- Requires EM Framework 3.1.0
-
-
Version 1.1
-
nid -
August 24, 2021 at 1:16 PM -
5.7 kB -
460 Downloads
Version 1.1
- Migrated project to Net5.
- Compatibility patch with Eco version 9.4
-
-
Version 1.0.1
-
nid -
October 13, 2020 at 12:35 AM -
5.64 kB -
763 Downloads
Version 1.0.1
- Added requirement for nid-core module enforcement. If the module is not found or in wrong version, it will be reported to the server owner, instead of showing default net cryptic error message.
- Improved disable and re-enable logic;
- Migrated project to NetStandard 2.1.
-