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,322 public repositories matching this topic...
-
Updated
Jan 8, 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
Description
Firstly it's about the Velocity implementation:
If you check permission through Velocity's basic hasPermission method while the ServerConnectedEvent is running, the context does not appear to be correct.
Basically when you connect to the new server the context is still set to the old server. The problem is that I cannot use the ServerPostConnectEvent because there are certain pa
-
Updated
Jan 9, 2022 - Java
-
Updated
Dec 31, 2021
-
Updated
Jan 9, 2022 - Kotlin
-
Updated
Jan 8, 2022 - Kotlin
-
Updated
Aug 29, 2021 - Shell
-
Updated
Jan 9, 2022 - Java
-
Updated
Jan 9, 2022 - Java
Why?
So having multiple bots send logs to the same channel doesn't cause the other servers to try to run a log as a command
What and How?
Add option to ignore bots, pretty easy in JDA
Are there alternatives?
Ignoring all commands which is basically already possible, but this should be easy enough
Checks
- I have used the search at least once to check if my idea has alrea
-
Updated
Dec 30, 2021 - Java
Skript/Server Version
[23:57:24 INFO]: [Skript] Server Version: git-Paper-"81d89f6" (MC: 1.17.1)
[23:57:24 INFO]: [Skript] Skript Version: 2.6
[23:57:24 INFO]: [Skript] Installed Skript Addons:
No Addons
Bug Description
After calling the expression %timespan% (from|after) [the] [date] %date%, the date in the variable changes.
Expected Behavior
Executing `%timespa
❗ 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
when
-
Updated
Jan 5, 2022
-
Updated
Jun 18, 2021 - Kotlin
-
Updated
Jan 2, 2022 - Java
-
Updated
Jan 2, 2022 - Java
-
Updated
Dec 27, 2021 - Java
-
Updated
Dec 13, 2021 - 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.
Deduplicate license
We have a LICENSE file in the project's root directory and one in https://github.com/IntellectualSites/PlotSquared/blob/v6/Core/src/main/resources/LICENSE
Optimally we should remove the one from the resources folder and copy the license file from the root directory on compile time to ship it, no need to have duplicated files here and there.
Once #150 is done, add a way to set default switches something like
manager.getContexts().setDefaultSwitch(Residence.class, "res,residence,r");-
Updated
Jun 4, 2021 - Java
Created by Nathan "Dinnerbone" Adams
Released December 22, 2010
- Repository
- Bukkit/Bukkit
- Website
- dev.bukkit.org
Expected behavior
Portals made above the nether roof should not be considered as valid targets as they'll instant kill any player who travel to them when nether-ceiling-void-damage-height is set to the roof - it should try for a different portal instead
Observed/Actual behavior
Player exits above roof, takes void damage, dies, and so do their items.
Steps/models to reproduc