Config
How to edit the config.yml of NoPluginDisplay
Here is a quick tutorial on how to edit the configuration file 'config.yml':
- Open 'config.yml' in the folder 'NoPluginDisplay' found in your server's 'plugins' folder (To open it, I can recommend Notepad)
- Read the green notes on the top of the config.yml
Now you can start editing the config according to your desire.
- To change the language to german simply change the 'en' to a 'de'
- To change the Block Message simply edit the text between the two quotation marks. You can use Minecraft's colourcodes, like &1 or &l.
- To toogle on/off the command blocker set 'true' to 'false' on 'Block?' etc.
For an example , here is a very shortened version of the config.yml in the 2.1.0 version:
Language: en CustomBlockMsg: '&4Blocked by the system!' BlockPlugins: true BlockPl: true Block?: true
For the full version click here