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,384 public repositories matching this topic...
-
Updated
Mar 26, 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
So in the prefix/suffix stacking section you can select several different formats that will end up building the combined prefix. I think it would be very useful that if you specify the same format twice that instead of adding the same prefix/suffix twice the second adds the next best.
So if you specify this:
meta-formatting:
prefix:
format:
- "highest"
- "highe-
Updated
Mar 27, 2022 - Java
-
Updated
Mar 19, 2022
-
Updated
Mar 26, 2022 - Shell
-
Updated
Mar 26, 2022 - Kotlin
-
Updated
Aug 29, 2021 - Shell
-
Updated
Mar 27, 2022 - Java
-
Updated
Mar 24, 2022 - Java
Why?
as !c and !list responses are removed together with request command message in discord, it would be nice DiscordCannedResponses do the same.
What and How?
add discordexpiration to those in config and make discord bot remove them too
something like this:
DiscordCannedResponsesExpiration: 10
DiscordCannedResponsesExpirationDeleteRequest: true
Are there alternatives?
like t
-
Updated
Mar 7, 2022 - Java
-
Updated
Mar 18, 2022
Suggestion
Hello,
I do not seem to find this expression/condition in Skript at all, meaning I cannot check for mutually-exclusive enchantments on an item before adding a new vanilla enchantment to it
hasConflictingEnchant
boolean hasConflictingE
❗ 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
-
Updated
Mar 27, 2022 - Java
-
Updated
Mar 24, 2022 - Java
-
Updated
Feb 5, 2022 - Java
-
Updated
Jun 18, 2021 - Kotlin
-
Updated
Mar 19, 2022 - Shell
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.
Once #150 is done, add a way to set default switches something like
manager.getContexts().setDefaultSwitch(Residence.class, "res,residence,r");Currently we only support legacy color codes with ampersands in /plot chat. Considering we're using Minimessage for (almost) everything everywhere else, it would make sense to support it here too. Gradients go brr
-
Updated
Mar 21, 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