12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- name: DisciplineRecord
- main: com.ianonavy.disciplinerecord.Main
- version: 1.0
- website: http://www.ianonavy.com/
- description: Allows admins to custom configure consequences for repeat rule offenders and keeps record of the number of offenses.
- author: ianonavy
- commands:
- dr:
- description: Manages the server's Discipline Record. Type /dr help for more info.
- usage: /dr <action>
- permissions:
- disciplinerecord.*:
- description: Gives access to all Discipline Record commands
- children:
- disciplinerecord.minor: true
- disciplinerecord.major: true
- disciplinerecord.check: true
- disciplinerecord.checkminor: true
- disciplinerecord.checkmajor: true
- disciplinerecord.checkmajor.others: true
- disciplinerecord.setminor: true
- disciplinerecord.setmajor: true
- disciplinerecord.pardonminor: true
- disciplinerecord.pardonmajor: true
- disciplinerecord.tallyonly:
- description: Only gives access to /dr major, /dr minor and /dr check others. Users with this permission cannot pardon.
- children:
- disciplinerecord.minor: true
- disciplinerecord.major: true
- disciplinerecord.check: true
- disciplinerecord.checkminor: true
- disciplinerecord.checkmajor: true
- disciplinerecord.checkmajor.others: true
- disciplinerecord.setminor: false
- disciplinerecord.setmajor: false
- disciplinerecord.pardonminor: false
- disciplinerecord.pardonmajor: false
- disciplinerecord.minor:
- description: Allows you to add minor offenses to the the discipline record of a user.
- default: op
- disciplinerecord.major:
- description: Allows you to add major offenses to the the discipline record of a user.
- default: op
- disciplinerecord.check:
- description: Allows you to check how many offenses you have.
- default: true
- disciplinerecord.check.others:
- description: Allows you to check how many offenses someone else has.
- default: op
- disciplinerecord.checkminor:
- description: Allows you to check how many minor offenses you have.
- default: true
- disciplinerecord.checkmajor:
- description: Allows you to check how many major offenses you have.
- default: true
- disciplinerecord.setminor:
- description: Allows you to set the number of minor offenses of any user to a specific number.
- default: op
- disciplinerecord.setmajor:
- description: Allows you to set the number of major offenses of any user to a specific number.
- default: op
- disciplinerecord.pardonminor:
- description: Allows you to pardon all minor offenses of any user.
- default: op
- disciplinerecord.pardonmajor:
- description: Allows you to pardon all major offenses of any user.
- default: op
|