Quote: |
//This file stores class information on each user
ClassDB=class.dat //This will determine whether the plugin starts enabled or disabled by default (Disabled[0], Enabled[1]) myAdminAutoEnable=1 //Will save the database in the given amount of minutes automatically myAdminSaveInterval=30 //If on, it will check the staff *.txt files and automatically regulate them (No[0], Yes[1]) //Works in co-operation with myAdminRefresh myAdminAutoStaff=1 //The interval between staff *.txt file checks to automatically regulate for staff members in zone listing //Max time is 9999 myAdminRefresh=360 //If left blank, blank standard stages will be referred to DefaultPlayer first, //and if that fails, these players will have no effect from myAdmin (as if myAdmin //were never installed) //Define the default class file that players will be automatically have DefaultPlayer=class_player.txt //Define the default class files for each of the standard stages DefaultSysop=class_sysop.txt DefaultSMod=class_smod.txt DefaultModerator=class_moderate.txt DefaultVIP=class_vip.txt //In this file we are defining the class files //You can have up to 16 custom classes maximum //Leave blank if none Class00= Class01= Class02= Class03= Class04= Class05= Class06= Class07= Class08= Class09= Class10= Class11= Class12= Class13= Class14= |
Quote: |
[Commands]
//Is this class file enabled? (No[0], Yes[1]) //If disabled, it will be completely ignored when checked; for example //if this is the class_vip.txt file and you disable it, VIPs will have //the same power as players will unless... See IgnorePlayerDefault comment ActiveClassFile=1 ReferrerClass=class_player.txt //If ActiveClassFile is set to 0, it will check this to see whether it should //use the defined ReferrerClass (above) from myAdmin.ini or not. If not, it will be as if myAdmin //was never installed for this type of player //[0]No, use this class defined in myAdmin.ini if this class is disabled //[1]Yes, completely ignore the referrer and act as if myAdmin didn't exist IgnoreReferrer=0 //All regular commands below //Private; Is this a private command? Don't touch this! (No[0], Yes[1]) //Enabled; Is this command enabled for this class? (No[0], Yes[1]) stat Private=0 Enabled=1 addword Private=0 Enabled=1 shutdown Private=0 Enabled=1 s Private=0 Enabled=1 g Private=0 Enabled=1 log Private=0 Enabled=1 energy Private=0 Enabled=1 addmachine Private=0 Enabled=1 removemachine Private=0 Enabled=1 listmachine Private=0 Enabled=1 ufo Private=0 Enabled=1 super Private=0 Enabled=1 mirror Private=0 Enabled=1 getnews Private=0 Enabled=1 putnews Private=0 Enabled=1 getsysoplist Private=0 Enabled=1 putsysoplist Private=0 Enabled=1 getsmodlist Private=0 Enabled=1 putsmodlist Private=0 Enabled=1 getobscene Private=0 Enabled=1 putobscene Private=0 Enabled=1 getfile Private=0 Enabled=1 putfile Private=0 Enabled=1 delfile Private=0 Enabled=1 version Private=0 Enabled=1 lag Private=0 Enabled=1 szone Private=0 Enabled=1 zone Private=0 Enabled=1 getlist Private=0 Enabled=1 putlist Private=0 Enabled=1 getmodlist Private=0 Enabled=1 putmodlist Private=0 Enabled=1 recycle Private=0 Enabled=1 restart Private=0 Enabled=1 prize Private=0 Enabled=1 listmod Private=0 Enabled=1 arena Private=0 Enabled=1 permit Private=0 Enabled=1 revoke Private=0 Enabled=1 beginlog Private=0 Enabled=1 endlog Private=0 Enabled=1 shipreset Private=0 Enabled=1 scorereset Private=0 Enabled=1 flagreset Private=0 Enabled=1 timereset Private=0 Enabled=1 banner Private=0 Enabled=1 lock Private=0 Enabled=1 lockspec Private=0 Enabled=1 lockteam Private=0 Enabled=1 lockprivate Private=0 Enabled=1 lockpublic Private=0 Enabled=1 lockchat Private=0 Enabled=1 lockall Private=0 Enabled=1 timer Private=0 Enabled=1 kill Private=0 Enabled=1 shutup Private=0 Enabled=1 spec Private=0 Enabled=1 specall Private=0 Enabled=1 setship Private=0 Enabled=1 setfreq Private=0 Enabled=1 locate Private=0 Enabled=1 watchgreen Private=0 Enabled=1 listban Private=0 Enabled=1 removeban Private=0 Enabled=1 lag Private=0 Enabled=1 greeninfo Private=0 Enabled=1 flags Private=0 Enabled=1 warn Private=0 Enabled=1 warpto Private=0 Enabled=1 relkills Private=0 Enabled=1 tinfo Private=0 Enabled=1 watchdamage Private=0 Enabled=1 sysop Private=1 Enabled=1 smoderator Private=1 Enabled=1 getfile Private=1 Enabled=1 putfile Private=1 Enabled=1 thor Private=1 Enabled=1 lowbandwidth Private=1 Enabled=1 messagelogging Private=1 Enabled=1 super Private=1 Enabled=1 ufo Private=1 Enabled=1 einfo Private=1 Enabled=1 bandwidth Private=1 Enabled=1 points Private=1 Enabled=1 info Private=1 Enabled=1 where Private=1 Enabled=1 trace Private=1 Enabled=1 moderator Private=1 Enabled=1 [Prize] //Prize Values Below //Is this user class able to issue a negative prize (ie. *prize #-13)? (No[0], Yes[1]) AllowNegativePrize=1 //Can this user prize greens (ie. *prize 13 ups the bounty of the user by 13)? (No[0], Yes[1]) AllowBountyIncrease=1 //Can this user prize any of the following numbers? (No[0], Yes[1]) PRecharge1=1 PEnergy2=1 PRotation3=1 PStealth4=1 PCloak5=1 PXRadar6=1 PWarp7=1 PGuns8=1 PBombs9=1 PBouncingBullets10=1 PThruster11=1 PTopSpeed12=1 PFullCharge13=1 PEngineShutdown14=1 PMultifire15=1 PProximity16=1 PSuper17=1 PShields18=1 PShrapnel19=1 PAntiwarp20=1 PRepel21=1 PBurst22=1 PDecoy23=1 PThor24=1 PMultiprize25=1 PBrick26=1 PRocket27=1 PPortal28=1 [BanG] //BanG Commands Below //Just because all of them may be enabled, it doesn't mean the bot will be able to successfully execute all of //them, as they can have limited BanG access //If you don't have BanG access, then disable it below (Disabled[0], Enabled[1]) BangActive=1 //Bots BanG login password BangLogin=password //What command is used to login? Do not include the ? in front of the command (WRONG - ?blogin, RIGHT - blogin) BangLoginblogin //Refer to the Access Level Listings at http://www.shanky.com/server/commands.html BangLevel=2 bversion Enabled=1 notify Enabled=1 bantext Enabled=1 ban Enabled=1 listban Enabled=1 bantonet Enabled=1 bantolocal Enabled=1 changeban Enabled=1 liftban Enabled=1 bancomment Enabled=1 banfree Enabled=1 listbanfree Enabled=1 removebanfree Enabled=1 addop Enabled=1 listop Enabled=1 removeop Enabled=1 extchat Enabled=1 listzone Enabled=1 [BangPrefixes] //BanG Prefixes //FORMAT - BPrefixCommandA=Z // PrefixAB=Y // LevelAB=X //A should be a number from 0 to 9 //Z is the command/prefix itself //B starts at 0 and is increased each time by 1 //X should be one of the Access Level numbers in MineGoBOOM's listing //Do not add the ? before command BPrefixCommand0=ban //Do not add the -, #, or any other symbols besides what the main prefix is Prefix00=* Level00=1 Prefix01=! Level01=2 Prefix02=e Level02=4 Prefix03=a Level03=4 Prefix04=i Level04=3 Prefix05=m Level05=1 Prefix06=n Level06=3 Prefix07=c Level07=4 Prefix08=k Level08=4 Prefix09=z Level09=0 BPrefixCommand1=bantolocal Prefix10=* Level10=4 Prefix11=d Level11=4 |
Quote: |
If you want what it sounds like you want... how would a MervBot control server commands? |
Bak wrote: |
sounds like asss ![]() |
Maverick wrote: |
There also needs to be about just as much bots as there are staffers. |
Quote: |
Also your config is incorrect, or at least will require a custom reader, you have loads of Enabled keys in each section, it should be like:
statPrivate=0 statEnabled=1 |