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.
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.