• 3.1.0 98fd0409fd

    JaTiTV released this 2023-02-27 23:33:12 +00:00 | 0 commits to 3.1.0 since this release

    Changes:

    • [e14f91c] In opWhitelist.yml the path of an option was corrected: noOpPlayerDeop.enable -> opWhitelist.noOpPlayerDeop.enable
    • [a2bd88a] An API has been added
      API Class: T2COpSecAPI
      Maven:
    <repositories>
      <repository>
        <id>T2Code</id>
        <url>https://repo.t2code.net/repository/T2Code/</url>
      </repository>
    </repositories>
    
    <dependencies>
      <dependency>
        <groupId>net.t2code</groupId>
        <artifactId>T2C-OPSecurity</artifactId>
        <version>3.1.0</version>
      </dependency>
    </dependencies>
    
    • [98fd040] Fixed an error that occurred when loading the plugin, because since paper build 404 the T2CodeLib was loaded only after OPSecurity
    • [dba1e57] minor code changes
    Downloads