View Single Post
piet

JCF Member

Joined: Feb 2003

Posts: 438

piet is doing well so far

Oct 18, 2005, 07:15 AM
piet is offline
Reply With Quote
Quote:
Originally Posted by Overlord
I think I know how to allow admins to handle multiple commands at the same time making their job a little easier. Suppose an admin has to enter a bunch of commands to initialize the game play. To do so he would need to lower the protection so that players can roast each other, set the time limit, set the max score limit and make an announcement that a mach has begun. He'd have to issue the following commands over jj2 chat:

!admin set healthcontrol 3
!admin set timelimit 20
!admin set maxscore 10
!admin announce ||Match has begun! Fight now!


Now suppose these lines were located in a txt file named startmatch.txt on the server and all the admin has to do now is type in:

!admin exec startmatch.txt

Pertty useful, huh?

EDIT (to Cooba's post below):
Mostly everything that PC4 can do plus more. I still do not have a full feature list.
EDIT: pageclaim in the name of cool console commands :P

thats cool!
maybe an autoexec.txt that will execute when the server starts or restarts.
or special scripts for maps like battle2.txt capture1.txt

but it would save time without !admin and shorter commands like just !exec, !settime.

i dont know if this can be done but maybe this is a neat idea:

when a player logs in the servers searches his ip in a text file.
this way we are able to make a admin level system like Shrubbot in Wolfenstein.

something like this:

Code:
[level]
level   = 0
name    = Player
flags   = iahC

[level]
level   = 1
name    = Advanced Player
flags   = a

[level]
level   = 2
name    = Player Moderator
flags   = iahCp

[level]
level   = 3
name    = Administrator
flags   =*

[admin]
name    = *[avropet]*
ip    = 192.168.0.7
level   = 3
flags   =
here there are 3 levels and one admin.
the flags configure the commands availible for the level or admin.

like:

flags = kbr

* = all commands
k = !kick
b = !ban
r = !restart
a = !admintest

(if a players types !admintest the server chats there level on the screen)

is this something?
__________________
I remember playing jazz2 like crazy!