Skip to content
This repository was archived by the owner on Oct 12, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions src/main/java/fr/communaywen/core/AywenCraftPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@
import lombok.SneakyThrows;
import net.kyori.adventure.platform.bukkit.BukkitAudiences;
import net.luckperms.api.LuckPerms;
import net.luckperms.api.model.group.Group;
import net.luckperms.api.node.NodeType;
import net.luckperms.api.node.types.InheritanceNode;
import org.bukkit.Bukkit;
import org.bukkit.Material;
import org.bukkit.NamespacedKey;
Expand All @@ -66,9 +63,6 @@
import org.bukkit.plugin.RegisteredServiceProvider;
import org.bukkit.plugin.java.JavaPlugin;
import org.bukkit.scheduler.BukkitRunnable;
import org.bukkit.scoreboard.Scoreboard;
import org.bukkit.scoreboard.ScoreboardManager;
import org.bukkit.scoreboard.Team;
import org.jetbrains.annotations.NotNull;
import revxrsal.commands.autocomplete.SuggestionProvider;
import revxrsal.commands.bukkit.BukkitCommandHandler;
Expand Down Expand Up @@ -171,7 +165,6 @@ public void onEnable() {
new MoneyCommand(this),
new ScoreboardCommand(),
new ProutCommand(),
new FeedCommand(this),
new TPACommand(this),
new TpacceptCommand(this), // Pass the plugin instance
new TpcancelCommand(),
Expand Down
43 changes: 0 additions & 43 deletions src/main/java/fr/communaywen/core/commands/fun/FeedCommand.java

This file was deleted.

2 changes: 0 additions & 2 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ rtp:
maxz: 3000
rtp_wand: "wand:rtpwand"
max_try: 3
feed:
cooldown: 60
spawn:
x: 5611.5
y: 65.0
Expand Down
3 changes: 0 additions & 3 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ permissions:
ayw.command.rtp:
description: 'rtp'
default: true
ayw.command.feed:
description: 'feed'
default: true
ayw.command.tpa:
description: 'tpa'
default: true
Expand Down