Logo
Explore Discord Help
Sign In
JaTiTV/T2C-OPSecurity
JaTiTV/T2C-OPSecurity
1
0
Fork 0
You've already forked T2C-OPSecurity
Code Issues Pull Requests Projects Releases 18 Activity

18 Releases 20 Tags

RSS Feed
  • 3.3 c89430b219

    3.3 | Important bug fix for the permission whitelist Stable

    JaTiTV released this 2024-10-10 14:30:38 +00:00 | 0 commits to 3.3 since this release

    If you had entered several permissions in the permissions list, only the first one was checked, this error has been fixed

    Spigot Download

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 3.2 c89430b219

    3.2 | Config changes, new features and small bug fixes Stable

    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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • T2C-OPSecurity_3.2.jar
      82 KiB
  • 3.1.3 052592cff6

    3.1.3 | Bugfix Stable

    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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • T2C-OPSecurity_3.1.3.jar
      80 KiB
  • 3.1.2 f5dfca5f72

    3.1.2 | 1.20 Update Stable

    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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • T2C-OPSecurity_3.1.2.jar
      80 KiB
  • 3.1.1 0dc694d29f

    3.1.1 | Security bugfixes and improved debug messages Stable

    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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • T2C-OPSecurity_3.1.1.jar
      80 KiB
  • 3.1.0 98fd0409fd

    3.1.0 | API added, minor changes and bugfixes Stable

    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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • T2C-OPSecurity_3.1.0.jar
      79 KiB
  • 3.0.7 44507458e5

    3.0.7 | Bugfix Stable

    JaTiTV released this 2022-12-12 10:36:28 +00:00 | 20 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • T2C-OPSecurity_3.0.7.jar
      73 KiB
  • 3.0.6 44507458e5

    3.0.6 | Bugfixes Stable

    JaTiTV released this 2022-11-20 21:20:41 +00:00 | 20 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • T2C-OPSecurity_3.0.6.jar
      73 KiB
  • 3.0.5 43e51fee59

    3.0.5 | Bugfix Stable

    JaTiTV released this 2022-11-19 02:09:54 +00:00 | 22 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • T2C-OPSecurity_3.0.5.jar
      73 KiB
  • 3.0.4 43e51fee59

    3.0.4 | Bugfix Stable

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

    Bugfix:

    • In Permission Whitelist, the customCommands function did not work as expected.
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
    • T2C-OPSecurity_3.0.4.jar
      73 KiB
First Previous 1 2 Next Last
Powered by Gitea Version: 1.23.3 Page: 55ms Template: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API Impressum Datenschutz