VoidWhitelist icon

VoidWhitelist -----

Mixed UUID based temporal whitelist for Java & Bedrock





Finally after a few weeks of development and a huge chunk of codebase changed this feature is ready :)

New features:
  • Now you can enable automatic whitelisting for new players on your server! Check your configuration file for more details.
  • 12 new commands to control the feature under main /auto-whitelist command.
  • A system that will automatically migrate your configuration files and database table schema if needed.
  • Full description for all permissions to make it easier to use in conjunction with plugins like LuckPerms. b21ff51 f673ed9
Compatibility note:
  • WhitelistImportEvent was deleted. c4d4f89 7ba1fe
    This change improves overall ram consumption, the event should've not existed in the first place.
  • whitelist database table schema was changed b04245d:
    • uniqueId -> unique_id
    • expiresAt -> expires_at
      You will not need to update your table schema manually, I built an integrated migration module that will handle it and possible further updates to the schema. Although, you might need to update your backend applications if they used this table.
  • Permission for on/off commands were changed to match command names d7d0f93:
    • voidwhitelist.whitelist.enable -> voidwhitelist.whitelist.on
    • voidwhitelist.whitelist.disable -> voidwhitelist.whitelist.off
Bugfixes:
  • Fixed Whitelistable entity update not being save with JSON storage. 61986d2
  • LoginListener now ignores cancelled events (it's funny how long it wasn't a thing and literally noone noticed :D) 917cfd7
Full changelog:
----------, Apr 18, 2023

Finally after a few weeks of development and a huge chunk of codebase changed this feature is ready :)

New features:
  • Now you can enable automatic whitelisting for new players on your server! Check your configuration file for more details.
  • 12 new commands to control the feature under main /auto-whitelist command.
  • A system that will automatically migrate your configuration files and database table schema if needed.
  • Full description for all permissions to make it easier to use in conjunction with plugins like LuckPerms. b21ff51 f673ed9
Compatibility note:
  • WhitelistImportEvent was deleted. c4d4f89 7ba1fe
    This change improves overall ram consumption, the event should've not existed in the first place.
  • whitelist database table schema was changed b04245d:
    • uniqueId -> unique_id
    • expiresAt -> expires_at
      You will not need to update your table schema manually, I built an integrated migration module that will handle it and possible further updates to the schema. Although, you might need to update your backend applications if they used this table.
  • Permission for on/off commands were changed to match command names d7d0f93:
    • voidwhitelist.whitelist.enable -> voidwhitelist.whitelist.on
    • voidwhitelist.whitelist.disable -> voidwhitelist.whitelist.off
Bugfixes:
  • Fixed Whitelistable entity update not being save with JSON storage. 61986d2
  • LoginListener now ignores cancelled events (it's funny how long it wasn't a thing and literally noone noticed :D) 917cfd7
Full changelog:
----------, Apr 18, 2023

PAPI wasn't supported in previous releases as I just forgot that I only merged it into Java 17 o_O
----------, Apr 3, 2023

  • Support for MC 1.13-1.17 with 02ad0c3
  • Fixed JsonParser issue that wouldn't allow player skulls to load properly in GUI on MC < 1.18 e88b8fa
----------, Apr 3, 2023

Fixed issue #17 GUI 1.19.x support in PR #18

Full Changelog: v0.9.2-stable...v0.9.3-stable
----------, Mar 27, 2023

This update is quite a jump adding Floodgate users support, new %vw_time-left% placeholder and several bugfixes, more details at GitHub.

It's also worth mentioning that the size was reduced by 2MB :)
----------, Mar 24, 2023

Changes:
  • Bump postgresql from 42.3.5 to 42.4.1 in #8;
  • Fix: GUI would display null nicknames for offline players.
Full Changelog: v0.8.1-stable...v0.8.2-stable
----------, Aug 8, 2022

Changes:
  • Fixed bug: version comparision for GUI major version was invalid. Now GUI will work as intended. 97c0d5
Full Changelog: v0.8.0-stable...v0.8.1-stable
----------, May 18, 2022

Resource Information
Author:
----------
Total Downloads: 877
First Release: May 14, 2022
Last Update: Jun 13, 2023
Category: ---------------
All-Time Rating:
4 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings