Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foxfirecodes/punishme
Custom incremental punishments
https://github.com/foxfirecodes/punishme
Last synced: 5 days ago
JSON representation
Custom incremental punishments
- Host: GitHub
- URL: https://github.com/foxfirecodes/punishme
- Owner: foxfirecodes
- Created: 2016-09-09T12:40:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-27T12:54:27.000Z (over 7 years ago)
- Last Synced: 2025-01-01T14:07:53.697Z (5 days 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.