Showing posts with label bukkit. Show all posts
Showing posts with label bukkit. Show all posts

Wednesday, October 5, 2011

A new Bukkit RB is out!

New Bukkit reccomended build is out there for download - http://ci.bukkit.org/job/dev-CraftBukkit/1240/
1240 are the magic numbers of the new version.

As always more stable, more reliable, less crashes, less lag on your minecraft bukkit server.

Download the new jar and update your server with the latest Bukkit minecraft server.

Friday, September 16, 2011

Permissions - bukkit minecraft server plugin

Permissions, Permissions, Permissions!

Maybe one of the most inportant pluggins ever.
Your bukkit server is going to need this if you want to separate your users on groups.
And when I say on groups I don't mean OP's and no OP''s I mean groups like: builders, users, peasonts,VIPs, Moderators, Half-OPers, vampires, orcs, elfs, humans, undeads... basicly - whatever you want!

Permissions lets you create a custom group, that you can add people to, with certain permissions that you give them.

Download link: http://forums.bukkit.org/threads/gen-sec-econ-tp-admn-essentials-v2-6-2-a-collection-of-useful-commands-and-features-1185.15312/

Enjoy my friends!

Saturday, August 6, 2011

SpamHammer Plugin

The SpamHammer plugin is a plugin to help cleaning up the chat from the people that
love
to
write
every
word
on
new
line
hitting
the
enter
button
.

So basicly it counts messages send / seconds past.

The config is pretty basic - settings for shout it mute, kick or ban, what message to send, etc.

I personally set  my SpamHammer to kick people whenever they type more then 3 messages in 3 seconds.
My settings are:
abovelimit:
    message: You are typing too fast!
message:
    limit: 3
    preventabovelimit: true
    period: 3
    repeat:
        limit: 2
        block: true
ban:
    message: You have been banned for spamming.
kick:
    message: You have been kicked for spamming.  Keep it up and you'll be banned.
cooloff:
    message: Spamming punishment reset.  Be nice!
    time: 300
commands:
    unmute:
        failure: Player is not muted.
        success: Player has been unmuted.
    unban:
        failure: Player is not banned by SpamHammer.
        success: Player has been unbanned
    reset:
        success: Player's punishment level reset.
punishments:
    ban: false
    kick: true
    mute: false
mute:
    message:
        unmute: You are no longer muted.
        muted: You are muted!
        mute: You will be muted for %t second(s) for spamming.  Keep it up and you'll be kicked.
    length: 30
commandlist:
    possiblespam:
    - /g
    - /general
    - /yell
 The plugin has a blacklist too which is really usefull to ad mods etc so they don't get acidently kicked off.

If there is a plugin that you want me to review gimme your request in the comments below.

Friday, August 5, 2011

Birthday plugin

The Birthday plugin is a minecraft plugin that records everyone's birthday and give them present on their birthday!

The setting's are as follow:

Birthday Message: Birthday Message
Iconomy_Money: 10
Number of gifts: 1
Item on birthday: 92
Birthday Message - what message should recieve the user when he logs in and the server congratz him for his Birthday!
Iconomy_Money - if your server uses iConomy this is the vallue of money he will recieve on his birthday.
Item on birthday - what gift should he receive? 92 by defaultis the Cake :)
Number of gifts - the amaount of gifts. Let's say 5 cakes, or maybe 10 diamonds?

The commands are as follow:

  • /birthday <day> <month> - sets your birthday and can be used by any player
  • /birthdayp <day> <month> <player> - can be used by admins only and can modify any players birthday
  • /bd <player> - checks the players birthday and can be used by any player


If you like it download it and install it. It's really fun and all the players will be surprised.

Tell me in the comments what is the next plugin you would like me to review?