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