RandomCoordinates

RandomCoordinates

14.3k Downloads

Custom prefix not working

Sikatsu opened this issue ยท 4 comments

commented

Prefix: '&3[VillagerCraft] '

http://prntscr.com/ejtcuc

commented

I just discovered this bug in a similar way.

Due to the way the messages class is set up the prefix is set onEnable, thus changing it in languages.yml won't change the prefix until a server reload or restart.

If you are able to restart or reload it should work.

I'm looking into this now.

commented

Currently I can't restart/reload the server unfortunatly. Usually prefix can be changed by plugin reload command?

commented

Yes the problem was that I hard coded it originally into the onEnable, I've just pushed v0.1.1 to Bukkit with a fix for this.

Sorry this was overlooked.

commented

Ahh, alright! Thanks.