Nucleus - The Ultimate Essentials Plugin

I solved the problem with ProjectWorlds.

Hiļ¼Œfor some reason, I want to set nether to be the birth point on my server, but when I die, I generate in the main world, what should I do?

A new version has been released for Nucleus, it is available for download here.


The Ultimate Essentials Plugin.

1 Like

Iā€™m having a couple very odd issues, which is only present when I have Nucleus installed.
For some reason with Nucleus, all mobs ignore me as if I am in creative of peaceful mode. Even when I am in survival mode and difficulty is set to 2 or 3. Even punching skeletons, zombies or creepers does not cause them to attack. If I look at Endermen, the scream and teleport to me, but then do not attack.

Sleeping also seems broken. When itā€™s night I can get in a bed, and the screen will dim, but then it does not change the time to day. I just stay in the bed until the sun rises at the regular rate.

These issues are only present with Nucleus installed, and I canā€™t find ANYTHING in the configs that would cause these issues. They are present with the default configuration and also when I disable the modules/commands I donā€™t want.

Are you invisible, by any chance? If for some reason you have * permissions (or the node nucleus), it will make you vanish on login.

2 Likes

If thatā€™s what Inscrutable says and you have LP

add permission

"nucleus.vanish.onlogin": {
    "value": false
  }

this will solve the problem.

But I recommend to read this https://nucleuspowered.org/docs/faqs.html#lots-of-permissions

1 Like

Ah, I should have mentioned I was using LuckPerms. That did the trick! Thanks so much.

Iā€™m running into a few more issues, and I canā€™t find solutions in the documentation (not sure what to look for).

First is when I have Nucleus running, my character skin wonā€™t loadā€¦ I look like Alex. If I take Nucleus off it loads fine.

Second is spectator mode is no longer letting me pass through blocks and go underground.

Is this another permissions thing with LuckPerms? If so, what permissions control this? If not is it a toggle in the main.conf?

Thanks!

We need Chinese~ Please!

A new version has been released for Nucleus, it is available for download here.


The Ultimate Essentials Plugin.

@Barondando Update to latest, though bear in mind you will have vanish on login enabled - you probably have * permissions and need to at least deny nucelus.vanish.onlogin.

@zsn741656478 I donā€™t know Chinese, but a contributor has written a translation file that I plan to add, please feel free to add comments on there if you think something could be worded better - Translated the language resource in Chinese by Tollainmear Ā· Pull Request #1089 Ā· NucleusPowered/Nucleus Ā· GitHub

A new version has been released for Nucleus, it is available for download here.


The Ultimate Essentials Plugin.

A new version has been released for Nucleus, it is available for download here.


This is a bug fix and minor feature release for Nucleus for Sponge API version 7.0

This was built from Nucleus commit: 7c98f0ac

Release Notes

If youā€™re having trouble, visit our Discord channel: https://discord.gg/A9QHG5H

Advisory: Update to 1.3.6 if you are running 1.3.5

If you are using 1.3.5 please update to 1.3.6 ASAP. There is a potential issue with setupperms that could allow
someone to incorrectly assign inherited permissions (the ladder in my code was upside down, so assigning admin perms could
have ended up with ADMIN and NONE permissions being assigned, rather than ADMIN, MOD and USER).

Do not use setupperms until you have updated to 1.3.6

New Features

Enhanced Warnings on login for those with wildcard permissions

We get a lot of questions about vanish on login and using the */nucleus permission wildcard. We now display a warning upon login for any user with the nucleus permission. This can be disabled in main.conf under check-for-wildcard if your setup is intended.

Added OWNER suggested permission set

/nucleus setupperms now has an OWNER role that gives all permission EXCEPT for those that provide exemptions that are generally not wanted in most cases. The documentation pages will be updated in due course.

Minor Adjustments

  • /kit and /kits permissions are now suggested as USER permissions, not ADMIN. Kit control is now down with the nucleus.kits.<kitname> permissions, these being ADMIN permissions is now redundant
  • Removed FastClasspathScanner from dependencies as it is not used any more
  • Updated QSML to 0.10.1

Bugfixes

  • Fixed typos in setupperms - thanks to Luck for spotting these issues
  • Fixed logic issue when creating a world with a seed - thanks to Minecrell for spotting the issue
  • Prevent NPE when deserialising certain kits
  • Fix not being able to replace tokens in kits
  • Try to enforce disabling the whitelist on the client in case it is accidentally enabled (it should never be enabled)
  • Fix incorrect ordering of setup permissions

API updates

There are no API updates in this release

Known Issues

  • Sometimes, an incorrect custom prefix might be selected. Nucleus uses whatever the permission plugin hands back, check your inheritance with the permissions plugin.
1 Like

A new version has been released for Nucleus, it is available for download here.


The Ultimate Essentials Plugin.

A new version has been released for Nucleus, it is available for download here.


The Ultimate Essentials Plugin.

A new version has been released for Nucleus, it is available for download here.


The Ultimate Essentials Plugin.

A new version has been released for Nucleus, it is available for download here.


The Ultimate Essentials Plugin.

1 Like

A new version has been released for Nucleus, it is available for download here.


The Ultimate Essentials Plugin.

A new version has been released for Nucleus, it is available for download here.


The Ultimate Essentials Plugin.

A new version has been released for Nucleus, it is available for download here.


This is a bug fix and minor feature release for Nucleus for Sponge API version 7.0

This was built from Nucleus commit: c2abd54

Release Notes

If youā€™re having trouble, visit our Discord channel: https://discord.gg/A9QHG5H

Bugfixes

  • Disable use of Data API in later Sponge versions causing errors by the unique user transient module are strewn across the console

Known Issues

  • Sometimes, an incorrect custom prefix might be selected. Nucleus uses whatever the permission plugin hands back, check your inheritance with the permissions plugin.