Minecraft SimpleModerator mod 2026 download
logo
minecraft mod SimpleModerator

SimpleModerator

Game Version: 1.7.4
Total Downloads: 19,845
Updated: Mar 29, 2013
Created: Nov 24, 2011
Download SimpleModeratorDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
SimpleModerator v1.0.0_1 release 55.60 KB Mar 29, 2013 1.7.4 6,447 download SimpleModerator SimpleModerator v1.0.0_1 releaseDownload
SimpleModerator v1.0.0 release 55.63 KB Mar 19, 2013 1.5.0 781 download SimpleModerator SimpleModerator v1.0.0 releaseDownload
SimpleModerator v1.0.0 project source release 44.51 KB Mar 19, 2013 1.5.0 506 download SimpleModerator SimpleModerator v1.0.0 project source releaseDownload
SimpleModerator v0.5.1_2 release 23.88 KB Sep 12, 2012 CB 1.3.2-R0.1 2,265 download SimpleModerator SimpleModerator v0.5.1_2 releaseDownload
SimpleModerator v0.3.5 release 8.83 KB Dec 3, 2011 CB 1.0.1-R1 6,983 download SimpleModerator SimpleModerator v0.3.5 releaseDownload
SimpleModerator v0.3.1 release 7.00 KB Nov 25, 2011 CB 1337 244 download SimpleModerator SimpleModerator v0.3.1 releaseDownload
SimpleModerator v0.3.0 release 7.27 KB Nov 24, 2011 CB 1337 214 download SimpleModerator SimpleModerator v0.3.0 releaseDownload
SimpleModerator v0.5.1 alpha 23.88 KB Mar 10, 2012 CB 1.2.3-R0.1 877 download SimpleModerator SimpleModerator v0.5.1 alphaDownload
r16 alpha 16.23 KB Mar 10, 2012 CB 1.1-R7 153 download SimpleModerator r16 alphaDownload
r15 alpha 16.14 KB Mar 10, 2012 CB 1.1-R7 92 download SimpleModerator r15 alphaDownload
r14 alpha 16.12 KB Mar 10, 2012 CB 1.1-R7 85 download SimpleModerator r14 alphaDownload
r13 alpha 16.02 KB Mar 10, 2012 CB 1.1-R7 97 download SimpleModerator r13 alphaDownload
r12 alpha 14.88 KB Feb 27, 2012 CB 1.1-R4 195 download SimpleModerator r12 alphaDownload
r11 alpha 8.68 KB Feb 25, 2012 CB 1.1-R4 125 download SimpleModerator r11 alphaDownload
r10 alpha 6.10 KB Feb 20, 2012 CB 1.1-R4 172 download SimpleModerator r10 alphaDownload
r9 alpha 6.08 KB Feb 20, 2012 CB 1.1-R4 63 download SimpleModerator r9 alphaDownload
r8 alpha 6.63 KB Dec 3, 2011 CB 1.0.1-R1 115 download SimpleModerator r8 alphaDownload
r7 alpha 6.50 KB Dec 3, 2011 CB 1.0.1-R1 64 download SimpleModerator r7 alphaDownload
r6 alpha 6.48 KB Dec 3, 2011 CB 1.0.1-R1 83 download SimpleModerator r6 alphaDownload
r5 alpha 5.21 KB Nov 25, 2011 CB 1337 78 download SimpleModerator r5 alphaDownload
r4 alpha 5.17 KB Nov 25, 2011 CB 1337 76 download SimpleModerator r4 alphaDownload
r3 alpha 5.15 KB Nov 24, 2011 CB 1337 64 download SimpleModerator r3 alphaDownload
r2 alpha 5.11 KB Nov 24, 2011 CB 1337 66 download SimpleModerator r2 alphaDownload

Description

Share this:

logo

SimpleModerator – Simple, powerful, easy-to-use Moderation plugin

SimpleModerator provides a very simple and powerful way of moderating a server with permissions support for any configuration you need. It provides all sorts of functionality you need to help you keep your server under control while remaining lightweight, and of course allows most things to be done in-game so you rarely ever have to touch a config file.

NOTE: Requires a permission plugin integrated with Bukkit's permission APIs! Tested with Privileges.

Features

  • Simple moderation plugin with Permissions support
  • Allows moderation with ease
  • bans + temporary bans
  • IP Bans
  • mutes + temporary mutes
  • kicks
  • In-game unmute and unban
  • Many permissions nodes to give exactly who you want the power you want

Commands Overview

Comma-separated values are aliases of same command

  • /simplemoderator, /simplemod, /sm, /sa | Displays SimpleMod help
  • /ban <name> [reason] | Bans player with the given name
  • /tban, /tempban <name> <hours> [reason] | Bans player for given # of hours
  • /unban, /uban <name> | Unbans player with the given name if they are banned
  • /mute <name> [reason] | Mutes player with the given name
  • /tmute, /tempmute <name> <hours> [reason] | Mutes player for given # of hours
  • /unmute, /umute <name> | Unmutes player with given name
  • /kick <name> [reason] | Kicks player with given name
  • /banip, /ipban, /iban <name> [reason] | Bans supplied player's IP address
  • /banbyip, /banuserbyip <IP> |Bans given IP address(will not kick an online user)
  • /unbanip, /uipban, /uiban, /ubanip <IP> | Unbans given IP address

Config Overview

Default

The config file for SimpleModerator is very simple and will be auto-generated on first run. The file should contain(minus my comments):

# lists for mutes/bans/etc
bans: ''
mutes: ''
ipbans: ''

# should plugin broadcast bans/kicks/mutes to everyone on server
broadcast:
  ban: false
  kick: false
  mute: false

# limits on temp commands in hours(168 or 7 days default)
limit:
  ban: 168
  mute: 168

# should mutes persist through server restart
persist-mutes: 'false'

Most of this is handled by the plugin when you do things in-game, but the persist-mutes node is important. You must change this to 'true' if you wish it to save mutes through server restart. This is an option because many people don't need mutes to persist and it reduces IO.

Manually Adding Entries

You can also manually add players to ipbans, bans, and mutes lists if you wish. Entries are comma-separated and in this format:

playername:expirationtime

Expiration time is system time in ms that the entry should expire or -1 for permanent, so I recommend only adding permanent entries manually, and letting the plugin handle temp bans through commands.

Example line
bans: 'badplayer:-1,grieferlol123:-1,teehee:-1,'

Permissions Overview

Permissions for SimpleModerator are available to let you put the power in exactly who you want power to be in.

'simplemod' - Use /sm command to list usable commands
'simplemod.mute' - Temp and perm mute, includes temp
'simplemod.mute.temp' - Temp mute
'simplemod.unmute' - Unmute
'simplemod.ban' - Temp and perm ban, includes temp
'simplemod.ban.temp' - Temp ban
'simplemod.unban' - Unban
'simplemod.ipban' - IP ban
'simplemod.unbanip' - Unban IP address
'simplemod.kick' - Kick
'simplemod.*' - Includes all above permissions

Project & Source

See our project page for activity and source.

Comments

Add a comment