Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
DO NOT USE THIS PLUGIN
I thought I'd throw this out there <removed link> http://bit.ly/kickguardian3
[EventListener] private void OnJoin(object sender, JoinPlayerEvent e) { CheckGuardian(e.Player); } [EventListener] private void OnGuardian(object sender, GuardianModePlayerEvent e) { CheckGuardian(e.Player); } private void CheckGuardian(Player p) { if (p.IsGuardian) { this.Chatter.Kick(p.Username, "No guardians allowed."); } }
Processor sorted out the code
Last edited by Metatron (Sep 10 2014 5:34:28 am)
Thank you eleizibeth ^
I stack my signatures rather than delete them so I don't lose them
Offline
No I'm fine with koto being a guardian, nobody else.
Thank you eleizibeth ^
I stack my signatures rather than delete them so I don't lose them
Offline
Thank you to share it !
No I'm fine with koto being a guardian, nobody else.
Why? If you trust Julian's choice to have KOTO as a guardian, why not me, NVD, and ultrabass. Actually, you don't need to answer why for ultrabass.
Discord: jawp#5123
Offline
The point in guardian is to help people eliminate harassment and spam. Not to abuse their "power". You all are way too worried about this...
Oh Lorde, thy power shall vanquish the whorships of daemoniac heights, howls and squawking ecstacies that tore and reverberated through nighted worlds like pestilential tempests from the gulfs of hell.
I am worried about a kid losing his/her mind in blind and idiotic selfbelieve caused from his/her intention to do "good".
On Topic: Thanks for sharing this Squad.
Last edited by Helvi (Aug 30 2014 11:38:10 am)
Hi.
Offline
uhm
I don't cupcake, so
public static function isGuardian(_arg1:String):Boolean{ return (((guardians[_arg1]) || (false))); } [...] case "add": if (isGuardian(m.GetString(1)) && checkBox_KICK_GUARDIAN.Checked){ yourconnection.Send("say", "/kick " + m.GetString(1)); } break;
Preparation:
Just add guardians!
Offline
this.Chatter.Chat("/kick " + e.Player.Username + " No guardians allowed.");
Use Chatter.Kick?
EDIT: Oh and your code doesn't do much because IsGuardian is only set if you are actually INSIDE the guardian mode. Listen for GuardianModePlayerEvent instead!
EE only colors the guardians because they are hard coded into the game code.
Last edited by Processor (Aug 30 2014 12:24:12 pm)
I have never thought of programming for reputation and honor. What I have in my heart must come out. That is the reason why I code.
Offline
Squad wrote:this.Chatter.Chat("/kick " + e.Player.Username + " No guardians allowed.");
Use Chatter.Kick?
EDIT: Oh and your code doesn't do much because IsGuardian is only set if you are actually INSIDE the guardian mode. Listen for GuardianModePlayerEvent instead!
EE only colors the guardians because they are hard coded into the game code.
This?
private void GuardianJoin(object sender, GuardianModePlayerEvent e) { if (e.Player.IsGuardian) { this.Chatter.Kick(e.Player.Username, "No guardians allowed."); } }
Sorry, I'm brand new to CupCake
Thank you eleizibeth ^
I stack my signatures rather than delete them so I don't lose them
Offline
This?
private void GuardianJoin(object sender, GuardianModePlayerEvent e) { if (e.Player.IsGuardian) { this.Chatter.Kick(e.Player.Username, "No guardians allowed."); } }
Sorry, I'm brand new to CupCake
Better now You might also want to check if there are any existing players that are already in guardian mode as well.
Like this:
[EventListener] private void OnJoin(object sender, JoinPlayerEvent e) { CheckGuardian(e.Player); } [EventListener] private void OnGuardian(object sender, GuardianModePlayerEvent e) { CheckGuardian(e.Player); } private void CheckGuardian(Player p) { if (p.IsGuardian) { this.Chatter.Kick(p.Username, "No guardians allowed."); } }
I have never thought of programming for reputation and honor. What I have in my heart must come out. That is the reason why I code.
Offline
Squad wrote:This?
private void GuardianJoin(object sender, GuardianModePlayerEvent e) { if (e.Player.IsGuardian) { this.Chatter.Kick(e.Player.Username, "No guardians allowed."); } }
Sorry, I'm brand new to CupCake
Better now
You might also want to check if there are any existing players that are already in guardian mode as well.
Like this:
[EventListener] private void OnJoin(object sender, JoinPlayerEvent e) { CheckGuardian(e.Player); } [EventListener] private void OnGuardian(object sender, GuardianModePlayerEvent e) { CheckGuardian(e.Player); } private void CheckGuardian(Player p) { if (p.IsGuardian) { this.Chatter.Kick(p.Username, "No guardians allowed."); } }
Thank you very much
I have a better understanding on the player system now.
New .dll http://bit.ly/kickguardian3
Last edited by Metatron (Aug 30 2014 4:35:26 pm)
Thank you eleizibeth ^
I stack my signatures rather than delete them so I don't lose them
Offline
You can't kick them, it'll 'backfire' as it does with the moderators.
There's no actual solution to this other than quitting the game, which I can proudly say I've done as well.
*u stinky*
Offline
You can't kick them, it'll 'backfire' as it does with the moderators.
There's no actual solution to this other than quitting the game, which I can proudly say I've done as well.
if guardian enters
kick everyone else
Thank you eleizibeth ^
I stack my signatures rather than delete them so I don't lose them
Offline
XxAtillaxX wrote:You can't kick them, it'll 'backfire' as it does with the moderators.
There's no actual solution to this other than quitting the game, which I can proudly say I've done as well.if guardian enters
kick everyone else
and clear/save world (do backups before tho)
Offline
I was going to make a similar bot to rid my worlds of guardians if they become reality. I even had a plan in place in case you can't actually kick them.
And now we need the plan.
lrussell wrote:I was going to make a similar bot to rid my worlds of guardians if they become reality. I even had a plan in place in case you can't actually kick them.
And now we need the plan.
I'm curious as to what it is.
Thank you eleizibeth ^
I stack my signatures rather than delete them so I don't lose them
Offline
Basically a self-destruct mode. Guardian enters, world is cleared, everyone is kicked, chat is emptied.
Or... you could have a lobby level before the main level. You could teleport all non-guardians to a world portal.
#WhyAreGuardians2014
Offline
notbad.gif
but what's the point? do we hate guardians that much?
"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto
Offline
Interesting idea. Then, when the guardians "guardian-mode" to the portal, put it in a new location.
Then again, repeat, repeat, etc... (ofc, that system wouldn't have the assistance of the world list... unless you named the main-not-lobby world something like "join world: unique873" and had some perfectly timed /visible false system.)
Ofc, being the prominent figures of EE, they surely wouldn't stoop to hacked clients/hacking. (lol maybe?)
Could work.
I like that plan.
Last edited by hummerz5 (Sep 10 2014 7:07:45 pm)
Offline
Freeze (like in NBot) Guardians? This may work if the Guardians (or Guardian-mode) aren't immune to tele's, combined with lrussell's plan
#UsingOne'sFeatureAgainstOneself
@abc boy, guardians can use god mode and ignore freeze.
EDIT: nvm, he meant freeze notes. Ignore the first line
Last edited by hiimsomething (Sep 18 2014 7:55:52 am)
The freeze notes will still disable them.
Pages: 1
[ Started around 1743845754.9757 - Generated in 0.074 seconds, 13 queries executed - Memory usage: 1.75 MiB (Peak: 2 MiB) ]