The Wayback Machine - https://web.archive.org/web/20210703212301/https://github.com/topics/bukkit
Skip to content
#

bukkit

Here are 1,982 public repositories matching this topic...

cksmith51
cksmith51 commented Jun 19, 2021

Expected behavior

I melee a TNT Minecart with a knockback 2 sword and expect my message listening on EntityKnockbackByEntityEvent to print out the EntityTypes of both #.getEntityType() and #.getHitBy().getEntityType(). (The event should trigger properly.)

Observed/Actual behavior

No message is printed out because hitting a TNT Minecart (or regular minecart) does not trigger EntityKnockb

Aeris1One
Aeris1One commented Mar 26, 2021

It would be great, after a on join event, to be able to test which domain is a player joining.
Like for example I've minigames.domain.tld and plots.domain.tld and I want them to do specific actions on player on join. So maybe an expression like domain of player to be able to test if domain of player is ... and then do specific actions.

That's possible at least in Java, here is a ope

Slimefun4
TheBusyBiscuit
TheBusyBiscuit commented Jun 20, 2021

I don't see any reason as to why the current workflow couldn't be automated.
Right now, I manually pull the master branch into the stable branch and then file a new release with the new name, git hash and copy/paste the description and everything.

The workflow_dispatch event also allows for parameters to be inserted and the creation of releases and pulling of branches can both be achieve

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.

SecretlyJealous
SecretlyJealous commented May 14, 2021

Server Implementation

Tuinity

Server Version

1.16.5

Describe the bug

When using /brush inspect on a set operation (in this example 475 blocks flat on the ground) everything is working correctly and by clicking on the text it will bring up information about the edit:
![2021-05-14_16 39 14](https://user-images.githubusercontent.com/10485646/118294923-295d1f80-b4d3-11eb-8a1b-f05fd

Improve this page

Add a description, image, and links to the bukkit topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bukkit topic, visit your repo's landing page and select "manage topics."

Learn more