Jonathan Browne

Results 33 comments of Jonathan Browne

Moving this issue to SpongeAPI.

@Inscrutable This isn't for plugin using events. This is for implementing events (see the updated description). @saladoc Done.

Actually, most of this system was rewritten in https://github.com/SpongePowered/SpongeForge/commit/20734562847bcb60cade1611fbab74bc75b47978. I replaced the link, though, and pointed it to one of the few remnants.

Try `BlockState`s for the block storage, and `EntitySnapshot`s and `TileEntitySnapshot`s for the entities and tile entities.

@Deamon5550 The Ore stuff should probably go in a separate issue.

Some other stuff to consider: - Potential integration with a future Ore package manager. Ore uses the author and name as the unique identifier, while Sponge uses the plugin ID....

Thanks. I'll leave this open in case someone wants to put it in the docs.

Since then, I've had problems where symlinking the submodule makes Git think the submodule was removed. Because I still need to bump submodules, that solution no longer works. What I...

If you want a Minecraft server, there are a bunch of options on https://hub.docker.com. If you want a client, you’ll probably have to write it yourself - most people only...

Here's an idea for the version arguments: How about we have two version fields? One would be an integer for machines, which would be incremented every version, and one would...