Interface SignModule
- All Superinterfaces:
ModuleSimple
Formats the text a player writes on a sign.
-
Method Summary
Modifier and TypeMethodDescriptionconfig()The config section this module reads its settings from.legacyFormat(FPlayer fPlayer, String string) Formats a sign on servers whose api carries plain strings rather than components.paperFormat(FPlayer fPlayer, String string) Formats a sign on servers whose api carries components rather than plain strings.The permission that gates this module.Methods inherited from interface ModuleSimple
children, isDisable, name, onDisable, onEnable, permissions
-
Method Details
-
config
Message.Sign config()Description copied from interface:ModuleSimpleThe config section this module reads its settings from.- Specified by:
configin interfaceModuleSimple- Returns:
- the settings
-
permission
Permission.Message.Sign permission()Description copied from interface:ModuleSimpleThe permission that gates this module.- Specified by:
permissionin interfaceModuleSimple- Returns:
- the permission
-
legacyFormat
-
paperFormat
-