Ziel: Vorhersagen, wie viel Zeit ein Bukkit-Entwickler braucht, um gRPC produktiv zu nutzen. Dazu trennen wir Feature-Aufwand (Produktivcode) und Anlern-Aufwand (Lernrampe), rechnen beides in Points und wandeln Points über Velocity in Personentage um.
This CLA is designed to be used with CLA assistant. When you sign via the PR check, your GitHub identity is used for the signature. If you are signing on behalf of a company, you must be an authorized signatory.
Project: Active2FADialogs
Owner: OneLiteFeatherNET
License: Apache-2.0 (Upstream project license)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package net.onelitefeather.antiredstoneclockremastered; | |
| import com.google.inject.Guice; | |
| import com.google.inject.Injector; | |
| import com.google.inject.Stage; | |
| import net.kyori.adventure.text.Component; | |
| import net.kyori.adventure.text.minimessage.MiniMessage; | |
| import net.onelitefeather.antiredstoneclockremastered.injection.MetricsModule; | |
| import net.onelitefeather.antiredstoneclockremastered.injection.CommandFrameworkModule; | |
| import net.onelitefeather.antiredstoneclockremastered.injection.CommandModule; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package net.onelitefeather.antiredstoneclockremastered.listener; | |
| import jakarta.inject.Inject; | |
| import net.kyori.adventure.text.Component; | |
| import net.onelitefeather.antiredstoneclockremastered.AntiRedstoneClockRemastered; | |
| import net.onelitefeather.antiredstoneclockremastered.service.api.RedstoneClockService; | |
| import net.onelitefeather.antiredstoneclockremastered.service.UpdateService; | |
| import net.onelitefeather.antiredstoneclockremastered.utils.Constants; | |
| import org.bukkit.block.BlockFace; | |
| import org.bukkit.event.EventHandler; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package net.onelitefeather.antiredstoneclockremastered.listener; | |
| import be.seeseemelk.mockbukkit.MockBukkit; | |
| import be.seeseemelk.mockbukkit.ServerMock; | |
| import net.kyori.adventure.text.Component; | |
| import net.onelitefeather.antiredstoneclockremastered.AntiRedstoneClockRemastered; | |
| import org.bukkit.event.player.PlayerJoinEvent; | |
| import org.junit.jupiter.api.AfterEach; | |
| import org.junit.jupiter.api.BeforeEach; | |
| import org.junit.jupiter.api.Test; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [11:58:43 ERROR]: [ClipboardConnect] Failed to load clipboard | |
| java.lang.IllegalArgumentException: Dimensions too large for this clipboard format. Use //lazycopy for large selections. | |
| at FastAsyncWorldEdit-Paper-2.13.1-SNAPSHOT-1057.jar/com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard.<init>(DiskOptimizedClipboard.java:125) ~[FastAsyncWorldEdit-Paper-2.13.1-SNAPSHOT-1057.jar:?] | |
| at FastAsyncWorldEdit-Paper-2.13.1-SNAPSHOT-1057.jar/com.fastasyncworldedit.core.extent.clipboard.DiskOptimizedClipboard.<init>(DiskOptimizedClipboard.java:88) ~[FastAsyncWorldEdit-Paper-2.13.1-SNAPSHOT-1057.jar:?] | |
| at FastAsyncWorldEdit-Paper-2.13.1-SNAPSHOT-1057.jar/com.sk89q.worldedit.extent.clipboard.Clipboard.create(Clipboard.java:109) ~[FastAsyncWorldEdit-Paper-2.13.1-SNAPSHOT-1057.jar:?] | |
| at FastAsyncWorldEdit-Paper-2.13.1-SNAPSHOT-1057.jar/com.sk89q.worldedit.extent.clipboard.io.ClipboardReader.lambda$read$0(ClipboardReader.java:64) ~[FastAsyncWorldEdit-Paper-2.13.1-SNAPSHOT-1057.jar:?] | |
| at FastAsyncWorldEdi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2025-02-24T12:30:16.07192Z Cloning repository... | |
| 2025-02-24T12:30:16.731979Z From https://github.com/OneLiteFeatherNET/Launchpad | |
| 2025-02-24T12:30:16.732361Z * branch c3a295d5bad133e0e4cdb0200a103a773fdd8841 -> FETCH_HEAD | |
| 2025-02-24T12:30:16.732459Z | |
| 2025-02-24T12:30:16.765523Z HEAD is now at c3a295d add wrangler and workerd dependencies to package.json | |
| 2025-02-24T12:30:16.765965Z | |
| 2025-02-24T12:30:16.84301Z | |
| 2025-02-24T12:30:16.843457Z Using v2 root directory strategy | |
| 2025-02-24T12:30:16.864007Z Success: Finished cloning repository files | |
| 2025-02-24T12:30:18.45979Z Checking for configuration in a Wrangler configuration file (BETA) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package net.minestom.demo.test; | |
| import net.minestom.server.command.ArgumentParserType; | |
| import net.minestom.server.command.CommandSender; | |
| import net.minestom.server.command.builder.arguments.Argument; | |
| import net.minestom.server.command.builder.exception.ArgumentSyntaxException; | |
| import net.minestom.server.instance.block.Block; | |
| import org.jetbrains.annotations.NotNull; | |
| public class ArgumentBlock extends Argument<Block> { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public Program() | |
| { | |
| Runtime.UpdateFrequency = UpdateFrequency.Update10; | |
| } | |
| public void Save() | |
| { | |
| // Save data when the script is terminated (if necessary). | |
| } | |
| // Configure the name of the hinge and the wheels |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.lang.invoke.CallSite; | |
| import java.lang.invoke.ConstantCallSite; | |
| import java.lang.invoke.MethodType; | |
| import java.lang.invoke.MethodHandles.Lookup; | |
| import java.nio.charset.StandardCharsets; | |
| import org.bukkit.plugin.java.JavaPlugin; | |
| public class TestPlugin extends JavaPlugin { | |
| public static final String | |
| ⣿⣿⣿⣿⣿⣿⣿⡿⢉⣴⣶⣌⠹⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿ |
NewerOlder