Morpheus

Results 22 issues of Morpheus

system: data
version: 1.16
type: impl request

Note: optimization module/category needs to be reimplemented EDIT: done

version: 1.16
type: performance

**I am currently running** - SpongeForge version: https://github.com/SpongePowered/SpongeForge/commit/272574e5da45bcc0c19e97e71d7dd985d1e158e5 - Plugins/Mods: None **Issue Description** API: ``` /** * Used when a {@link Player} places a block. */ public static final EventContextKey...

type: bug
system: event
version: 1.12 (u)

Still need to bring back eigen redstone and review if some of the optimizations are still valid.

status: needs updating
version: 1.16

Part of the Economy API refactor. Fix https://github.com/SpongePowered/SpongeAPI/issues/1501 `EconomyTransactionEvent` is now split between Pre: is fired **BEFORE** the transaction has been processed (it can still fails and is cancellable). Post:...

system: event
system: economy
api: 9
status: breaking

When creating child commands using custom `CommandCallable`s a different "usage" message is displayed. Code to reproduce: ``` Sponge.getCommandManager().register(this, CommandSpec.builder() .child(new CommandCallable() { @Override public CommandResult process(CommandSource source, String arguments) throws...

system: command
api: 7 (u)

The minimal example is based on https://github.com/SpongePowered/sponge-plugin-template/blob/api-8/build.gradle.kts Fix https://github.com/SpongePowered/SpongeDocs/issues/877

This is a question (possibly an enhancement). After https://github.com/SpongePowered/Ore/issues/414 (more recently https://github.com/SpongePowered/Ore/issues/453) I'm seeing @mbax who wants to keep things around until the end of time and @simon816 suggesting a...

status: input wanted

get rid of guava checkstate preconditions and use stdlib function