issues Search Results · repo:FairyProject/fairy language:Java
Filter by
55 results
(68 ms)55 results
inFairyProject/fairy (press backspace or delete to remove)@InjectableComponent(scope = InjectableScope.PROTOTYPE)
public class AnnotationProcessingServiceImpl implements AnnotationProcessingService {
// ....
}
@FairyLaunch
@InjectableComponent
public class ...
- QwQ-dev
- Opened on Dec 18, 2024
- #176
so like this:
me.qwqdev.library.A, is plugin A s class me.qwqdev.library.B, is plugin B s class
how can I make me.qwqdev.library.A be injected into B plugin? (use fairy lib plugin)
i try add depends ...
- QwQ-dev
- 2
- Opened on Dec 18, 2024
- #175
https://github.com/retrooper/packetevents/issues/1073
Should be set to false
- jtJava
- 1
- Opened on Nov 30, 2024
- #174
I copied the code on the documentation to create a simple command:
package org.example.template;
import io.fairyproject.command.BaseCommand;
import io.fairyproject.command.CommandContext;
import io.fairyproject.command.MessageType; ...
- Xefreh
- 3
- Opened on Nov 21, 2024
- #173
What is the problem ? The current dev-tools plugin lets you run a debug server in order to test your plugin but some
plugins might require other tools to run correctly like redis, mysql or anything else. ...
- Xefreh
- Opened on Nov 21, 2024
- #172
Caused by: java.lang.NoSuchFieldError: Class org.bukkit.enchantments.Enchantment does not have member field org.bukkit.enchantments.Enchantment UNBREAKING
at fairy-lib-plugin.jar//io.fairyproject.bukkit.util.items.impl.ItemBuilderImpl.lambda$shiny$9(ItemBuilderImpl.java:208) ...
- Lotiny
- Opened on Nov 15, 2024
- #171
URL: https://docs.fairyproject.io/modules/command/
Arguments
When using arguments, as the documetation suggests:
@Arg( name )
private String name;
I got the following error:
[18:51:54] [Server thread/INFO]: ...
- maurxce
- 1
- Opened on Nov 4, 2024
- #170
@Configuration
public class DependencyProvider {
@InjectableComponent
public PlaceholderHook createPlaceholderHook() {
//return isEnabled( PlaceholderAPI ) ? new PlaceholderHook() : ...
- maurxce
- 8
- Opened on Oct 30, 2024
- #169
@FairyLaunch
public class Opdrachten extends Plugin {
@Getter
private static Opdrachten instance;
@Override
public void onPluginEnable() {
instance = this;
Log.info( Plugin ...
- maurxce
- 3
- Opened on Oct 30, 2024
- #168
Hello, I really like this project!
Perhaps I have missed it in the docs, but since there s no plugin.yml in the template, how do we define depends and
softdpeneds of a plugin?
Thanks
- maurxce
- 1
- Opened on Oct 30, 2024
- #167
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.