Interface MVPlugin

    • Method Detail

      • dumpVersionInfo

        @Deprecated
        java.lang.String dumpVersionInfo​(java.lang.String buffer)
        Deprecated.
        This is now deprecated, nobody needs it any longer. All version info-dumping is now done with MVVersionEvent.
        Adds This plugin's version information to the buffer and returns the new string.
        Parameters:
        buffer - The string that contains Core and all other MV plugins' versions.
        Returns:
        A modified buffer that contains this MVPlugin's version information.
      • getProtocolVersion

        int getProtocolVersion()
        Allows Multiverse or a plugin to query another Multiverse plugin to see what version its protocol is. This number should change when something will break the code.
        Returns:
        The Integer protocol version.