Nucleus: The Ultimate Essentials Plugin (MC 1.10.2, 1.11.2, 1.12.2)

if i wanted to grant myself (server owner) all permissions, what node do i use to do so, rather than adding them all?

nucleus.

Note that there are some permissions I do not recommend giving by default without understanding what they are, they are denoted by NONE in the suggested role column at http://nucleuspowered.org/docs/permissions.html. You could just remove those you didn’t want using negation, though.

I have a way to set up suggested permissions for users, mods and admins at http://nucleuspowered.org/docs/configuration/permissions.html - if that helps.

Thats fine, i ask because I had issues where my account did not have access to some commands. willgranting all perms with nucleus. cause any issues or will those only be encountered if I run some commands?

In next release you will see nodes permission for /gm? Nucleus: The Ultimate Essentials Plugin (MC 1.10.2, 1.11.2, 1.12.2) - #928 by anon34495435

@CainSeldon Nah, it shouldn’t cause issues, the only real gotcha is that you wouldn’t be able to go AFK - just negate nucleus.afk.exempt.toggle if you want to be able to. The recommendation is more to prevent some pretty high level commands being used by admins accidently (or maliciously), by restricting them to the console by default, requiring an explicit grant of the permission. As the owner, you’re not going to hijack your own server, just be careful granting that to admins! :slight_smile:

@anon34495435 Possibly. I haven’t looked into it yet. It’s been 19 hours, please don’t pressure me so soon!

Sounds great, thanks! for the help :slight_smile:

1 Like

Thanks man! I grabbed the newer ones where you also added UUIDs to /seen

Hey @dualspiral

I am going to list out setup before I list my problem. So I am on:

Spongeforge - 1.10.2-2171-5.1.0-BETA-1930
Forge - 1.10.2 - 12.18.2.2171
Nucleus 0.15.0
MC - 1.10.2
LuckPerms - 2.15.18

So here is my question. In updating to the latest version of spongeforge my server began to experince immense lag. I assumed this was due to the new spongeforge version. I took some timings reports and after seeing the results of them I figured you would also want to see them, I think there is an issue with your chatlistner on the newer version of sponge.

https://timings.aikar.co/v2/?id=8b989e2a4d614ed39920e29b1ef17bc2
https://timings.aikar.co/v2/?id=a03148643daa4d26bcad188cc73b16f1
https://timings.aikar.co/v2/?id=c82e9b076d3c41b9b42734d4945db51e
https://timings.aikar.co/v2/?id=ba31dcb6dcd14603851aee2a369715ef

I denied the permission nucleus.chat.colour to everyone but they are able to still chat in color. How would you disable color chat?

They are only able to chat by using double &s, example &&1hi. That’s just a bug so update to a development version here https://teamcity.drnaylor.co.uk/ if you want to fix it for now, or wait until the official update for the plugin.

Awesome thanks, I thought so

I’m having some trouble migrating from EssentialCmds. Any help would be appreciated :slight_smile:

curious if I need to have default:false on all my groups besides my “default” group, on it I have default:true it works fine but some of the other groups I’m getting an extra owner group named owner(random numbers) and inside all it says is null

Can you make /ignore effect private messages as well? Players are still have to receive private messages of ignored players

@Riddle Interesting, seen as I haven’t really touched it recently. I’ll investigate.

@Dead_Island_Dude Looks like it failed porting locked weather data. Everything else (except for rules) has been migrated, you could just do those manually. I’ll fix this up for next version though, thanks.

@FrostyDeeps That’s something to ask the author of the permission plugin, I’m sorry to say I don’t know.

@Michael_Ware It should already be doing that, I’ll check it out.

@dualspiral sorry about that posted it on the wrong forum page

Thanks man. I thought it was kind of crazy to be honest. I didnt understand how that could happen as all that was mainly changed was the spongeforge version.

Howdy! How exactly does the /helpop system work? I dont see much documentation on it. Thanks!

when a player uses /helpop, staff (or people with the right permission) will see the helpop message and nobody else. It’s a good way to filter out help messages so only the right people see them.

Yeah, not written that module’s documentation yet, sorry.

Players you want to receive messages from /helpop need the nucleus.helpop.receive permission - you probably want to give this to all staff. To use /helpop, you need the nucleus.helpop.base permission, probably want to give this to everyone.

Hope this helps!