Provo is a general-purpose utilities plugin that contains several various functions (and later, fixes and admin tools) that i found were missing from many other plugins. Here's what is implemented as of now:
Others to be implemented are chest searching (find an item in any chest within x blocks), admin chat, wiki lookups, and many more.
The plugin is also to be translated to Spanish in the near future.
Simply run Provo for the first time after placing it in your plugins folder; all necessary files will be created on first run.
Use /provo for a list of commands in-game. Many commands are shown above. For sorting help, use /sortinghelp to get started.
Sorting is a complicated system and is going to be simplified in a future update.
provo.*
- provo.sorting.*
- - provo.sorting.sort - Use the /sort command
- - provo.sorting.createclass - Create a sorting class
- - provo.sorting.editclass - Edit a sorting class
- - provo.sorting.ignorelimits - Ignore sorting limits (see below)
- provo.mail.*
- - provo.mail.send- Send someone mail
Right now not many features are in need of configuration. Provided in the default config.yml file are three values under the sorting node. These are limits for players without the provo.sorting.ignorelimits permission node. Players with this node have no limits, players without are subject to how you configure the below:
max-classes - The maximum amount of classes a player can havemax-rules-per-class - The maximum number of rules each class can havemax-rules-per-class_include-hotbar - Whether or not rules that target the bottom 9 spaces of the inventory should be counted in the max-rules-per-class count.1.0 - Initial release! 1.1 - Added two constants to /math - pi and phi, representing pi and the golden ratio respectively - Denied sorting class inheritance to classes with fewer inventory slots (this could generate exceptions) - Canceled block placement when using /measure - Fixed material matching issues - Other minor fixes