nid added a new file:
NidToolbox - Full Pack
QuoteDisplay MoreNIDTOOLBOX' 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.
Code Display More//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).
Installation:
Unpack the contained Mods folder, over your Mods folder on your server.
REQUIRES EM-Framework, available here.