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,425 public repositories matching this topic...
-
Updated
Apr 17, 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
Apr 17, 2022 - Java
-
Updated
Apr 16, 2022
-
Updated
Apr 16, 2022 - Shell
-
Updated
Apr 16, 2022 - Kotlin
-
Updated
Apr 15, 2022 - Java
-
Updated
Aug 29, 2021 - Shell
-
Updated
Apr 13, 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
Apr 3, 2022
-
Updated
Apr 17, 2022 - Java
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
Apr 16, 2022 - Java
-
Updated
Apr 14, 2022 - Java
-
Updated
Apr 6, 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");What feature do you want to see added?
When using the API to clear/delete a plot, there should be an option to teleport all players who are on the plot, just like the teleport.on-clear and teleport.on-delete etc. options in settings.yml.
Are there any alternatives?
N/A
Anything else?
No response
Server Implementation
Paper
Server Version
1.18.2
Describe the bug
If i use fawe commands inside a griefprevention's claim, i have errors in console
To Reproduce
go inside a griefprevention's claim
use fawe commands (copy paste move)
Expected behaviour
actually it seems to regularly work but cannot be sure, only errors in console, spams a lot
Screenshots / Vide
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