https://github.com/foxfirecodes/PunishMe
Custom incremental punishments
https://github.com/foxfirecodes/PunishMe
Last synced: 11 months ago
JSON representation
Custom incremental punishments
- Host: GitHub
- URL: https://github.com/foxfirecodes/PunishMe
- Owner: foxfirecodes
- Created: 2016-09-09T12:40:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-27T12:54:27.000Z (over 8 years ago)
- Last Synced: 2025-02-21T10:43:56.334Z (about 1 year ago)
- Language: Java
- Size: 31.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PunishMe
Just a quick note, this is another request by *xOrlxndo*. I hope you enjoy!
**PunishMe** is a Bukkit plugin which allows custom incremental punishments for players. By default this is set up to work with [MuteManager](http://dev.bukkit.org/bukkit-plugins/mutemanager/) by *cnaude*.
## Commands
### `/punish list`
**Permission:** `PunishMe.command.punish`
**Description:** Lists all available punishments
### `/punish `
**Permissions:** `PunishMe.command.punish`, `PunishMe.punishment.`
**Description:** Punishes a player with the given punishment type for the given reason.
### `/unpunish `
**Permissions:** `PunishMe.command.unpunish`, `PunishMe.punishment.`
**Description:** Unpunishs a player for the given punishment type.
### `/punishme`
**Permission:** `PunishMe.command.punishme`
**Description:** Shows version information.
### `/punishme save`
**Permission:** `PunishMe.command.punishme`
**Description:** Saves all player data.
### `/punishme reload`
**Permission:** `PunishMe.command.punishme`
**Description:** Saves all player data and then reloads all config files.