Most of the plugins here are made by B3 users and the authors may not visit frequently. If you need support for plugins or if questions remain unanswered, you will have to contact the author directly. Read the full Support Disclaimer here
NOTE: Do not attach plugins to your forumtopics! Attachements are periodically removed by maintenance tasks. Upload your plugins to our Downloads section instead!

You are here: Big Brother Bot ForumAdd-OnsPlugins DiscussionPlugin Releases! (Moderator: MordyT)Voting Plugin (by danger89)
Pages: 1 ... 3 4 [5]   Go Down
  Print  
Author Topic: Voting Plugin (by danger89)  (Read 6018 times) Bookmark and Share
Full Member
***
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD4
Posts: 104
Offline Offline
WWW
« Reply #60 on: October 22, 2011, 02:13:23 PM »

If everything is in spec (proper readme and all), you can upload this to the download center and it won't be deleted with maintenance (which happens often).

Yes I have everything in spec. Too bad most things are deleted from the forum. I can repack everything. Is it possible to have my own download section in the 3rd party plugins (I got 5 plugins now)?

I can repack the following plugins for CoD4 (or similar games):
  • Anti-Noob Plugin v7
  • Stats Info Plugin v0.0.4
  • Vote Plugin v2.2
  • IP2Location Plugin v0.1.1
  • (NEW!) IP Ban Plugin v1.0

Thanks MordyT !

Kind regards,
Melroy van den Berg (Alias danger89)
« Last Edit: October 22, 2011, 02:14:55 PM by danger89 » Logged

JoinMyServer.com
Call of Duty 4 Game Servers

Moderator
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: 2x CoD4, 1x BF3
Posts: 2627
Offline Offline
Owner of Host4B3.com - Over 70 bots hosted!
WWW
« Reply #61 on: October 24, 2011, 08:05:39 AM »

Keep in mind I am not saying the following for sure, just what I have seen. The admins here can answer better.

I think only a author can upload his plugins.
That being said, I don't think you get your own section (no one does).
Just upload them, they will get approved, and then you can edit your post and enjoy.

A admin may give you own forum section though (that does happen).
Logged

Need B3 Bot hosting? Check out Host4B3.com
Check Twitter.com/Host4B3 for updates if the site it down.

Help will be given to those with a b3.log

System: Python 2.7.1 - B3 Source Code - Locally hosted MySQL & Apache - Win 2k3
Newbie
*
OS: --No B3 installed--
Type: --No B3 installed--
Gameservers: COD4
Posts: 2
Offline Offline
« Reply #62 on: December 11, 2011, 02:28:27 PM »

got this error at the end of a votekick, it did 'kick' the person but there was no tempban

Code:
ERROR Error executing crontab <bound method VotingPlugin.end_vote of <b3.plugins.voting.VotingPlugin instance at 0x9939eac>>: expected string or buffer
[('/home/cod/b3/b3/cron.py', 233, 'run', 'c.run()'), ('/home/cod/b3/b3/cron.py', 60, 'run', 'self.command()'), ('/home/cod/b3/b3/plugins/voting.py', 285, 'end_vote', 'self._currentVote.end_vote_yes(self._yes,  self._no)'), ('/home/cod/b3/b3/plugins/voting.py', 384, 'end_vote_yes', 'self._victim.kick("Voted out",  self._caller)'), ('/home/cod/b3/b3/clients.py', 475, 'kick', 'ban.save(self.console)'), ('/home/cod/b3/b3/clients.py', 754, 'save', 'return console.storage.setClientPenalty(self)'), ('/home/cod/b3/b3/storage.py', 520, 'setClientPenalty', "if penalty.keyword and not re.match(r'^[a-z0-9]$', penalty.keyword, re.I):"), ('/usr/lib/python2.6/re.py', 137, 'match', 'return _compile(pattern, flags).match(string)')]

any help?
Logged
Newbie
*
OS: Linux
Type: Home user
Gameservers: CoD2,CoD6
Posts: 6
Offline Offline
« Reply #63 on: January 31, 2012, 06:30:01 AM »

Your plugin is great however i'd love to see !votenextmap so players can call a vote to change map, and if it pass, the choosen map will be next, it won't be changed right now.
Logged
Jr. Member
**
OS: Windows
Type: Home user
Gameservers: CoD4
Posts: 13
Offline Offline
« Reply #64 on: April 20, 2012, 06:27:17 PM »

Like the !votenextmap idea nice! just saying is the DL link broken? I cant seem to download the file after going to the 2shared website and clicking the download button =/
Logged
Moderator
*
OS: Windows
Type: Gameserver Rental Co.
Gameservers: 2x CoD4, 1x BF3
Posts: 2627
Offline Offline
Owner of Host4B3.com - Over 70 bots hosted!
WWW
« Reply #65 on: April 23, 2012, 10:33:41 AM »

Try this link:
http://forum.bigbrotherbot.net/releases/voting-plugin-(by-danger89)/?action=dlattach;attach=690
Logged

Need B3 Bot hosting? Check out Host4B3.com
Check Twitter.com/Host4B3 for updates if the site it down.

Help will be given to those with a b3.log

System: Python 2.7.1 - B3 Source Code - Locally hosted MySQL & Apache - Win 2k3
Newbie
*
OS: Windows
Type: Owner dedicated server(s)
Gameservers: Cod4
Posts: 6
Offline Offline
« Reply #66 on: May 16, 2012, 12:01:18 PM »

hi, I premise that rather they are prevented with these things, I make excuses myself already from hour if others it had already written but, I would have of the questions: What I would have to replace in order makes that in the votekick votemap, the persons who must vote they must be like minimum 8? And for that if they are not 8 the voting fails? What I must replace in order to make that the time of voting is of 30 second ones? What I must replace in order to make that between a message and an other of the voting there are 2 second ones?

This is the setup I have now
Code:
<configuration plugin="votekick">
<settings name="settings">
<set name="min_level_vote">0</set>
<set name="vote_times">2</set>
<!-- number of times it shows an announcement -->
<set name="vote_interval_announcements">1</set>
<!-- time in minutes between each announcement -->
<set name="vote_interval_failed">2</set>
<!-- time in minutes after a failed vote and re-vote -->
<set name="vote_minvotes">1</set>
<!-- minimum necessary votes in order to pass a vote -->
</settings>
<settings name="votekick">
<set name="min_level_kick">0</set>
<set name="tempban_percent">75</set>
<!-- minimum necessary percentage that voted in order to pass the vote -->
<set name="tempban_duration">2</set>
<!-- tempban duration in minutes -->
</settings>
<settings name="votemap">
<set name="min_level_map">0</set>
<set name="mapfile">@b3/conf/maplist.txt</set>
</settings>
<settings name="votegametype">
<set name="min_level_gametype">100</set>
<set name="gametypefile">@b3/conf/gametypelist.txt</set>
</settings>
<settings name="votemaprotate">
<set name="min_level_maprotate">0</set>
</settings>
<settings name="votemapgametype">
<set name="min_level_mapgametype">100</set>
</settings>
</configuration>
Logged
Tags: danger89  vote  voting  plugin 
Pages: 1 ... 3 4 [5]   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal