Ban/mute plugin

Status
This thread has been locked.

MrMeatyForest

Feedback score
0
Posts
326
Reactions
45
Resources
0
.../ban [player] <time m = min s = sec d = day etc> [reason]
then broadcast : [Staff who baned] banned [player] for <time> beacuse [reason]
then the mutes:
/mute [player <time m = min s = sec d = day etc> [reason]
then broadcast : [Staff who muted] muted [player] for <time> beacuse [reason]
cmute works exactily like tht
cmute = command mute can't do any commands

then warn command /warn is basically just a broadcast
/warn [player] [reason]
broadcast: [staff who warned] [player for [reason]

and the tricky part is a thing called /history:
/history [player name]
when you do tht it only shows to the person whom issued the command
it shows what there pervivous punishments and warns where and what date and time it was issued.
for example /history thetrendies It shows me :
ban for hacks at 7/27/2015 2:40pm by [staff whome did it]
warn for caps at 4/23/2015 3:00pm by [staff whom did it]



Price I got for this was 25 USD just wondering if anyone offering cheaper :D (Didn't buy yet)
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Tom

Premium
Feedback score
9
Posts
754
Reactions
481
Resources
0
https://www.spigotmc.org/resources/litebans.3715/

Basically what you want

Code:
•litebans.ban: Permission to use /ban
•litebans.tempban: Permission to use /tempban
•litebans.ipban: Permission to use /ipban
•litebans.unban: Permission to use /unban (and override bans)

•litebans.override: Permission to override previous bans/mutes.

•litebans.unlimited: Permission to bypass ban/mute limits
•litebans.unlimited.ban: Permission to bypass ban limits
•litebans.unlimited.mute: Permission to bypass mute limits
•litebans.mute: Permission to use /mute
•litebans.tempmute: Permission to use /tempmute
•litebans.unmute: Permission to use /unmute
•litebans.kick: Permission to use /kick

•litebans.warn: Permission to use /warn
•litebans.unwarn: Permission to use /unwarn
•litebans.history: Permission to use /history
•litebans.warnings: Permission to use /warnings

•litebans.staffhistory: Permission to use /staffhistory

•litebans.prunehistory: Permission to use /prunehistory
•litebans.staffrollback: Permission to use /staffrollback

•litebans.iphistory: Permission to use /iphistory
•litebans.banlist: Permission to use /banlist

•litebans.checkban: Permission to use /checkban
•litebans.lastuuid: Permission to use /lastuuid
•litebans.geoip: Permission to use /geoip

•litebans.dupeip: Permission to use /dupeip
•litebans.ipreport: Permission to use /ipreport
•litebans.togglechat: Permission to use /togglechat
•litebans.togglechat.bypass: Permission to bypass /togglechat, showing your messages to all players that have /togglechat enabled.

•litebans.clearchat: Permission to use /clearchat
•litebans.clearchat.bypass: Permission to bypass /clearchat, anyone with this permission won't have their chat cleared

•litebans.lockdown: Permission to use /lockdown
•litebans.lockdown.bypass: Permission to not be kicked during a lockdown, and to join the server while a lockdown is in progress.

•litebans.admin: Permission to use /litebans <reload|import>
 

MooshyTracks

Feedback score
0
Posts
233
Reactions
89
Resources
0

MooshyTracks

Feedback score
0
Posts
233
Reactions
89
Resources
0
Not what am looking for read the post :>
It does exactly what you asked for, along with a lot more.

You're seriously overpaying for this AND paying for something you can get for free.

Commands===
  • /unban <name, IP or UUID>
  • /ban <name, IP or UUID> <reason>
  • /ipban <name, IP or UUID> <reason>
  • /tempban <name, IP or UUID> <number> <minutes|hours|days|weeks|etc> <reason>
  • /tempipban <name, IP or UUID> <number> <minutes|hours|days|weeks|etc> <reason>
  • /mute <name or UUID>
  • /tempmute <name or UUID> <number> <minutes|hours|days|weeks|etc>
  • /kick <name, * for everyone or UUID>
  • /checkip <name or UUID>
  • /uuid
  • /togglechat
  • /dupeip <name, IP or UUID>
  • /checkban <name, IP or UUID>
  • /warn <name or UUID> <reason>
  • /clearwarnings <name or UUID> <reason>
  • /unwarn <name or UUID> - Removes a players most recent warning
  • /unmute <name or UUID>
  • /history [name] [number of records] - Displays a history of bans, kicks, mutes & more dealt
  • /mbreload - Reloads the plugin
  • /mbdebug - Outputs debug information for me if you're having issues!
  • /mbwhitelist <name or UUID> - Allows the given user to bypass IP bans (Not regular bans! Eg, use for players with siblings who need to be IP banned)
  • /ipreport - Basically, a mass /dupeip, on everyone who is online
  • /lockdown [reason]
  • /forcespawn - Teleports someone to the spawn (Twice, so /back won't work)
  • /mbreload - Reloads maxbans
  • /mbimport - Imports vanilla minecraft (And others) bans.
  • /mbexport - Export bans to vanilla, MySQL or SQLite databases. (Allows swapping SQLite <-> MySQL), and others ban plugins.
  • /rangeban <ip1-ip2> [reason] - Bans the IP range from ip1 to ip2 for the supplied reason.
  • /temprangeban <ip1-ip2> <time> <hours/min/sec> [reason] - Temporary variant of above
  • /unrangeban <ip> - Removes any RangeBan which overlaps with the given IP. Eg, if 127.0.0.1-127.0.0.5 is banned, unbanning 127.0.0.3 will lift the whole ban on 127.0.0.1-127.0.0.5.
 
Status
This thread has been locked.
Top