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!
----------------------------------
NidToolbox Full Pack
Modular set of server tools for Eco
For Eco 10
Contains all of the modules available for NidToolbox in a single package!
You can also remove any of the modules you don't need, simply by deleting them.
Support is provided as well as suggestions are accepted on my Discord here
For details on each contained module, it's commands and descriptions, please visit links below:
- Core module - timezones, required to run all other modules.
- Chat Logger - logging chat in realtime.
- Laws - Adds new law clauses, improving the checking system. Provides fixes for found problems in laws and exposes buried game values and checkers.
- Chat Tags - Create and assign chat tags to the players on your server, to clearly mark their roles and membership, whether they are an [Admin] or a [Janitor].
- IP Logger - providing data on each logon and logout, fully customizable. Can log to server log, console, own log, or all at the same time.
- Player Manager - contains commands useful in day-to-day player management, ability to Reset Skills, Talents and progression, set Job Level and refund specialisation points of any player on the server, geo-location and more.
- Core - this module. Download at the top of this page.
- Server Cleanup - Set of server clean and maintenance commands, allowing for removal of mining rubble, tree debris, stumps etc. Generates detailed report on rubble present on the server.
- MOTD - Displays welcome message to players logging in, accepts all Eco's formatting. Stores MOTD in a text file for easy edits. Managed from command line and/or config files.
- Server Rules and Preventables - Enables sever owner to enforce set of Server Rules. Certain actions of the players can be restricted, until they have accepted the Server ruleset.
- Server News - News can be either displayed automatically on login, or triggered at any time via the command.
- Timed Messages - Time-based messages can be set to trigger at certain hour, or every X minutes.
Text Tokens
Modules that use textual files or send data, can now take advantage of the text tokens.
These allow for message customization and a way to provide current server data.
All of the data is read directly from the server, from already available sources, with the exception to USERSPEAKONLINE and USERSPEAKONLINEDATE these two are counted from the moment of installing NidToolbox and can be set manually via respective commands.
Text of Hello, {{USER}} will replaced with the current viewing user intercatable name.
//User related
{{USER}} // returns interactable player name (string).
{{USERWITHTAGS}} // returns interactable player name with their server roles (string). NOTE: This respects showInUI setting for ChatTags!
//Admins and active users
{{USERSACTIVE}} // players in Active demographic (integer).
{{USERSPEAKACTIVE}} // most the Active demographic ever had (integer).
{{USERSPEAKONLINE}} // most users online (integer)
{{USERSPEAKONLINEDATE}} // when the online peak users occurred (string) i.e. 12-May-2024 16:24
{{USERSONLINE}} // users online currently (integer).
//Age related
{{WORLDAGE}} // how long was the world up in format XX days and YY hours (string).
//Sea levels
{{SEARISENTOTAL}} // total change in sea level in meters (integer).
{{SEARISENTODAY}} // change in sea level in last 24 hours in meters (integer).
//CO2 levels
{{CO2RISENTOTAL}} // total change in CO2 levels in PPM (integer).
{{CO2RISENTODAY}} // change in CO2 emissions in last 24 hours in PPM (integer).
{{CO2LIFETIMEPOLLUTION}} // change in CO2 emissions in total only from pollution emitters in PPM (integer).
{{CO2LIFETIMEANIMALS}} // change in CO2 emissions from animals in PPM (integer).
{{CO2LIFETIMEPLANTS}} // CO2 removed by plants in PPM (integer).
{{CO2TOTAL}} // Total CO2 present (integer).
//Temperature
{{TEMPRISENTOTAL}} // total change in temperature levels in degrees of units that server follows. (integer).
{{TEMPRISENTODAY}} // change in temperature in last 24 hours in degrees of units that server follows (integer).
{{TEMPAVERAGE}} // average global temperature in degrees of units that server follows (integer).
//Ground pollution
{{GROUNDLIFETIMEPLLUTION}} // total change in ground pollution levels in PPM (integer).
Display More
Installation:
Unpack the contained Mods folder, over your Mods folder on your server.
REQUIRES EM-Framework, available here.
-
Version none
-
nid -
May 4, 2024 at 12:15 PM -
635 Downloads
Main mod page changed
-
-
Version 1.10.15
-
nid -
April 24, 2024 at 8:23 PM -
649 Downloads
Updated Laws to 1.10.3
-
-
Version 1.10.14
-
nid -
April 16, 2024 at 12:48 PM -
647 Downloads
Fixed world age token showing less than a day no matter the actual value of the token.
Added slight delay to MOTD display so server has time to update online users data. -
-
Version 1.10.13
-
nid -
April 13, 2024 at 3:25 PM -
634 Downloads
Added text tokens support.
-
-
Version 1.10.11
-
nid -
March 25, 2024 at 11:13 PM -
645 Downloads
Chat Tags are now interactive within the game UI.
Chat tag can have description and shows tooltip on hover.
If Chat tag is altered it also updates in chat.
Added ability to set custom text or/and icon in chat for the tag.
Added self-assignable tags system.
Added new commands: tag-TextInChat, tag-EnableSelfSystem, tag-Me, tag-DelMe, tag-MakeSelfAssigned, tag-Description. -
-
Version 1.10.8
-
nid -
January 12, 2024 at 12:21 AM -
696 Downloads
Player Manager:
Now uses objectId GUID property to identify vehicles.
Fixed formatting error that would fail to return vehicle list. -
-
Version 1.10.7
-
nid -
January 3, 2024 at 12:14 PM -
688 Downloads
Fixes vehicle commands failing after the last hotfix.
Fixes vehicle command failing if vehicle has been altered when the command was issues.
Fixes vehicle command failing when vehicle ID is no longer valid. -
-
Version 1.10.6
-
nid -
December 27, 2023 at 5:20 PM -
738 Downloads
Timed Messages: 1.10.1
CodeFixed /timer-enable command not being registered at all in command handler. Fixed /sched-enable reporting that the list is empty, despite it having valid elements.
-
-
Version 1.10.5
-
nid -
December 27, 2023 at 4:01 PM -
730 Downloads
Laws 1.10.1:
Fixes problem when deserialising DemographicsMembers game value with defaults assigned to it.
-
-
Version 1.10.4
-
nid -
December 26, 2023 at 4:23 AM -
726 Downloads
* Fixed /onduty and /offduty commands broken after the update.
* Improved tags membership sortings.
* Added warnings on tags which were disabled globaly by their global visibilty properties.
* Improved reload tags configs, to preform fast on very big servers (500+ members).
* Added duration information on reload config tags. -