We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spigot / Bukkit
1.20.1-1.20.4
I expect the player not being allowed to use the tnttimer or autotext feature
This is in the body of a LabyModPlayerJoinEvent
LabyModPlayerJoinEvent
if(plugin.getConfig().getBoolean("permissions.enabled")) { List<Permission.StatedPermission> permissions = new ArrayList<>(); permissions.add(Permission.of("tnttimer").deny()); permissions.add(Permission.of("chat_autotext").deny()); labyPlayer.sendPermissions(permissions); }
N/A
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
General Troubleshooting
Platforms
Spigot / Bukkit
Affected Minecraft Version(s)
1.20.1-1.20.4
Expected Behaviour
I expect the player not being allowed to use the tnttimer or autotext feature
Code Example for Reproduction Steps
This is in the body of a
LabyModPlayerJoinEvent
Exception or Error
Additional Information
No response
The text was updated successfully, but these errors were encountered: