This repository was archived by the owner on Mar 20, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
52 lines (44 loc) · 1.48 KB
/
README
File metadata and controls
52 lines (44 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Puplished under GNU General Public License
For any damage that may arise from my plugin, I am not responsible.
REQUIREMENTS:
PLUGIN AND WEBPAGE:
- MySQL
PLUGIN:
- Nijikokun/TheYeti's permissions plugin for Bukkit
WEBPAGE:
- Webserver with PHP5
INSTALL PLUGIN:
1. Copy the sqlPermissions.jar into your Bukkit Plugin folder
2. Restart Your Server
3. Go to plugins/sqlPermission and edit the config.yml.
4. Restart your Server Again
INSTALL WEBPAGE:
1. Copy all Webfiles into your Server Directory
2. go to includes and open the config.php
3. set the config for the Database connection (same as the Plugin)
4. On Linux: give the cache and template_c directories 777 rights! This is Importent for Template rendering.
5. Standardlogin is "admin" and "password"
FUNCTIONS:
- Loads the Permissions file into the DB if it is newer then the DB entrys
- Writes the DB entrys into the Permission files if they are newer
- Checks the DB and Files every 5 minutes for changes
CHANGELOG:
Version 0.5
- Some Bugfixes
Version 0.4
- Some Changes for PermissionPlus Compatibility
Version 0.3
- Fixed a Error that Appered when Parsing big files
Version 0.2d:
- Another Bugfix
Version 0.2c:
- Fixed error when World has a " ' " in its name
Version 0.2b:
- Fixed error when Group permissions = null
Version 0.2:
-Corrected string excaping when Reading the permission configs
-Removed one Debug on Webpage
Version 0.1:
- init the Plugin
PLANNED:
- settings for the update delay