EngineHub / EngineHub/WorldGuard

[Blacklist] Will not notify/message if there are multiple blocks or items used

Open
#1,177 6 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.