Author Topic: Basic Commands v2.0.2  (Read 4264 times)

0 Members and 1 Guest are viewing this topic.

Offline soldat-game

  • Camper
  • ***
  • Posts: 407
Basic Commands v2.0.2
« on: July 20, 2020, 01:33:05 pm »
Name: Basic Commands
Version: 2.0.2
Author: dominikk26
Server version: 2.8.2+
Script core: 3+
Download: Attachment! Click here (v2.0.2) to download the latest version.
Compile Test: Passed
Description:
I noticed that my old script is very popular. But hardly anyone knows that it has a few critical but unnoticeable errors, because it comes from my young years. Additionally, it uses the old server api.
Now this is fix refreshed in script core 3, with eliminated errors - NEW BASIC SCRIPT 2.0.2!
- There were some improvements
- Fix all old bugs
- New system of many things, example killing spree or maplist
- New commands, example !lastmap
- Command /banr it has now become more accurate, more precise, safer and more intelligent :)
- The script became very easily configurable from the config file. There will also be many new configuration options.
- New display mapslist:


Code: [Select]
__________Commands_List:___________________________________________________
!a          !b        !s     !j         - Change team, Join team          |
!ping       !ping <*> !track !track <*> - Shows: Ping, Max & Average      |
!map        !maps                       - Current map name, Map list      |
!rate       !rate <*>                   - Shows: Your or player ratio     |
!vote       !nextmap  !lastmap          - Vote for nextmap or lastmap     |
!whois      !admin                      - Admins online, Calling admin    |
!time       !rules                      - Current date & time, Rules list |
What is <*>                             - Can be ID, part name, full name |
__________________________________________________________________________|

Code: [Select]
__________Admin_Commands:___________________________
/kickall /killall  - Kick, kill all                |
/explodeall        - Efficiently kill all.         |
/banr <ID> <Time(m|h|d|mon|y)> <Reason>            |
                   - Ban player of id on specified |
                     time (hour, day, months)      |
                     with the stated reason        |
/randomize         - Randomize Maplist             |
/reloadsettings    - Reloading script settings     |
/admincommands     - List of admin commands        |
___________________________________________________|

Code: (Settings.ini) [Select]
[Paths]
Commands_List=scripts\Basic 2.0.0\data\Commands.txt
Admin_Commands=scripts\Basic 2.0.0\data\AdminCommands.txt
Rules=scripts\Basic 2.0.0\data\Rules.txt
Spree_Messages=scripts\Basic 2.0.0\data\SpreeMessages.txt
Admins_HWID_List=scripts\Basic 2.0.0\data\AdminsHWID.txt
Maps_List=mapslist.txt

[Commands_Admin]
Active_Admin_Commands=1
Active_Reload_Settings=1
Active_Ban_Range=1
Active_Randomize_Maps=1
Active_Explode_All=1
Active_Kill_All=1
Active_Kick_All=1
Commands_Admin_Commands=admincommands
Commands_Reload_Settings=reloadsettings
Commands_Ban_Range=banr|banrange|bantime
Commands_Randomize_Maps=randomize
Commands_Explode_All=explodeall
Commands_Kill_All=killall
Commands_Kick_All=kickall
Color_Good=$00BFFF
Color_Bad=$ff0033
Max_Ban_Time=129600
Auto_Change_Time_If_Too_Big=1
Admin_Commands_List_Color_Identify=0

[Commands_List]
Active=1
Commands=cmd|cmds|command|commands
Color_Basic_Good=$00BFFF
Color_Basic_Bad=$ff0033
Color_Identify=0

[Maps_Lists]
Active=1
Commands=maps|mapslist|listmap|listmaps|maplist
Color_Good=$00BFFF
Sorting=0
Number_Of_Rows=5
Decrease_Text=1
Display_For_All=0

[Map_Sytem]
Active_Next_Map=1
Active_Last_Map=1
Active_Current_Map=1
Commands_Next_Map=n|nm|nextmap|whatisnextmap
Commands_Last_Map=l|lastmap|whatislastmap
Commands_Map=map|current|currentmap|mapcurrent|whatismap
Commands_Vote=v|vote|votenext|votelast|voteaddtime|voteadd
Color_Positive=$00BFFF
Color_Negative=$ff0033
Min_Vote_Precent_To_Change=65
Vote_Time_Limit=30
Time_To_Start_And_Vote_Time_Add=7
Bots_Can_Vote=0

[Killing_Spree]
Active=1
Color_Good=$00BFFF
Color_Bad=$ff0033
Color_Other=$FFA500
Number_Spree_Between_Messages=4
Allow_Self_Kill=0
Counts_Bots=1

[Spec_Idle]
Active=1
Color_Good=$00BFFF
Color_Bad=$ff0033
Color_Other=$00BFFF
Spec_Max_Time=10
Ban_Time=1
Ignore_Admins=1

[AverageServerPing]
Active=1
Color_Good=$00BFFF
Time_Delay=6

[Whoisadmin]
Active=1
Commands=whoisadmin|adminlist|adminsonline|onlineadmins|onlineadmin|adminonline|whois
Color_Good=$00BFFF
Color_Bad=$ff0033
Count_TCP=1
Count_IN_GAME=1
Time_Counting=3

[Ping_Track]
Active=1
Commands=t|track|pingtrack|trackping
Color_Good=$00BFFF
Color_Bad=$ff0033
Measurement_Time=5

[Rules]
Active=1
Commands=rules|rules|rul
Color_Basic_Good=$00BFFF
Color_Basic_Bad=$ff0033
Color_Identify=1
When_Map_Change_Display=1

[Change_Team]
Active=1
Active_Join=1
Active_Join_Alpha=1
Active_Join_Bravo=1
Active_Join_Charlie=1
Active_Join_Delta=1
Active_Join_Specator=1
Commands_Join=j|join|start|play
Commands_Join_Alpha=1|a|alpha|red|r|joina|join a
Commands_Join_Bravo=2|b|bravo|blue|blu|joinb|join b
Commands_Join_Charlie=3|c|char|charlie|yellow|yel|joinc|join c
Commands_Join_Delta=4|d|del|delta|green|gre|joind|join d
Commands_Join_Specator=5|s|spec|specators|joins|join s
Color_Bad=$ff0033

[Ping]
Active=1
Commands=ping
Color_Good=$00BFFF
Color_Bad=$ff0033

[Ratio]
Active=1
Commands=rate|ratio|kd|k/d|kdratio
Color_Good=$00BFFF
Color_Bad=$ff0033

[Time]
Active=1
Commands=time|date
Color_Good=$00BFFF
« Last Edit: July 23, 2020, 04:00:09 pm by soldat-game »

Offline soldat-game

  • Camper
  • ***
  • Posts: 407
Re: Basic Commands v2.0.2
« Reply #1 on: July 23, 2020, 04:01:29 pm »
Basic 2.0.2:
- Fix small bug when players could be kicked for taking observer slot while be in game.
« Last Edit: July 23, 2020, 07:38:00 pm by soldat-game »