EngineHub / EngineHub/WorldGuard
[Blacklist] Will not notify/message if there are multiple blocks or items used
- Dominant language
- Java
- Stars
- 938
- Forks
- 671
- PR merge metrics
- No merged PRs in 30d
Description
WORLDGUARD-3422 - Reported by TarzabTells
The blacklist notify and message will not appear if the same item is being used more than one time.
# Drop value items
[diamond,emerald,goldore,goldbar,diamondore,emeraldore]
ignore-perms=test.perm
message=You can't drop these
on-drop=tell,notify,deny
# Miner break
[56,14,129]
ignore-perms=miner.job
message=You need the Miner job to break this
on-break=deny,notify,tell,log
A simple solution would be to put both under one line, but I want them divided, because I want the Miner to be able to Mine the items, but not drop them. Vica versa, I don't want other than miner to mine diamonds.
Contributor guide
Assessment
This issue has not been assessed yet.