Skip to content

Commit 8b31db0

Browse files
committed
Remove unnecessary configuration
1 parent 403f418 commit 8b31db0

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

eternalcombat-plugin/src/main/java/com/eternalcode/combat/config/implementation/PluginConfig.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@ public class PluginConfig extends OkaeriConfig {
2121
@Comment("# \\____/ \\__\\___|_| |_| |_|\\__,_|_|\\____/\\___/|_| |_| |_|_.__/ \\__,_|\\__| ")
2222
@Comment(" ")
2323

24-
@Comment({
25-
" ",
26-
"# This option does NOT affect other server versions.",
27-
"# Options: true - users cannot tag them self when using ender pearls, arrows or other self inflicted damage",
28-
"# false - players get tagged from all above damage sources used on themself"
29-
})
30-
public boolean stopFoliaFromSelfTagging = true;
31-
3224
@Comment({
3325
" ",
3426
"# Settings for the plugin.",

eternalcombat-plugin/src/main/java/com/eternalcode/combat/fight/controller/FightTagController.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ void onEntityDamageByEntity(EntityDamageByEntityEvent event) {
6262
if (
6363
attackedUniqueId.equals(attackerUniqueId)
6464
&& FoliaChecker.isFolia()
65-
&& this.config.stopFoliaFromSelfTagging
6665
) {
6766
return;
6867
}

0 commit comments

Comments
 (0)