Posts: 77
Threads: 12
Joined: Nov 2010
Reputation:
5
(01-17-2012, 21:28)bonemind Wrote: Thanks for you suggestions
I actually just started working on a tmpban feature
You can display a reason to a kicked player by adding it after his/her name
More ingame feedback will be added as well
Reasons for bans are afaik not possible, correct me if i'm wrong
Availible commands will make the todo list as well
If more players are found it asks for a more specific part of the name
And immunity will propably not make it since my permissions part is temporary until Nukem is able to fix the bug Pozzuh's is having
Reasons are possible for everything.. you just have to define and display the text yourself ^^.
I didn't use the optional reason part of the commands because it wasn't for all commands, like for "ban". So i just wrote a Text myself like:
[Admin] <admin.name> <action> player <client.name>. Reason: <reason>.
(action = "kicked" or "banned" or "temporary banned")
That Text of course would only show if the user defines a reason ^^
As for the immunity part:
Since the permission plugin from Pozzuh just checks for permission, any other Plugin Developer will have to add such an "immunity" function himself.
You can make it work for your temporary permissions part and Pozzuhs Permission Plugin.
But its your decision ^^
Posts: 163
Threads: 4
Joined: Oct 2011
Reputation:
14
Posts: 23
Threads: 1
Joined: Sep 2011
Reputation:
0
Back with another question. Trying to set up warnings. Here is a couple warnings in my warnings.txt
Code: MR Making room for member, Sorry!
FL Watch your language. No profanity including abbreviations!
For example when i type !warn superg MR all they see is warned for MR instead of the actual warning.
Posts: 163
Threads: 4
Joined: Oct 2011
Reputation:
14
(01-19-2012, 03:38)superg1973 Wrote: Back with another question. Trying to set up warnings. Here is a couple warnings in my warnings.txt
Code: MR Making room for member, Sorry!
FL Watch your language. No profanity including abbreviations!
For example when i type !warn superg MR all they see is warned for MR instead of the actual warning. Hey,
The file should be called "warnings" not warnings.txt
same goes for the admins and badwords files
I hope this helps
Posts: 23
Threads: 1
Joined: Sep 2011
Reputation:
0
(01-19-2012, 03:53)bonemind Wrote: (01-19-2012, 03:38)superg1973 Wrote: Back with another question. Trying to set up warnings. Here is a couple warnings in my warnings.txt
Code: MR Making room for member, Sorry!
FL Watch your language. No profanity including abbreviations!
For example when i type !warn superg MR all they see is warned for MR instead of the actual warning. Hey,
The file should be called "warnings" not warnings.txt
same goes for the admins and badwords files
I hope this helps
Yeah that's what they are. Sry the .txt caused confusion. Still not working for me. I also realized my timed messages were not loading. I think something got corrupted somewhere. Going to try starting fresh with everything tomorrow.
Posts: 163
Threads: 4
Joined: Oct 2011
Reputation:
14
(01-19-2012, 05:33)superg1973 Wrote: (01-19-2012, 03:53)bonemind Wrote: (01-19-2012, 03:38)superg1973 Wrote: Back with another question. Trying to set up warnings. Here is a couple warnings in my warnings.txt
Code: MR Making room for member, Sorry!
FL Watch your language. No profanity including abbreviations!
For example when i type !warn superg MR all they see is warned for MR instead of the actual warning. Hey,
The file should be called "warnings" not warnings.txt
same goes for the admins and badwords files
I hope this helps
Yeah that's what they are. Sry the .txt caused confusion. Still not working for me. I also realized my timed messages were not loading. I think something got corrupted somewhere. Going to try starting fresh with everything tomorrow. Uhm, might have been my mistake, warning reasons were case sensitive, this has been fixed now *facepalm*
Posts: 23
Threads: 1
Joined: Jan 2012
Reputation:
0
Hi everyone I have serious problem with this plugin.
when I do what U said my server crash.
here I put all my config files
plugins/serveradmin/admins
0110000103584543
at first I set
uselangfilter=false
kickwarnings =3
usePermissions=false
but at last sv_config.ini look like :
[SERVER]
Ranked=0
//Control if the server is ranked or not by default [0-1]
TimedMessages=1
//Enable or disable timed messages [0-1]
SpecsFix=0
//Disable the CPU/Bandwidth check [0-1]
[LOG]
ConsoleLog=1
//Enable logging to the 'console.log' file [0-1]
[SCRIPT]
Enabled=0
//Enable the server script [0-1]
Script=example.script
//Server script to run
[DEBUG]
ExceptionLogging=1
//Enable logging of crashes [Turn off to prevent false detections] [0-1]
//Don't add spaces after commas!
//CASE SENSITIVE!
//Don't remove the User & Admin groups!
[Permission]
Usergroups=Admin,Moderator,User
Admin_xuids=0110000103584543
Admin_commands=*ALL*
Moderator_xuids=xuid1,xuid2,xuid3
Moderator_commands=!help,!getxuid,!gettype
User_commands=!help,!getxuid,!gettype
User_xuids=*EVERYONE*
[ServerAdmin]
uselangfilter=true
kickwarnings =3
usePermissions=true
any suggestion?
and I realy thanks U guys.
Posts: 163
Threads: 4
Joined: Oct 2011
Reputation:
14
(01-20-2012, 05:08)pesaregoloo Wrote: Hi everyone I have serious problem with this plugin.
when I do what U said my server crash.
here I put all my config files
plugins/serveradmin/admins
0110000103584543
at first I set
uselangfilter=false
kickwarnings =3
usePermissions=false
but at last sv_config.ini look like :
[SERVER]
Ranked=0
//Control if the server is ranked or not by default [0-1]
TimedMessages=1
//Enable or disable timed messages [0-1]
SpecsFix=0
//Disable the CPU/Bandwidth check [0-1]
[LOG]
ConsoleLog=1
//Enable logging to the 'console.log' file [0-1]
[SCRIPT]
Enabled=0
//Enable the server script [0-1]
Script=example.script
//Server script to run
[DEBUG]
ExceptionLogging=1
//Enable logging of crashes [Turn off to prevent false detections] [0-1]
//Don't add spaces after commas!
//CASE SENSITIVE!
//Don't remove the User & Admin groups!
[Permission]
Usergroups=Admin,Moderator,User
Admin_xuids=0110000103584543
Admin_commands=*ALL*
Moderator_xuids=xuid1,xuid2,xuid3
Moderator_commands=!help,!getxuid,!gettype
User_commands=!help,!getxuid,!gettype
User_xuids=*EVERYONE*
[ServerAdmin]
uselangfilter=true
kickwarnings =3
usePermissions=true
any suggestion?
and I realy thanks U guys.
Hey,
I've spent half an hour trying to reproduce this but really didn't manage to.
Does the server start with only my or only Pozzuh's plugin?
when does it crash? immediately? on map load? on player connect?
Do you use any other plugins and are you sure the sv_config.ini file is correct file, so you're not editing a copy somewhere else?
Also, as a last hope, you could simply remove the admins and badwords files and the langfilter and permissions should disable automaticly (this will be written in the server console) please let me know what happens
Posts: 1,519
Threads: 107
Joined: Dec 2011
Reputation:
48
you guys have no shame, this guy made a AWESOME tool, and he has only 1 rep? what the fuck is wrong with you guys?
Posts: 23
Threads: 1
Joined: Jan 2012
Reputation:
0
(01-20-2012, 13:15)bonemind Wrote: (01-20-2012, 05:08)pesaregoloo Wrote: Hi everyone I have serious problem with this plugin.
when I do what U said my server crash.
here I put all my config files
plugins/serveradmin/admins
0110000103584543
at first I set
uselangfilter=false
kickwarnings =3
usePermissions=false
but at last sv_config.ini look like :
[SERVER]
Ranked=0
//Control if the server is ranked or not by default [0-1]
TimedMessages=1
//Enable or disable timed messages [0-1]
SpecsFix=0
//Disable the CPU/Bandwidth check [0-1]
[LOG]
ConsoleLog=1
//Enable logging to the 'console.log' file [0-1]
[SCRIPT]
Enabled=0
//Enable the server script [0-1]
Script=example.script
//Server script to run
[DEBUG]
ExceptionLogging=1
//Enable logging of crashes [Turn off to prevent false detections] [0-1]
//Don't add spaces after commas!
//CASE SENSITIVE!
//Don't remove the User & Admin groups!
[Permission]
Usergroups=Admin,Moderator,User
Admin_xuids=0110000103584543
Admin_commands=*ALL*
Moderator_xuids=xuid1,xuid2,xuid3
Moderator_commands=!help,!getxuid,!gettype
User_commands=!help,!getxuid,!gettype
User_xuids=*EVERYONE*
[ServerAdmin]
uselangfilter=true
kickwarnings =3
usePermissions=true
any suggestion?
and I realy thanks U guys.
Hey,
I've spent half an hour trying to reproduce this but really didn't manage to.
Does the server start with only my or only Pozzuh's plugin?
when does it crash? immediately? on map load? on player connect?
Do you use any other plugins and are you sure the sv_config.ini file is correct file, so you're not editing a copy somewhere else?
Also, as a last hope, you could simply remove the admins and badwords files and the langfilter and permissions should disable automaticly (this will be written in the server console) please let me know what happens thnks for replay
I removed all plugin and tested But as I said server crash when I use !kick or !ban or anything else
but when I remove the admins it just said that I dont have permission.
I tested that in my friends server and it crashed too.
any way do I use it right? I mean ,I put the serveradmin.dll and serveradmin folder in the plugin folder and in admins file I use 0110000103584543 (my xuid) and at first set
[ServerAdmin]
uselangfilter=false
kickwarnings =3
usePermissions=false
and then I run !resetconf
and automaticly it changed to
[ServerAdmin]
uselangfilter=true
kickwarnings =3
usePermissions=true
and then I restart server.
|