Config

How to edit the config.yml of qURL

The current version of qURL is in a beta status and the config can change over the time. Here is a quick tutorial on how to edit the configuration file 'config.yml':

  1. Open 'config.yml' in the folder 'qURL' found in your server's 'plugins' folder (To open it, I can recommend Notepad)
  2. Read the green notes on the top of the config.yml
  • To change the language to german simply change the 'en' to a 'de'
  • To change the block message in the chat when a player tries to share a blacklisted link , edit 'BlacklistMessage' but keep the ' ' and the '&f'!
# Plugin configuration for qURL v0.1.0
# Author: Jovanos
# Website: http://dev.bukkit.org/bukkit-plugins/qurl/
# '
# '
# '
# == What's to fill in? ==
# In qURL.Language: "de" or "en" of the german (de) or the english (en) language
# In qURL.BlacklistMessage: Your custom sentence/word you want replace the blacklist's URLs with. (e.g.: Player1: www.google.com is cool! => Player1: Blocked Link! is cool!)
# You can use alternate Chatcolor Codes like &4 or &6 for the BlacklistMessage!
# '
# ' 
# '
# Copyright (C) Jovanos (2015). All rights reserved.

qURL:
  Language: en
  BlacklistMessage: '&6Blocked Link!&f'

Back to Overview