McMMOCap
This plugin will allow you to set a daily cap for McMMO skill experience. Caps are defined per group with a hierarchic system, so that, for example, donators have an higher cap than regular users, but it is also possible to set personal caps. Caps can be defined for each McMMO skill, and when an user reaches its daily cap he will stop getting exp in that skiil. This allows server administrators to get a better control over player skills avoiding uncontrolled experience farming.
Commands
- None at the moment
Permissions
- mcap.exempt.* - exempts from all caps
- mcap.exempt.<skillname> - exempts user from a given skill cap (i.e. mcap.exempt.mining)
Configuration
settings: nocapforop: true ##custon caps caps: groups: examplegroup1: EXCAVATION: 1000 HERBALISM: 2000 examplegroup2: WOODCUTTING: 2000 HERBALISM: 3000 users: exampleuser1: ARCHERY: 500 TAMING: 1000
- nocapforop: if set to true, OPs will be automatically exempted from skill caps. Set to false otherwise
- groups: a list describing per-group skill caps.
- users: a list describing per-group skill caps.
Note: groups are defined in an hierarchic mode: settings from first groups will override settings from last groups. In this case, a player in examplegroup1 will get an herbalism experience cap of 2000, but won't get a woodcutting experience cap unless you define it in the examplegroup1.
Dependencies
This plugin requires both Vault, SQLibrary and McMMO to work (in addition to any permission system supported by vault)

