NoCheatPlus/NCPCore
asofold b2aae768b6 Support (wildcard) exemption by meta data 'nocheat.exempt'.
This is a first version without any safeguards and without any settings.
A player who has any meta data for 'nocheat.exempt' is regarded exempt
from all checks. Suggestion is a boolean value (true), but setting
anything will do for the moment. Later String values or List<String>
might be supported to allow some kind of generic categories for
exemption (to be discussed with skill plugin developers).

 This is not meant for permanent marking, but rather for "extra" events
like area damage with entity.damage(amount, damagerPlayer). The plugin
setting the metadata should also remove the metadata. In order not to
remove all protection by NoCheatPlus, plugins should fire extra events
or cancel events on a higher priority level than EventPriority.LOWEST.
2015-12-21 22:52:09 +01:00
..
src Support (wildcard) exemption by meta data 'nocheat.exempt'. 2015-12-21 22:52:09 +01:00
pom.xml Set Bukkit dependency to 1.8.8-R0.1-SNAPSHOT, scope to 'provided'. 2015-11-25 08:58:15 +01:00