mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-08 07:36:42 +02:00
"When IDE's attack"
This commit is contained in:
@@ -23,20 +23,17 @@ public class Alert implements StorageObject
|
||||
@Getter(AccessLevel.NONE)
|
||||
@Setter(AccessLevel.NONE)
|
||||
private Set<Material> alertOnPlacement = new HashSet<Material>();
|
||||
;
|
||||
@Comment("For which block types would you like to be alerted when used?")
|
||||
@ListType(Material.class)
|
||||
@Getter(AccessLevel.NONE)
|
||||
@Setter(AccessLevel.NONE)
|
||||
private Set<Material> alertOnUse = new HashSet<Material>();
|
||||
;
|
||||
@Comment("For which block types would you like to be alerted when broken?")
|
||||
@ListType(Material.class)
|
||||
@Getter(AccessLevel.NONE)
|
||||
@Setter(AccessLevel.NONE)
|
||||
private Set<Material> alertOnBreak = new HashSet<Material>();
|
||||
|
||||
;
|
||||
|
||||
public Alert()
|
||||
{
|
||||
if (alertOnPlacement.isEmpty())
|
||||
|
Reference in New Issue
Block a user