Geitenijs / KeepChunks

The most powerful chunk loading plugin!
Other
42 stars 9 forks source link

add option to hide plugin banner #50

Closed RedstoneFuture closed 2 years ago

RedstoneFuture commented 2 years ago

I've added an option to deactivate the plugin banner with general.allowpluginbanner = false (true by default).

The reason is the unuseful big startup message.

allowpluginbanner = true (default)

[14:10:23] [Server thread/INFO]: [KeepChunks] Enabling KeepChunks v1.6.8
[14:10:23] [Server thread/INFO]: 
[14:10:23] [Server thread/INFO]:  _     _                   _______ _                 _          
[14:10:23] [Server thread/INFO]: (_)   | |                 (_______) |               | |  v1.6.8
[14:10:23] [Server thread/INFO]:  _____| |_____ _____ ____  _      | |__  _   _ ____ | |  _  ___ 
[14:10:23] [Server thread/INFO]: |  _   _) ___ | ___ |  _ \| |     |  _ \| | | |  _ \| |_/ )/___)
[14:10:23] [Server thread/INFO]: | |  \ \| ____| ____| |_| | |_____| | | | |_| | | | |  _ (|___ |
[14:10:23] [Server thread/INFO]: |_|   \_)_____)_____)  __/ \______)_| |_|____/|_| |_|_| \_|___/ 
[14:10:23] [Server thread/INFO]:                     |_|                                         
[14:10:23] [Server thread/INFO]: 
[14:10:23] [Server thread/INFO]: [KeepChunks] KeepChunks v1.6.8 has been enabled

allowpluginbanner = false

[14:10:23] [Server thread/INFO]: [KeepChunks] Enabling KeepChunks v1.6.8
[14:10:23] [Server thread/INFO]: [KeepChunks] KeepChunks v1.6.8 has been enabled
Geitenijs commented 2 years ago

Will be added in 1.6.10, thanks for your help!