• 3.2 c89430b219

    JaTiTV released this 2024-03-31 11:41:00 +00:00 | 0 commits to 3.2 since this release

    In this update, minor bugs have been fixed and the config has been slightly revised.

    Config changes:

    • check.onJoin -> check.onJoin.enable
    • check.onInteract -> check.onInteract.enable
    • check.onCommand -> check.onCommand.enable
    • check.onChat -> check.onChat.enable
    • add check.onCommand.whitelist

    A whitelist has been added for commands for which no check is performed.

    https://www.spigotmc.org/resources/t2c-opsecurity-permission-security-1-8-x-1-20-x.90739/update?update=539135

    Downloads
  • 3.1.3 052592cff6

    JaTiTV released this 2023-06-19 19:11:04 +00:00 | 0 commits to 3.1.3 since this release

    [052592c] - The notify.allBungeePlayer option did not work as it should, this bug was fixed

    Downloads
  • 3.1.2 f5dfca5f72

    JaTiTV released this 2023-06-08 06:02:19 +00:00 | 0 commits to 3.1.2 since this release

    [f5dfca5]

    • API update to Minecraft version 1.20
    • T2CodeLib API update to 15.0 (this version is required from now on)
    Downloads
  • 3.1.1 0dc694d29f

    JaTiTV released this 2023-04-23 14:43:11 +00:00 | 0 commits to 3.1.1 since this release

    Fixed a bug where players were incorrectly detected
    T2CodeLib 14.4 is required from this version onwards

    Downloads
  • 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
  • 3.0.7 44507458e5

    JaTiTV released this 2022-12-12 10:36:28 +00:00 | 10 commits to main since this release

    • 'noOpPlayerDeop.enable' was missing in opWhitelist.yml and was read in incorrectly
    • 'kick.customCommand.Enable' was corrected to 'kick.customCommand.enable' in config.yml
    Downloads
  • 3.0.6 44507458e5

    JaTiTV released this 2022-11-20 21:20:41 +00:00 | 10 commits to main since this release

    Changes:

    • The placeholder [perm] was not replaced in the console when a player was kicked who is not on the permission whitelist
    • The permission whitelist did not work as it should have
    • If you used a UUID with '-' in the permission whitelist, then it was not recognized correctly
    • The kick message (permissionWhitelist.kick) was reset from MiniMessage to legacy color codes, because MiniMessages do not work in kick messages.
    Downloads
  • 3.0.5 43e51fee59

    JaTiTV released this 2022-11-19 02:09:54 +00:00 | 12 commits to main since this release

    Bugfix:

    • If you used a UUID with '-' in the op whitelist, then it was not recognized correctly
    • In the default opWhitelist.yml the path 'opWhitelist.customCommands.commands' was not created
    Downloads
  • 3.0.4 43e51fee59

    JaTiTV released this 2022-11-17 20:08:15 +00:00 | 12 commits to main since this release

    Bugfix:

    • In Permission Whitelist, the customCommands function did not work as expected.
    Downloads
  • 3.0.3 af608fad02

    JaTiTV released this 2022-11-15 01:28:15 +00:00 | 15 commits to main since this release

    Update to T2CodeLib 13.4

    Please note the changes of T2CodeLib 13.4

    Downloads