Skip to content
#

Bukkit

bukkit logo

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...

lynxplay
lynxplay commented Jun 12, 2022

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

type: feature status: accepted good first issue version: 1.19
Katrix
Katrix commented Apr 13, 2022

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

type: suggestion help wanted good first issue
lucian929
lucian929 commented May 2, 2022

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

Skript
TheLimeGlass
TheLimeGlass commented Jun 30, 2022

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.

enhancement priority: low good first issue
Slimefun4
TheBusyBiscuit
TheBusyBiscuit commented Jun 11, 2022

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

good first issue 🔧 Technical Thread
bob7l
bob7l commented Apr 18, 2020

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.

Type: enhancement Good first issue
QuickWrite
QuickWrite commented May 14, 2022

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

Approved Enhancement Good first issue
Gal1leooo
Gal1leooo commented Sep 21, 2020

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

Enhancement Approved Good first issue

Created by Nathan "Dinnerbone" Adams

Released December 22, 2010

Repository
Bukkit/Bukkit
Website
dev.bukkit.org

Related Topics

minecraft