SimplyPerms/README.md

47 lines
1.7 KiB
Markdown
Raw Normal View History

2012-04-28 23:46:22 +00:00
SimplyPerms
===========
2012-04-29 01:03:33 +00:00
### *When powerful plugin made Permissions easy !*
2012-04-29 00:40:15 +00:00
SimplyPerms is yet another Permissions plugin manager based on PermissionsBukkit ideas with the new Configuration API.
2012-04-29 01:02:11 +00:00
**WARNING : SimplyPerms is not compatible with PermissionsBukkit or other permissions plugins, SimplyPerms will disable all permissions plugins !**
2012-04-29 00:40:15 +00:00
2012-04-29 01:03:33 +00:00
## [Commands][2]
2012-04-29 00:40:15 +00:00
2012-04-29 01:03:33 +00:00
## [Permissions and authorizations][3]
2012-04-29 00:40:15 +00:00
2012-04-29 01:03:33 +00:00
## [Import from other plugins][4]
2012-04-29 00:40:15 +00:00
2012-04-29 01:03:33 +00:00
## Configuration
2012-04-29 00:40:15 +00:00
The configuration file is slightly the same than PermissionsBukkit.
2012-04-29 00:49:12 +00:00
Please refer to the [PermissionsBukkit documentation][5]
An example configuration file [can be found here][6]
For the database connection, [please refer to this page][7]
2012-04-29 00:40:15 +00:00
2012-04-29 01:03:33 +00:00
## Thanks
2012-04-29 00:40:15 +00:00
2012-04-29 00:49:12 +00:00
* [PermissionsBukkit][8] by SpaceManiac for core permissions code
2012-04-29 01:02:11 +00:00
* [AntiGuest][9] by QuickWango for part of authorizations feature
2012-04-29 00:40:15 +00:00
2012-04-29 01:03:33 +00:00
## Todo
2012-04-29 00:40:15 +00:00
2012-04-29 00:49:12 +00:00
* Document the database mecanism and setup
* Import from other Permissions Plugins
2012-04-29 01:02:11 +00:00
* **Feel free to ask me new features, improvements or bugs :D**
2012-04-29 00:40:15 +00:00
2012-04-29 01:03:33 +00:00
## Donations
2012-04-29 00:40:15 +00:00
I make my plugins with my free time and for free, if you like my work, you can buy me a coffee :D
2012-04-29 00:49:12 +00:00
[2]: http://dev.bukkit.org/server-mods/simplyperms/pages/commands/
[3]: http://dev.bukkit.org/server-mods/simplyperms/pages/permissions-and-authorizations/
[4]: http://dev.bukkit.org/server-mods/simplyperms/pages/import-from-other-plugins/
[5]: http://dev.bukkit.org/server-mods/permbukkit/pages/configuration/
[6]: http://dev.bukkit.org/server-mods/simplyperms/pages/exemple-of-config-yml/
[7]: http://dev.bukkit.org/server-mods/simplyperms/pages/database-connection/
[8]: http://dev.bukkit.org/server-mods/permbukkit/
[9]: http://dev.bukkit.org/server-mods/antiguest/