higgs01

Results 5 issues of higgs01

### Configuration / Workflow I have the following semantic-release config: ```javascript { branches: [ 'hotfix/v+([0-9])?(.{+([0-9]),x}).x', 'release-tracker', { name: 'master', prerelease: 'snapshot' }, { name: 'main', prerelease: 'snapshot' } ], repositoryUrl:...

Javadoc at http://gravitydevelopment.net/docs/updater/ seems to be offline

Hello BungeeUtil doesn't work since [BungeeCord build 1330](https://ci.md-5.net/job/BungeeCord/1330/). Following Error-Message appears: ``` [SEVERE] Invalid WarpedMinecraftDecoder parameters! Cant having an client without a handshake but with a version! ``` Before 1330...

Hello When i try to set the Skin-Url from a Empty skin: ``` ItemStack is = new ItemStack(Material.SKULL_ITEM, 1, (short) 3) { @Override public void click(Click click) { } };...

Fixes #257 This PR contains the following: - Usernames are now sanitized on create/username update and prohibited words/chars are removed from the username - If prohibited words/chars were sanitized the...