This repository has been archived by the owner on Nov 3, 2022. It is now read-only.
Nucleus 2.4.2 for Minecraft 1.12.2 #1644
dualspiral
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a bug fix and minor feature release - Nucleus 2.4.2 for Sponge API version 7.3
This was built from Nucleus commit: 0be223b
Release Notes
If you're having trouble, visit our Discord channel: https://discord.gg/A9QHG5H
Kit Commands are now disabled by default
A very common question that comes up in the Nucleus support channels is "why can my players redeem kits without a cooldown?" This is invariably because server owners incorrectly assume that
nucleus.kit
is permission they need for accessing/kit
. It is not. The permission isnucleus.kit.base
.The reason that
nucleus.kit
works is because in Sponge,nucleus.kit
is the same as Bukkit'snucleus.kit.*
. As a result, by grantingnucleus.kit
you are giving players the ability to bypass cooldowns, redeem kits as many times as they like, and create kits -- including command kits. These permissions are super dangerous to let anyone have. If you are running a server and you have given thenucleus.kit
permission to players - whitelist your server and kick all players RIGHT NOW while you fix permissions and check for any kits that you didn't make.Because this is too common a problem, this update to Nucleus will disable commands in kits by default. You will need to go into the kits section of the config to re-enable them, then reload your config in the normal way. I apologise to those of you that have entered your permissions properly, however I do not want to continue seeing servers put themselves into a dangerous position because they have guessed the permissions they need to use, rather than read the docs, therefore not using the
base
suffix to permissions.Please note that this defaults to false for EVERYBODY, as I want to try to catch servers that are doing this so they are protected while they fix their permissions.
General Notes
This discussion was created from the release Nucleus 2.4.2 for Minecraft 1.12.2.
Beta Was this translation helpful? Give feedback.
All reactions