papermc
Bukkit is a Minecraft server modification software and API, and while the original project itself is stale, forks like PaperMC and Spigot are actively maintained, and most plugins and servers use some variant of Bukkit.
Here are 454 public repositories matching this topic...
❗ Checklist
- I am using the official english version of Slimefun and did not modify the jar.
- I am using an up to date "DEV" (not "RC") version of Slimefun.
- I am aware that issues related to Slimefun addons need to be reported on their bug trackers and not here.
- I searched for similar open issues and could not find an existing bug report on this.
📍 Description
With
What feature do you want to see added?
When a player is just typing /p list then all of the plots that are owned by the player should be listed. This is so that the player can use the command faster.
Are there any alternatives?
The player can currently use the /p list <Playername> command.
Anything else?
I think this could be useful for many players as it is often something I
-
Updated
Jun 1, 2022 - Java
-
Updated
May 30, 2022 - Java
-
Updated
May 26, 2022 - JavaScript
-
Updated
Apr 20, 2022 - Shell
Convenience recipes?
I've seen that quark adds some nice convenience recipes.
Ideally I'd like to add some more cutting recipes to the stonecutter for wood,
as mojang never thought we need a woodcutter. Also maybe a way to recombine slabs to solid blocks.
Some recipe ideas from quark:
-
Updated
Mar 6, 2022 - Dockerfile
We will need a wiki with details on how this project works and how to build it and also among other things related to the project.
We will also need an issue archive with issues that have already been fixed or not to keep registered and make it easier to read the source code to know what each fix does.
-
Updated
May 1, 2022 - Java
-
Updated
May 8, 2022 - Python
-
Updated
Mar 16, 2022 - Java
-
Updated
Dec 29, 2021 - TypeScript
-
Updated
May 31, 2022 - Java
-
Updated
May 30, 2022 - Kotlin
-
Updated
Mar 28, 2022 - Kotlin
-
Updated
Jul 29, 2021 - Java
-
Updated
Nov 23, 2021 - Java
-
Updated
Mar 27, 2022 - Java
-
Updated
May 28, 2022 - Java
Created by Nathan "Dinnerbone" Adams
Released December 22, 2010
- Repository
- Bukkit/Bukkit
- Website
- dev.bukkit.org

Is your feature request related to a problem?
I wanted to create an entity that is only shown to one player, but I can still change and resend. Unfortunately, the only way to do that is to manually run Entity#hideEntity on every player on the server, and any that log on after the entity is spawned.
Describe the solution you'd like.
I would like there to be a Entity#hideEntityByDefault w