Rename SimplyWrapper in SimplyWrap
Added Source Code links Added donate page
This commit is contained in:
parent
c5ac11a347
commit
187d68902e
12
README.md
12
README.md
@ -20,12 +20,18 @@ 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]
|
||||
|
||||
## [SimplyWrapper][10]
|
||||
## [SimplyWrap][10]
|
||||
|
||||
An add-on of SimplyPerms is available to make plugins based on PermissionsBukkit API compatible with this plugin. [You can download it here][10]
|
||||
|
||||
*Not all PermissionsBukkit plugin will work with this ! Try and give me your feedbacks !*
|
||||
|
||||
## Source code
|
||||
|
||||
All my work is available in GitHub :
|
||||
* **[SimplyPerms][11]**
|
||||
* *[SimplyWrap][12]*
|
||||
|
||||
## Thanks
|
||||
|
||||
* [PermissionsBukkit][8] by SpaceManiac for core permissions code
|
||||
@ -45,4 +51,6 @@ An add-on of SimplyPerms is available to make plugins based on PermissionsBukkit
|
||||
[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/
|
||||
[10]: http://dev.bukkit.org/server-mods/simplyperms/files/17-simply-wrapper-1-0/
|
||||
[10]: https://github.com/downloads/Xefir/SimplyWrap/SimplyWrap.jar
|
||||
[11]: https://github.com/Xefir/SimplyPerms
|
||||
[12]: https://github.com/Xefir/SimplyWrap
|
||||
|
15
donate.html
Normal file
15
donate.html
Normal file
@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
|
||||
<title> </title>
|
||||
</head>
|
||||
<body onload="document.getElementById('form').submit()">
|
||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" id="form">
|
||||
<input type="hidden" name="cmd" value="_s-xclick">
|
||||
<input type="hidden" name="hosted_button_id" value="FQ8F4D7JZRPS2">
|
||||
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
|
||||
<img alt="" border="0" src="https://www.paypalobjects.com/fr_FR/i/scr/pixel.gif" width="1" height="1">
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user