Bukkit
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 2,563 public repositories matching this topic...
-
Updated
Jul 5, 2022 - Java
1.13 Tasks
Glowstone needs your help with the huge 1.13 technical update!
1.13 project board
1.13 task list
#957 - 1.13 PR. Please base your contributions on and make PRs to this branch (1.13).
Glowkit 1.13 - If you need to make API changes, bas
API Event Coverage
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
-
Updated
Jul 6, 2022 - Java
-
Updated
Jul 2, 2022 - Java
-
Updated
Jun 30, 2022
-
Updated
Jul 6, 2022 - Shell
-
Updated
Jul 4, 2022 - Kotlin
-
Updated
Jul 3, 2022 - Java
-
Updated
Jul 6, 2022 - Java
-
Updated
Aug 29, 2021 - Shell
-
Updated
Jun 29, 2022
Boost Event for API
Why?
I'd like to send players specific messages and/or commands when they boost the discord.
What and How?
When a player boosts the discord, it should fire a PlayerBoostGuildEvent or something along the lines of that. I suppose the plugin could have an option in the config to run events/messages, but from what I could see the only thing that exists is the LP context.
Are there alte
-
Updated
Jun 22, 2022 - Java
Suggestion
Include hex colour support for the titles. Example: grabbing "<##ffffff>white hex colours example" for the title. (except an actual hex colour, not white)
Example of current implementation:
https://github.com/SkriptLang/Skript/blob/a45b189ca5bdc601a2dc6e99c74ea429f8c666a4/src/main/java/ch/njol/skript/effects/EffActionBar.java#L68
Any my own implementation:
https://github.
See #3585 for context.
In MC 1.19 Spigot has removed commons-lang from its dependencies.
We really shouldn't be shading this library just for this one feature and instead switch to what Spigot uses.
So any Validate.notNull(x, msg) will become Preconditions.checkNotNull(x, msg) and any Validate.isTrue(x, msg) shall become Preconditions.checkArgument(x, msg).
It would be really hel
-
Updated
Jul 4, 2022 - Java
-
Updated
Jun 29, 2022 - Java
-
Updated
Jun 15, 2022 - Java
-
Updated
Jun 18, 2021 - Kotlin
The email feature is very cool, but sadly lacks the ability to unregister these emails, even through API.
This is very problematic because it means the user cannot ever sell the account or transfer ownership after registering an email.
Another issue is they can't ever remove an unwanted email when they add more then one.
-
Updated
Jul 3, 2022 - Shell
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
Once #150 is done, add a way to set default switches something like
manager.getContexts().setDefaultSwitch(Residence.class, "res,residence,r");Is your feature request related to a problem? Please describe.
I always find it difficult to populate lakes and rivers with plants
Describe the solution you'd like
I propose that the //flora command also creates underwater plants such as kelp, seagrass, and seapickle
Describe alternatives you've considered
Additional context
-
Updated
Jul 3, 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?
As of right now, the plugin update logic uses a rather questionable spigot-made method to copy the updated plugin jar into the plugin folder: https://hub.spigotmc.org/stash/projects/SPIGOT/repos/bukkit/browse/src/main/java/org/bukkit/util/FileUtil.java#22
As a side effect of this, IOExceptions that occure while copying the updated plugin jar