-
released this
2024-10-10 14:30:38 +00:00 | 0 commits to 3.3 since this releaseIf you had entered several permissions in the permissions list, only the first one was checked, this error has been fixed
Downloads
-
released this
2024-03-31 11:41:00 +00:00 | 0 commits to 3.2 since this releaseIn 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.
Downloads
-
3.1.3 | Bugfix Stable
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 fixedDownloads
-
3.1.2 | 1.20 Update Stable
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
-
released this
2023-04-23 14:43:11 +00:00 | 0 commits to 3.1.1 since this releaseFixed a bug where players were incorrectly detected
T2CodeLib 14.4 is required from this version onwardsDownloads
-
released this
2023-02-27 23:33:12 +00:00 | 0 commits to 3.1.0 since this releaseChanges:
- [
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>
Downloads
- [
-
3.0.7 | Bugfix Stable
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
-
3.0.6 | Bugfixes Stable
released this
2022-11-20 21:20:41 +00:00 | 20 commits to main since this releaseChanges:
- 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 | Bugfix Stable
released this
2022-11-19 02:09:54 +00:00 | 22 commits to main since this releaseBugfix:
- 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 | Bugfix Stable
released this
2022-11-17 20:08:15 +00:00 | 22 commits to main since this releaseBugfix:
- In Permission Whitelist, the customCommands function did not work as expected.
Downloads