only admins would be able
+4
samcompton
Hellena
magejames
cassy
8 posters
::yell for lvls 10+
MOD_JIMMY- Noob
- Post n°27
Re: ::yell for lvls 10+
Maybe should be ::pkreport, and reports the player to Brice, and, Cassy, which mods were abusing??
P.S, if i need to yell REALLY bad, i just do ::banuser .... ATTENTION: (messege here)
P.S, if i need to yell REALLY bad, i just do ::banuser .... ATTENTION: (messege here)
cassy- Noob
- Post n°28
Re: ::yell for lvls 10+
oh it happens sometimes just saying like some people would abuse stuff to not get demoted or something or if they dont like someone they do that anyways
Pk Rifle!- Noob
- Post n°29
Re: ::yell for lvls 10+
hmmm thats gotta stop lol... and i want patton back on =[
Hellena- Noob
- Post n°30
Re: ::yell for lvls 10+
i hate freaking power abuser
brice has to look for his admisn and mods not like it was 1-3monts ago
-.-
brice has to look for his admisn and mods not like it was 1-3monts ago
-.-
MOD_JIMMY- Noob
- Post n°31
Re: ::yell for lvls 10+
yeah, i dont like power abusers
Current Staff are:
ME
John
Sam
Matt
I know they wont power abuse
Current Staff are:
ME
John
Sam
Matt
I know they wont power abuse
Im Jesus- Noob
- Post n°32
Re: ::yell for lvls 10+
I agree with this.
lvl 50+ can yell every 5 sec.
and 100+ no time limit on yells
but should have auto ban for spam on yell channel
also agree with the pkban when someones range glitching and whatnot.
lvl 50+ can yell every 5 sec.
and 100+ no time limit on yells
but should have auto ban for spam on yell channel
also agree with the pkban when someones range glitching and whatnot.
Im Jesus- Noob
- Post n°33
Re: ::yell for lvls 10+
MOD_JIMMY wrote:Maybe should be ::pkreport, and reports the player to Brice, and, Cassy, which mods were abusing??
P.S, if i need to yell REALLY bad, i just do ::banuser .... ATTENTION: (messege here)
well I also think that
if you need to yell real bad
brice should add
and ::alert command
for MODS AND ADMINS ONLY
I had one in my old server
and if you typed ::alert
and then your message
it automatically added
"ATTENTION::"
samcompton- Noob
- Post n°34
Re: ::yell for lvls 10+
You didn't make that though so go die. Hmm perhaps for a yell try :-
} else if (command.startsWith("yell") && command.length() > 5) {
if (###### > 50);
PlayerHandler.messageToAll = playerName+ " - " +command.substring(5);
if (###### < 49);
sendMessage("You must be a level 50+ in ##### to use Yell");
}
Little explanation :- I just wrote that up rough, it should still work However what this does is if a characters combat is below 100 they will not be allowed to yell however if they are 100+ in combat they can say their message.
PS :- There is an anti-leech on that incase Brice tries to steal he can work his way through it its not difficult but just to show. =)
} else if (command.startsWith("yell") && command.length() > 5) {
if (###### > 50);
PlayerHandler.messageToAll = playerName+ " - " +command.substring(5);
if (###### < 49);
sendMessage("You must be a level 50+ in ##### to use Yell");
}
Little explanation :- I just wrote that up rough, it should still work However what this does is if a characters combat is below 100 they will not be allowed to yell however if they are 100+ in combat they can say their message.
PS :- There is an anti-leech on that incase Brice tries to steal he can work his way through it its not difficult but just to show. =)