mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-26 16:04:27 +02:00
New names
This commit is contained in:
@@ -11,9 +11,9 @@ import lombok.EqualsAndHashCode;
|
||||
public class SignsAndRails implements StorageObject
|
||||
{
|
||||
@Comment("Protect all signs")
|
||||
private boolean signs = true;
|
||||
private boolean protectSigns = true;
|
||||
@Comment("Prevent users from destroying rails")
|
||||
private boolean rails = true;
|
||||
private boolean protectRails = true;
|
||||
@Comment(
|
||||
{
|
||||
"Blocks below rails/signs are also protected if the respective rail/sign is protected.",
|
||||
|
Reference in New Issue
Block a user