CompatNoCheatPlus/CompatNoCheatPlus/cncp_lists.txt
2012-07-24 08:22:16 +02:00

48 lines
1.3 KiB
Plaintext

CompatNoCheatPlus lists file
-------------------------------------------------------
LICENSE
-------------------------
Minimal license + NCP: Minimal on top of what can be done with the licenses of Bukkit/CraftBukkit/NoCheatPlus.
STACK
---------
?(add) more intricate load order stuff ?
!(add) Limit blockbreaking speed by mcmmo (config) !
***
!(add) reload command
? another sequence number (for standard events)
*** 0.3.0
!(add) Option to prevent adding hooks by name.
!(add) Refactor citizens hook into a general hook using reflection (PlayerClassHook).
VERSION HISTORY
---------------------------
(0.3.0)
- (add) Generic hook for the Player class name, defaults to exempt all non CraftPlayer classes from checks.
- (remove) Direct hooking of Citizens (+direct CraftBukkit dependency).
(0.2.2)
- (bugfix) Add noswing treatment for mcMMO.
(0.2.1)
- (bugfix) Checks if plugins are present for hooks.
(0.2.0)
- (add) Simple Citizens hook.
(0.1.0)
- (add) List to enable plugins: plugins.ensure-enable [Forces their events to be processed before NoCheatPlus gets them!]
- (bugfix) Remove import of mcMMO-hook (use direct package reference instead).
- (bugfix) Preserve order of entries in the lists read from the configuration.
- (update) config/comaptlayer
(0.0.0) [initial version]