The Wayback Machine - https://web.archive.org/web/20220417115020/https://github.com/topics/bukkit
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,425 public repositories matching this topic...

u9g
u9g commented Jan 23, 2022

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

type: feature status: accepted good first issue
BrainStone
BrainStone commented Sep 16, 2020

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
type: suggestion help wanted good first issue
Cronosus
Cronosus commented Feb 27, 2022

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

Darkweasam
Darkweasam commented Aug 4, 2021

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

https://papermc.io/javadocs/paper/1.16/org/bukkit/inventory/meta/ItemMeta.html#hasConflictingEnchant(org.bukkit.enchantments.Enchantment)

hasConflictingEnchant
boolean hasConflictingE

enhancement priority: lowest good first issue PR Available
Slimefun4
variananora
variananora commented Jan 9, 2022

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

🐞 Bug Report good first issue 🎯 Needs testing
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
TheosisOfficial
TheosisOfficial commented Mar 21, 2022

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

Enhancement Good first issue
cicatrice74
cicatrice74 commented Apr 4, 2022

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

Bug Approved Good first issue

Created by Nathan "Dinnerbone" Adams

Released December 22, 2010

Repository
Bukkit/Bukkit
Website
dev.bukkit.org

Related Topics

minecraft