#
sponge
Here are 327 public repositories matching this topic...
type: suggestion
The issue is suggesting a new feature or enhancement.
help wanted
A good pull request is likely to be accepted for this issue.
good first issue
java
minecraft
tutorial
bukkit
pocketmine
sponge
spigot
fabric
liteloader
bungeecord
bedrock
nukkit
addons
forge-mod
bedrock-edition
-
Updated
Jun 30, 2022
A Forge mod that implements SpongeAPI
java
minecraft
sponge
spongepowered
mixins
gradle
minecraft-server
mixin-framework
spongeapi
spongeforge
-
Updated
Feb 22, 2022 - Java
A Minecraft plugin API
-
Updated
Jul 2, 2022 - Java
Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.
kotlin
minecraft
bukkit
sponge
mixins
gradle
spigot
paper
intellij
jetbrains
forge
liteloader
bungeecord
mcp
gradle-kotlin-dsl
-
Updated
Jul 4, 2022 - Kotlin
Allows the connection of newer clients to older server versions for Minecraft servers.
plugin
java
minecraft
bukkit
sponge
spigot
fabric
bungeecord
velocity
sponge-plugin
hacktoberfest
viaversion
-
Updated
Jul 6, 2022 - Java
SkinsRestorer development repository
minecraft
sponge
spigot
bungeecord
bungeecord-plugin
spigotmc
minecraft-plugin
sponge-plugin
spigot-plugins
velocity-plugin
-
Updated
Jul 4, 2022 - Java
The SpongeAPI implementation targeting vanilla Minecraft and 3rd party platforms.
java
minecraft
sponge
spongepowered
mixins
gradle
minecraft-server
mixin-framework
spongeapi
hacktoberfest
-
Updated
Jul 3, 2022 - Java
Allows the connection of older clients to newer server versions for Minecraft servers.
-
Updated
Jul 6, 2022 - Java
The SpongeAPI implementation for Vanilla Minecraft.
-
Updated
Jan 16, 2022 - Java
paralin
commented
Oct 9, 2021
The final packet sent when connecting:
see https://wiki.vg/Protocol#Player_Position_And_Look_.28clientbound.29
enhancement
New feature or request
good first issue
Good for newcomers
wontfix
This will not be worked on
TaskChain Control Flow framework. Helps facilitate running tasks on an application's "Main Thread" (such as a game), and tasks off the main (async).
java
bukkit
sponge
rxjava
game-development
concurrent-programming
flow-control
minecraft-plugin
java-library
gamedev-library
task-scheduler
scheduler-library
chain-methods
-
Updated
Feb 10, 2022 - Java
Allows your players to change their skin by command
-
Updated
Jun 19, 2022 - Java
The Ultimate Essentials Plugin for Sponge.
-
Updated
Jun 28, 2022 - Java
Github of Negativity, a Minecraft AntiCheat.
-
Updated
Jul 4, 2022 - Java
Enable maintenance mode on your Minecraft server
minecraft
sponge
spigot
bungeecord
bungeecord-plugin
velocity
spigot-plugin
minecraft-plugin
sponge-plugin
velocity-plugin
-
Updated
Apr 27, 2022 - Java
The premiere long-distance brush editor for Minecraft
-
Updated
Nov 4, 2021 - Java
Documentation for Sponge and its Implementations
-
Updated
Jun 12, 2022 - Java
Implementation of KangarooTwelve in Go
-
Updated
Jun 14, 2021 - Go
GriefDefender has replaced GP. See github link for latest information.
-
Updated
Jul 28, 2019 - Java
MCCoroutine is a library, which adds extensive support for Kotlin Coroutines for Minecraft Server environments.
kotlin
plugin
minecraft
library
extension
bukkit
sponge
server
spigot
async
bungeecord
functions
velocity
listener
waterfall
await
hacktoberfest
kotlin-coroutines
coroutine
suspend
-
Updated
Jul 5, 2022 - Kotlin
Repository software for Sponge plugins and Forge mods
-
Updated
Jun 1, 2022 - Scala
The different bStats Metrics classes
-
Updated
May 31, 2022 - Java
Improve this page
Add a description, image, and links to the sponge topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sponge topic, visit your repo's landing page and select "manage topics."
Description
I would love to have some proper topological sorts in LP, so that I can ensure that before a group is processed, all the things inheriting from it has already been processed.
Proposed Behaviour
Two new options for
inheritance-traversal-algorithm. "Reversed-dfs-post" which does a DFS-post sort, and reverses the order, and "khan" which performs Khan's algorithm.Extra D