Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ```vb
- on skript load:
- if folder "plugins/help+" doesn't exists:
- log "Help+ | Creating Folder"
- create folder "plugins/help+"
- log "Help+ | Folder Created"
- if files "plugins/help+"
- log "Help+ | Creating Config"
- create file "plugins/help+/config.yml"
- set "commandcolor" to "&a" in "plugins/help+/config.yml"
- set "desccolor" to "&7" in "plugins/help+/config.yml"
- set "command1desc" to "Need help? Get Help!" in "plugins/help+/config.yml"
- set "command1" to "/help" in "plugins/help+/config.yml"
- set "command2desc" to "CONFIG" in "plugins/help+/config.yml"
- set "command2" to "CONFIG" in "plugins/help+/config.yml"
- set "command3desc" to "CONFIG" in "plugins/help+/config.yml"
- set "command3" to "CONFIG" in "plugins/help+/config.yml"
- set "command4desc" to "CONFIG" in "plugins/help+/config.yml"
- set "command4" to "CONFIG" in "plugins/help+/config.yml"
- set "command5desc" to "CONFIG" in "plugins/help+/config.yml"
- set "command5" to "CONFIG" in "plugins/help+/config.yml"
- set "command6desc" to "CONFIG" in "plugins/help+/config.yml"
- set "command6" to "CONFIG" in "plugins/help+/config.yml"
- set "command7desc" to "CONFIG" in "plugins/help+/config.yml"
- set "command7" to "CONFIG" in "plugins/help+/config.yml"
- set "command8desc" to "CONFIG" in "plugins/help+/config.yml"
- set "command8" to "CONFIG" in "plugins/help+/config.yml"
- set "command9desc" to "CONFIG" in "plugins/help+/config.yml"
- set "command9" to "CONFIG" in "plugins/help+/config.yml"
- set "command10desc" to "CONFIG" in "plugins/help+/config.yml"
- set "command10" to "CONFIG" in "plugins/help+/config.yml"
- command /help <string>:
- trigger:
- wait 2 ticks
- message "&7&m--------------------"
- message "{commandcolor}{command1}&7: {desccolor}{command1desc}"
- message "{commandcolor}{command2}&7: {desccolor}{command2desc}"
- message "{commandcolor}{command3}&7: {desccolor}{command3desc}"
- message "{commandcolor}{command4}&7: {desccolor}{command4desc}"
- message "{commandcolor}{command5}&7: {desccolor}{command5desc}"
- message "{commandcolor}{command6}&7: {desccolor}{command6desc}"
- message "{commandcolor}{command7}&7: {desccolor}{command7desc}"
- message "{commandcolor}{command8}&7: {desccolor}{command8desc}"
- message "{commandcolor}{command9}&7: {desccolor}{command9desc}"
- message "{commandcolor}{command10}&7: {desccolor}{command10desc}"
- message "&7&m---------------------```
Add Comment
Please, Sign In to add comment