Nucleus Mixins - Nucleus Mixins

This is a discussion topic for the Ore project, Nucleus Mixins. View the full project on Ore for downloads and more information.


This project is no longer active due to all APIs required being in API 7. This is here for legacy servers.

Nucleus Mixins

Nucleus Mixins is a companion plugin to Nucleus that enables enhanced routines for world generation and /invsee for 1.10.2 servers.

Nucleus Mixins MUST go in your “mods” directory, NOT a “plugin” directory, as it is technically a mod, NOT a plugin

This is currently available for 1.10.x ONLY.

Mixin Changes

The following changes are made by mixins at runtime. They can be disabled by editing config/nucleus/mixins.conf. The default config file looks like this:

# Enables /invsee to work across all players.
invsee=true
# Enhanced world generation
world-generation=true

World Generation

World Generation adds a few functions that allows Nucleus to communicate with Minecraft internal to test if a chunk has been loaded, and to bypass the “deny chunk requests” option if you are running a some older versions of Sponge.

Invsee

The invsee tweaks injects a check into the function on a player inventory that determines if a player can see it. Before, it was setup so you must be 8 blocks away, this liimitation is removed on a player inventory if another player is looking at it.

1 Like

Do I understand correctly that starting with SpongeForge 1.11.2-2201-6.0.0-BETA-2107 no longer need to use Nucleus Mixins for /invsee command?

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


This is Nucleus Mixins 0.25.1 for Nucleus 0.25 and Minecraft 1.10.2

Please see the Nucleus release notes for more information

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


This release adds a notification if the mixins haven’t been loaded.

Ensure that the jar is put in the /mods directory. It will not work if you put it into any other directory!

I know we can set server warps as admins. Is there a way to allow players to each be able to create their own warp (1 per player ideally) and for them to be able to delete and recreate it as needed?

We have a skyfactory3 server and it includes an function for players to tp to player islands but the mod that provides the island generation and the tpisland does not appear to have the ability for players to move that “tp point” on their island so if they remove the area where the TP point is set, then people who tp to their island either are just unable to tp there or they fall into the void.

I’m hoping for the ability for players to be able to create a single warp each, and if they need to move it due to redesigning their island, they can delete the warp and place it somewhere else but not have the ability to delete or create warps for other players.