Minecraft Dynamic Effect Whitelist mod 2026 download
logo
minecraft mod Dynamic Effect Whitelist

Dynamic Effect Whitelist

Game Version: CB 1.5.2-R0.1
Total Downloads: 14,845
Updated: May 14, 2013
Created: Oct 21, 2011
Download Dynamic Effect WhitelistDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
Version 1.6 - Full Package release 26.99 KB May 14, 2013 CB 1.5.2-R0.1 3,155 download Dynamic Effect Whitelist Version 1.6 - Full Package releaseDownload
Version 1.5.2 - Full Package release 27.04 KB Jul 1, 2012 CB 1.4.6-R0.1 3,295 download Dynamic Effect Whitelist Version 1.5.2 - Full Package releaseDownload
Version 1.5.2 - JAR release 28.60 KB Jul 1, 2012 CB 1.2.5-R4.0 1,471 download Dynamic Effect Whitelist Version 1.5.2 - JAR releaseDownload
Version 1.5.1 - Full Package release 21.17 KB Apr 9, 2012 CB 1.2.5-R1.0 1,742 download Dynamic Effect Whitelist Version 1.5.1 - Full Package releaseDownload
Version 1.5.1 - JAR release 21.65 KB Apr 9, 2012 CB 1.2.5-R1.0 893 download Dynamic Effect Whitelist Version 1.5.1 - JAR releaseDownload
Version 1.5.0 - Full Package release 21.21 KB Apr 8, 2012 CB 1.2.5-R1.0 421 download Dynamic Effect Whitelist Version 1.5.0 - Full Package releaseDownload
Version 1.5.0 - JAR release 21.67 KB Apr 8, 2012 CB 1.2.5-R1.0 681 download Dynamic Effect Whitelist Version 1.5.0 - JAR releaseDownload
Version 1.4.0 - Full package release 16.03 KB Apr 4, 2012 CB 1.2.5-R1.0 336 download Dynamic Effect Whitelist Version 1.4.0 - Full package releaseDownload
Version 1.4.0 - JAR release 16.21 KB Apr 4, 2012 CB 1.2.5-R1.0 524 download Dynamic Effect Whitelist Version 1.4.0 - JAR releaseDownload
Version 1.3.1 - Full package release 15.58 KB Mar 31, 2012 CB 1.2.4-R1.0 324 download Dynamic Effect Whitelist Version 1.3.1 - Full package releaseDownload
Version 1.3.1 - JAR release 15.75 KB Mar 31, 2012 CB 1.2.4-R1.0 260 download Dynamic Effect Whitelist Version 1.3.1 - JAR releaseDownload
Version 1.3.0 - Full package release 16.18 KB Mar 30, 2012 CB 1.2.4-R1.0 163 download Dynamic Effect Whitelist Version 1.3.0 - Full package releaseDownload
Version 1.3.0 - JAR release 16.59 KB Mar 30, 2012 CB 1.2.4-R1.0 299 download Dynamic Effect Whitelist Version 1.3.0 - JAR releaseDownload
Version 1.2.0 Release release 14.50 KB Mar 28, 2012 CB 1.2.4-R1.0 128 download Dynamic Effect Whitelist Version 1.2.0 Release releaseDownload
Version 1.1.1 Release release 13.70 KB Mar 15, 2012 CB 1.2.3-R0.2 212 download Dynamic Effect Whitelist Version 1.1.1 Release releaseDownload
Version 1.1 Release release 14.03 KB Mar 6, 2012 CB 1.2.3-R0.1 234 download Dynamic Effect Whitelist Version 1.1 Release releaseDownload
Version 1.0 alpha - plugin release 14.13 KB Jan 23, 2012 CB 1.0.1-R1 339 download Dynamic Effect Whitelist Version 1.0 alpha - plugin releaseDownload
Version 0.9 - Plugin release 13.62 KB Nov 16, 2011 CB 1.0.1-R1 368 download Dynamic Effect Whitelist Version 0.9 - Plugin releaseDownload

Description

Share this:

Dynamic Effect Whitelist

This is a simple whitelist mod using MySQL/HTTP/File.
To add users ingame to the whitelist permissionsBukkit is required (included in bukkit), you also need to use the File or MySQL mode.
The plugin can run without any changes to the config, if you want it simple or you can edit the config to personalize the disconnect message etc.

The whitelist uses PluginMetrics which means it will send server info (plugin version, number of players on the server, server version, server location (country)), to PluginMetrics server (http://mcstats.org/plugin/DynamicEffectWhitelist) so I can get plugin usage. It can be turned off in PluginMetrics config (plugins/PluginMetrics/config.yml), but it's recommended to let it be on, so I can see the usage.

If a new minecraft version has recently been released then try the plugin instead of asking if it works.
Before reporting a bug, check so you have the latest version and check the changelog

Features

  • Whitelist using MySQL/HTTP/File
  • Updates the whitelist at an interval and not just at server start
  • Add users to the whitelist ingame or integrate with your forum/website
  • The file data source uses the same format as Minecraft´s built-in whitelist system.
  • Custom disconnect message (if not on whitelist)
  • Notification for OP' s and players with the right permission, when someone joins and is not on the whitelist (Needs to be enabled in the config (General.PrintConnectFails))
  • Support for custom SQL queries & custom database structure
  • Built-in importer/exporter allows importing/exporting from/to file, sql & url to file, world & sql. (1)
  • Reload plugin on the run (without restarting the server)
  • Refresh the whitelist on the run (without waiting for the automated refresh or restarting the server)
  • Whitelist can be turned on/off while the server is running
  1. (Allowed sources: sql, file, url, world Allowed destinations: sql, file)

Todo

  • Nothing

Dependencies

  • MySQL JDBC (If you are going to use sql as data source) – Download the mysql connector and place mysql-connector-java-5.1.15-bin.jar in C:\Program Files\Java\jre6\lib\ext or /java/packages/lib/ext on linux (http://docs.oracle.com/javase/tutorial/ext/basics/install.html)

Pages

  • Addons
  • Configuration

Permissions

Permission Description
dewhitelist.add permission to add users to the whitelist
dewhitelist.remove permission to remove users from the whitelist
dewhitelist.displayfails permission to see all failed joins (shown in the chat if activated in config)
dewhitelist.reload permission to reload the plugin
dewhitelist.refresh permission to refresh the whitelist (check for new players in the whitelist)
dewhitelist.import permission to import from a source to another (Can be used to backup the whitelist)
dewhitelist.mode permission to turn on/off the whitelist

Chat commands

Command Description
/whitelist add [player] adds the entered player to the whitelist.
/whitelist remove [player] removes the entered player to the whitelist.
/whitelist reload Reloads the plugin
/whitelist import [source] [destination] imports whitelist from source to destination (1) (2)
/whitelist refresh Refreshes the whitelist (checks for new players in the whitelist)
/whitelist <on/off> Turns on/off the whitelist
  1. (Allowed sources: sql, file, url, world Allowed destinations: sql, file)
  2. (Uses a third argument when using world as source, the last world is the name of the world's name. Example "/whitelist import world file world")

Source

The source is hosted on Github: https://github.com/BlackVoid/DynamicEffectWhitelist

Download

  • JAR Only (Version 1.5.2)
  • Full package (Version 1.5.2) – Includes JAR, SQL-file (database), php-file (if you use url as data source)

Changelog

Version 1.5.2

  • All debug messages are now shown with the prefix [DEWhitelist-debug]
  • No longer prints entire whitelist in debug mode, instead it prints the number of players in the whitelist.
  • Checks if other plugin has already disallowed the player and if so it lets the other plugin handle the event.
  • In debug mode it now prints if another plugin has handled the join event.

Version 1.5.1

  • Quick fix for the refresh timer which didn't work.

Version 1.5.0

  • /whitelist <on/off> added – Can turn on/off the whitelist on the run
  • Print connection fails should be fixed and should no longer print in console nor to players multiple times.
  • debug option moved from General.debug to Other.debug
  • Option in the config to set which mode the whitelist should be at startup (on or off)
  • PluginMetrics added, sends anonymous stats (player count, bukkit version, plugin version), can be turned off in the pluginMetrics config (plugins/PluginMetrics/config.yml)

If you use my plugin on your server(s) please consider donating 🙂

Comments

Add a comment