Thread Rating:
  • 15 Vote(s) - 4.53 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Release [SOURCE][Discontinued]Ingame RCON tool [Version 0.7.5]
#31
(01-17-2012, 21:28)bonemind Wrote: Thanks for you suggestions Big Grin
I actually just started working on a tmpban feature Tongue
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 Big Grin
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 ^^
Reply

#32
(01-18-2012, 22:56)Deviler86 Wrote:
(01-17-2012, 21:28)bonemind Wrote: Thanks for you suggestions Big Grin
I actually just started working on a tmpban feature Tongue
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 Big Grin
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 ^^
Ah i misunderstood Tongue
i thought you meant to give a reson to the player who was banned (in the you have been kicked/banned screen) but in chat is obviously possible, will do it maybe tomorrow, if not friday.

As for immunity, i hadn't thought about that enough apparantly, will take a look into it Big Grin
Reply

#33
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.
Reply

#34
(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 helpsSmile
Reply

#35
(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 helpsSmile

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.
Reply

#36
(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 helpsSmile

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*

Reply

#37
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.
Reply

#38
(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 Big Grin
Reply

#39
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?
Reply

#40
(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 Big Grin
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.
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  [Request] Forgot the name of a tool zurasaur 4 3,882 11-10-2013, 10:45
Last Post: Nekochan
  [Release] [SOURCE] Random Weapons. [HARD] Tony. 1 3,907 11-08-2013, 11:11
Last Post: Nekochan
  Help source random weapons [HARD] Tony. 4 4,367 11-08-2013, 05:25
Last Post: [HARD] Tony.
  MW3 Server Version superg1973 7 12,136 10-28-2013, 01:15
Last Post: kotyra972
  [Request] Health and Points on hud source robinvm 7 5,203 10-27-2013, 08:23
Last Post: robinvm
  [Release] [SOURCE] DOOR V2.0 [HARD] Tony. 5 5,013 09-26-2013, 14:01
Last Post: Nekochan
  Help Playing sounds ingame? Some 2 3,176 09-10-2013, 10:42
Last Post: Yamato
  God Mode Plugin - Everyone has rcon admin srskiller 4 5,698 08-28-2013, 19:03
Last Post: phillipito
  [source] medic E-losev 6 5,391 07-26-2013, 06:18
Last Post: E-losev
  [source] vAmpIr E-losev 5 4,496 07-25-2013, 16:28
Last Post: Bandarigoda123

Forum Jump:


Users browsing this thread:
2 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.