bukkit
Here are 1,721 public repositories matching this topic...
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
-
Updated
Oct 28, 2020 - Java
-
Updated
Oct 29, 2020 - Java
-
Updated
Oct 15, 2020 - Kotlin
-
Updated
Oct 28, 2020 - Java
-
Updated
Oct 18, 2020
I suggest to turn calcExperience({_level}) to an expression instead of function. I suggest : [total] [e]xp[erience] at level %number%
We can aslo add this expression :
expression [e]xp[erience] to level up %number%:
return type: number
get:
set {_level} to expression-1
if {_level} <= 15:
return 2*{_level}+7
else if {_level} <= 30:
-
Updated
Oct 29, 2020 - Java
-
Updated
Oct 18, 2020 - Shell
Add support to block certain roles from having their messages processed and send from Discord to MC
I am proposing to block specific roles from speaking in "bridge" channels defined in the DiscordSRV config. I've noticed that specific users based on their IDs can be blocked, but not roles. An example could be a user with a linked Minecraft account but has been muted in the Discord (user is added to the Muted r
This Issue is part of Hacktoberfest - A yearly event which encourages parti
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.
-
Updated
Oct 25, 2020 - Java
-
Updated
Oct 13, 2020 - Java
Once #150 is done, add a way to set default switches something like
manager.getContexts().setDefaultSwitch(Residence.class, "res,residence,r");-
Updated
Oct 30, 2020 - Shell
-
Updated
Sep 25, 2020 - Java
-
Updated
Oct 25, 2020 - Java
-
Updated
Aug 22, 2020 - Java
-
Updated
Oct 30, 2020 - Java
Feature request
Short description
We should have a config to allow server owners to choose when the rewards will be given, either before or after the teleport back.
Implementation details
It would allow owners to have arenas in other MultiVerse worlds with
Angry Bees
Hey PyvesB,
I had some ideas for new categories in future versions today. A lot of them are official Minecraft statistics.
Would be awesome if you could give me feedback and tell me if you like some of them. ;-)
Animals bred (Breeder): The number of times the player bred two mobs.Done.- Distance climbed (Tarzan): The total distance traveled up ladders or vines.
- ~~*
Improve this page
Add a description, image, and links to the bukkit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bukkit topic, visit your repo's landing page and select "manage topics."
What behaviour is expected:
Using the setCookSpeedMultiplier method on a Furnace/BlastFurnace/Smoker should set the actual multiplier. The campfire is missing this method completly.
What behaviour is observed:
The furnace no longer cooks anything and just uses up fuel, thes blastfurnace and smoker do the exact same
Steps/models to reproduce:
Use test code, where block is a Blo