Interface ExamplePlugin.ServerProxy.ServerMetaConfig

Enclosing interface:
ExamplePlugin.ServerProxy

public static interface ExamplePlugin.ServerProxy.ServerMetaConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    default int
     
    void
    maxPlayers(int value)
     
    default String
     
    void
    motd(String value)
     
  • Method Details

    • motd

      default String motd()
    • motd

      void motd(String value)
    • maxPlayers

      default int maxPlayers()
    • maxPlayers

      void maxPlayers(int value)