- Supported Minecraft Versions
- 1.8
- 1.9
- 1.10
- 1.11
STAFF LIST WITH UI!
for Skript 2.2
By using this script you can list all your staff members in a clear user interface.
Using a MySQL-Database offers you to display every staff member on a website (not included yet)
DEPENDENCIES
• Skript (at least version 2.2)
• Umbaska
• Skellett
• A MySQL Database
HOW TO INSTALL
1. Install Skript v2.2 on your Spigot/Bukkit server.
2. Go to "plugins\Skript\scripts"
3. upload the required file.
4. open the mentioned file and set up the database connection (example inside the config)
5. Restart your server or type "/sk reload <script name>"
(in this case: /sk reload SQL-TEAM_2.1.000)
PICTURES
COMMANDS & PERMISSIONS
• /team help » Displays help page
• /team add <player> <rank> » adds/edits a staff member
• /team remove <player> » removes a staff member
• /team check <player> » Checks a player if he's a staff member or not.
• /team delete_database » Wipes table and creates a new one.
hiiqhfive.team » Identifies a player as a staff, if he's a staff member or not.
CONFIG
for Skript 2.2
By using this script you can list all your staff members in a clear user interface.
Using a MySQL-Database offers you to display every staff member on a website (not included yet)
DEPENDENCIES
• Skript (at least version 2.2)
• Umbaska
• Skellett
• A MySQL Database
HOW TO INSTALL
1. Install Skript v2.2 on your Spigot/Bukkit server.
2. Go to "plugins\Skript\scripts"
3. upload the required file.
4. open the mentioned file and set up the database connection (example inside the config)
5. Restart your server or type "/sk reload <script name>"
(in this case: /sk reload SQL-TEAM_2.1.000)
PICTURES
COMMANDS & PERMISSIONS
• /team help » Displays help page
• /team add <player> <rank> » adds/edits a staff member
• /team remove <player> » removes a staff member
• /team check <player> » Checks a player if he's a staff member or not.
• /team delete_database » Wipes table and creates a new one.
hiiqhfive.team » Identifies a player as a staff, if he's a staff member or not.
CONFIG
code_language.skript:
Table: team
prefix: &8[&cTeam&8]
command: /team
team_permission: hiiqhfive.team
permission: *
version: 2.0.230
prefix_owner: &3&l&oOwner
prefix_admin: &4&l&oAdministrator
prefix_mod: &3&l&oModerator
prefix_supp: &b&l&oSupporter
placeholder_owner: red stained glass pane
placeholder_admin: orange stained glass pane
placeholder_mod: light green stained glass pane
placeholder_supp: blue stained glass pane
inventory_name: &cStaff
code_language.skript:
# /*
# * Before using this script, you have to set up your database connection.
# * Here is a little example how to configure it:
# * $ db url jdbc:mysql://127.0.0.1:3306/team
# * $ db username hiiqhfive
# * $ db password ouas0998b
# */
If you have any suggestions, post it in comments!
Have fun!