Class MainCategory.serverProtection
java.lang.Object
br.net.fabiozumbi12.RedProtect.Core.config.Category.MainCategory.serverProtection
- Enclosing class:
- MainCategory
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]static byte[]
-
Field Details
-
deny_commands_on_worlds
-
sign_spy
@Setting(value="sign-spy", comment="Show every placed sign for who have the permission \"redprotect.signspy\" and for console.") public MainCategory.serverProtection.signSpy sign_spy -
mods_permissions
@Setting(value="mods-permissions", comment="Deny players to join with one of this mods or use in your server.\nThe permission \'redprotect.mods.<mod-name>.bypass\' bypass this configurations.\nByte configuration may be hard to know and is represented as String, but instead to do actions, can disable specific menus in some mods.\nYou can set bytes as string. Will be converted internally as byte array with charset UTF-8.") public Map<String,MainCategory.serverProtection.ModActions> mods_permissions
-
-
Constructor Details
-
serverProtection
public serverProtection()
-
-
Method Details
-
createWDLPacket0
public static byte[] createWDLPacket0() -
createWDLPacket1
public static byte[] createWDLPacket1()
-